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.

Referenced by Rendering::formatInfo().

◆ 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(), CSwordModuleInfo::createKey(), CSwordBackend::findModuleByName(), BtConfig::getDefaultSwordModuleByType(), CSwordBackend::instance(), and CSwordModuleInfo::language().

Referenced by Rendering::formatInfo().

◆ decodeStrongs()

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

◆ decodeSwordReference()

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

Definition at line 346 of file btinforendering.cpp.

References CSwordBackend::instance().

Referenced by Rendering::formatInfo().

◆ getFirstAvailableStrongsModule()

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

◆ getStrongsModule()

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