The SWORD Project
1.9.0.svnversion
|
#include <diathekemgr.h>
Public Member Functions | |
DiathekeMgr (SWConfig *iconf=NULL, SWConfig *isysconfig=NULL, bool autoload=false, char enc=ENC_UTF8, char mark=FMT_PLAIN, bool bidi=false, bool shape=false) | |
unsigned char | getEncoding () |
unsigned char | Markup (unsigned char m=FMT_UNKNOWN) |
void | setEncoding (unsigned char e=ENC_UNKNOWN) |
virtual | ~DiathekeMgr () |
Public Attributes | |
bool | bidi |
bool | shape |
Protected Member Functions | |
virtual void | addGlobalOptionFilters (SWModule *module, ConfigEntMap §ion) |
virtual void | addRenderFilters (SWModule *module, ConfigEntMap §ion) |
virtual signed char | load () |
Private Attributes | |
SWFilter * | arshaping |
SWFilter * | bidireorder |
SWOptionFilter * | transliterator |
Definition at line 31 of file diathekemgr.h.
DiathekeMgr::DiathekeMgr | ( | SWConfig * | iconf = NULL , |
SWConfig * | isysconfig = NULL , |
||
bool | autoload = false , |
||
char | enc = ENC_UTF8 , |
||
char | mark = FMT_PLAIN , |
||
bool | bidi = false , |
||
bool | shape = false |
||
) |
Definition at line 39 of file diathekemgr.cpp.
|
virtual |
Definition at line 63 of file diathekemgr.cpp.
|
protectedvirtual |
Definition at line 106 of file diathekemgr.cpp.
|
protectedvirtual |
Definition at line 76 of file diathekemgr.cpp.
|
inline |
Definition at line 51 of file diathekemgr.h.
|
protectedvirtual |
Definition at line 97 of file diathekemgr.cpp.
|
inline |
Definition at line 49 of file diathekemgr.h.
|
inline |
Definition at line 50 of file diathekemgr.h.
|
private |
Definition at line 32 of file diathekemgr.h.
bool DiathekeMgr::bidi |
Definition at line 47 of file diathekemgr.h.
|
private |
Definition at line 33 of file diathekemgr.h.
bool DiathekeMgr::shape |
Definition at line 46 of file diathekemgr.h.
|
private |
Definition at line 34 of file diathekemgr.h.