#include <swld.h>
Inheritance diagram for SWLD:
Public Methods | |
SWLD (const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0) | |
Initializes data for instance of SWLD. More... | |
virtual | ~SWLD () |
virtual SWKey* | CreateKey () |
Allocates a key of specific type for module. More... | |
virtual const char* | KeyText (const char *ikeytext) |
Sets/gets module KeyText, getting from saved text if key is persistent. More... | |
Protected Attributes | |
char* | entkeytxt |
Definition at line 34 of file swld.h.
|
Initializes data for instance of SWLD.
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.
|
Sets/gets module KeyText, getting from saved text if key is persistent.
ikeytext | value which to set keytext; [0] - only get |
Reimplemented from SWModule.