#include <swld.h>
Inheritance diagram for SWLD::
Public Methods | |
SWLD (const char *imodname=0, const char *imoddesc=0, SWDisplay *idisp=0, bool unicode=false) | |
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.
|
|
Allocates a key of specific type for module.
Reimplemented from SWModule. |
|
Sets/gets module KeyText, getting from saved text if key is persistent.
Reimplemented from SWModule. |