Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SWText Class Reference

The basis for all text modules. More...

#include <swtext.h>

Inheritance diagram for SWText:

Inheritance graph
[legend]
Collaboration diagram for SWText:

Collaboration graph
[legend]
List of all members.

Public Methods

 SWText (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 SWText. More...

virtual ~SWText ()
virtual SWKeyCreateKey ()
 Create the correct key (VerseKey) for use with SWText.


Detailed Description

The basis for all text modules.

Definition at line 34 of file swtext.h.


Constructor & Destructor Documentation

SWText::SWText 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 SWText.

Parameters:
imodname  Internal name for module
imoddesc  Name to display to user for module
idisp  Display object to use for displaying

Definition at line 17 of file swtext.cpp.

References CreateKey(), and SWModule::key.

00017                                                                                                                                                          : SWModule(imodname, imoddesc, idisp, "Biblical Texts", enc, dir, mark, ilang)
00018 {
00019         delete key;
00020         key = CreateKey();
00021 }


The documentation for this class was generated from the following files:
Generated on Thu Jun 20 22:13:04 2002 for The Sword Project by doxygen1.2.15