The Sword Project: sword::SWGenBook Class Reference |
#include <swgenbook.h>
Inheritance diagram for sword::SWGenBook:
Public Member Functions | |
SWGenBook (const char *imodname=0, const char *imoddesc=0, SWDisplay *idisp=0, char encoding=ENC_UNKNOWN, char dir=DIRECTION_LTR, char markup=FMT_UNKNOWN, const char *ilang=0) | |
Initializes data for instance of SWGenBook. | |
virtual SWKey * | CreateKey ()=0 |
Allocates a key of specific type for module The different reimplementatiosn of SWModule (e.g. | |
operator const char * () | |
operator SWKey & () | |
operator SWKey * () | |
SWModule & | operator<< (const char *inbuf) |
SWModule & | operator<< (const SWKey *sourceKey) |
SWModule & | operator-= (int steps) |
SWModule & | operator+= (int steps) |
SWModule & | operator++ (int) |
SWModule & | operator-- (int) |
SWModule & | operator= (SW_POSITION p) |
Protected Attributes | |
char * | entkeytxt |
Definition at line 33 of file swgenbook.h.
virtual SWKey* sword::SWGenBook::CreateKey | ( | ) | [pure virtual] |
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 sword::SWModule.
Implemented in sword::RawGenBook.
The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |