sword::SWText Class Reference

The basis for all text modules. More...

#include <swtext.h>

Inheritance diagram for sword::SWText:

Inheritance graph
[legend]
Collaboration diagram for sword::SWText:

Collaboration graph
[legend]
List of all members.

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 SWKeyCreateKey ()
 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 * ()
SWModuleoperator<< (const char *inbuf)
SWModuleoperator<< (const SWKey *sourceKey)
SWModuleoperator-= (int steps)
SWModuleoperator+= (int steps)
SWModuleoperator++ (int)
SWModuleoperator-- (int)
SWModuleoperator= (SW_POSITION p)

Protected Member Functions

VerseKeygetVerseKey () const

Private Attributes

VerseKeytmpVK

Detailed Description

The basis for all text modules.

Definition at line 36 of file swtext.h.


The documentation for this class was generated from the following file: