#include <swcom.h>
Inheritance diagram for SWCom:
Public Methods | |
SWCom (const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0) | |
Initializes data for instance of SWCom. More... | |
virtual | ~SWCom () |
virtual SWKey* | CreateKey () |
Allocates a key of specific type for module. More... |
Definition at line 33 of file swcom.h.
|
Initializes data for instance of SWCom.
imodname | Internal name for module |
imoddesc | Name to display to user for module |
idisp | Display object to use for displaying |
|
Allocates a key of specific type for module.
Reimplemented from SWModule.