#include <swgenbook.h>
Inheritance diagram for SWGenBook:
Public Methods | |
SWGenBook (const char *imodname=0, const char *imoddesc=0, SWDisplay *idisp=0, SWTextEncoding encoding=ENC_UNKNOWN, SWTextDirection dir=DIRECTION_LTR, SWTextMarkup markup=FMT_UNKNOWN, const char *ilang=0) | |
Initializes data for instance of SWLD. More... | |
virtual | ~SWGenBook () |
virtual SWKey * | CreateKey ()=0 |
Allocates a key of specific type for module The different reimplementatiosn of SWModule (e.g. More... | |
Protected Attributes | |
char * | entkeytxt |
Definition at line 34 of file swgenbook.h.
|
Initializes data for instance of SWLD.
Definition at line 17 of file swgenbook.cpp.
00017 : SWModule(imodname, imoddesc, idisp, "Generic Books", enc, dir, mark, ilang) { 00018 } |
|
Allocates a key of specific type for module The different reimplementatiosn of SWModule (e.g. SWText) support SWKey implementations, which support special. This functions returns a SWKey object which works with the current implementation of SWModule. For example for the SWText class it returns a VerseKey object.
Reimplemented from SWModule. |