BibleTime
|
Commentary module implementation. More...
#include <cswordcommentarymoduleinfo.h>
Public Member Functions | |
CSwordCommentaryModuleInfo (sword::SWModule &module, CSwordBackend &backend) | |
bool | isWritable () const final override |
Public Member Functions inherited from CSwordBibleModuleInfo | |
unsigned int | bookNumber (const QString &book) const |
QStringList const & | books () const |
unsigned int | chapterCount (const QString &book) const |
unsigned int | chapterCount (const unsigned int book) const |
CSwordKey * | createKey () const final override |
CSwordBibleModuleInfo (sword::SWModule &module, CSwordBackend &backend, ModuleType type=Bible) | |
bool | hasNewTestament () const |
bool | hasOldTestament () const |
CSwordVerseKey const & | lowerBound () const |
CSwordVerseKey const & | upperBound () const |
unsigned int | verseCount (const QString &book, const unsigned int chapter) const |
unsigned int | verseCount (const unsigned int book, const unsigned int chapter) const |
~CSwordBibleModuleInfo () noexcept override | |
Public Member Functions inherited from CSwordModuleInfo | |
QString | aboutText () const |
void | buildIndex () |
CSwordModuleInfo::Category | category () const |
QString | config (const CSwordModuleInfo::ConfigEntry entry) const |
CSwordModuleInfo (CSwordModuleInfo &&)=delete | |
CSwordModuleInfo (CSwordModuleInfo const &)=delete | |
void | deleteEntry (CSwordKey *const key) |
void | deleteIndex () |
QString | getModuleBaseIndexLocation () const |
QString | getModuleStandardIndexLocation () const |
QString | getUnlockInfo () |
std::shared_ptr< Language const > | glossaryTargetlanguage () const |
bool | has (CSwordModuleInfo::Feature const feature) const noexcept |
bool | has (CSwordModuleInfo::FilterOption const &) const |
bool | hasIndex () const |
bool | hasVersion () const |
::qint64 | indexSize () const |
bool | isEncrypted () const |
bool | isHidden () const |
bool | isLocked () const |
bool | isUnicode () const noexcept |
std::shared_ptr< Language const > | language () const |
sword::SWVersion | minimumSwordVersion () const |
QIcon | moduleIcon () const |
QString const & | name () const |
CSwordModuleInfo & | operator= (CSwordModuleInfo &&)=delete |
CSwordModuleInfo & | operator= (CSwordModuleInfo const &)=delete |
CSwordModuleSearch::ModuleResultList | searchIndexed (QString const &searchedText, sword::ListKey const &scope) const |
bool | setHidden (bool hide) |
virtual bool | snap () const |
sword::SWModule & | swordModule () const |
CSwordModuleInfo::TextDirection | textDirection () const |
char const * | textDirectionAsHtml () const |
ModuleType | type () const |
bool | unlock (const QString &unlockKey) |
bool | unlockKeyIsValid () const |
void | write (CSwordKey *key, const QString &newText) |
Commentary module implementation.
This CSwordModule implementation provides access to Sword's commentary modules.
Definition at line 23 of file cswordcommentarymoduleinfo.h.
|
inline |
Definition at line 28 of file cswordcommentarymoduleinfo.h.
|
finaloverridevirtual |
Reimplemented from CSwordModuleInfo.
Definition at line 33 of file cswordcommentarymoduleinfo.cpp.
References CSwordModuleInfo::swordModule().