#include <swtext.h>
Inheritance diagram for sword::SWText:
Public Member Functions | |
SWText (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 SWText. | |
virtual SWKey * | CreateKey () |
Create the correct key (VerseKey) for use with SWText. | |
virtual long | Index () const |
virtual long | Index (long iindex) |
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) |