BibleTime
Functions
anonymous_namespace{btinforendering.cpp} Namespace Reference

Functions

QString decodeAbbreviation (QString const &data)
 
QString decodeCrossReference (QString const &data, BtConstModuleList const &modules)
 
QString decodeFootnote (QString const &data)
 
QString decodeMorph (QString const &data)
 
QString decodeStrongs (QString const &data)
 
QString decodeSwordReference (QString const &data)
 
CSwordModuleInfogetFirstAvailableStrongsModule (bool wantHebrew)
 
CSwordModuleInfogetStrongsModule (bool const wantHebrew)
 

Function Documentation

◆ decodeAbbreviation()

QString anonymous_namespace{btinforendering.cpp}::decodeAbbreviation ( QString const &  data)
Todo:
Is "text" correct?

Definition at line 61 of file btinforendering.cpp.

◆ decodeCrossReference()

QString anonymous_namespace{btinforendering.cpp}::decodeCrossReference ( QString const &  data,
BtConstModuleList const &  modules 
)

◆ decodeFootnote()

QString anonymous_namespace{btinforendering.cpp}::decodeFootnote ( QString const &  data)

◆ decodeMorph()

QString anonymous_namespace{btinforendering.cpp}::decodeMorph ( QString const &  data)
Todo:
we can't tell here if it's a greek or hebrew moprh code, that's a problem we have to solve
Todo:
: what if the module doesn't exist?

Definition at line 256 of file btinforendering.cpp.

References btConfig(), and BtConfig::getDefaultSwordModuleByType().

◆ decodeStrongs()

QString anonymous_namespace{btinforendering.cpp}::decodeStrongs ( QString const &  data)

Definition at line 230 of file btinforendering.cpp.

◆ decodeSwordReference()

QString anonymous_namespace{btinforendering.cpp}::decodeSwordReference ( QString const &  data)

◆ getFirstAvailableStrongsModule()

CSwordModuleInfo * anonymous_namespace{btinforendering.cpp}::getFirstAvailableStrongsModule ( bool  wantHebrew)

◆ getStrongsModule()

CSwordModuleInfo * anonymous_namespace{btinforendering.cpp}::getStrongsModule ( bool const  wantHebrew)