|
BibleTime
|
#include <btsearchresultarea.h>
Public Member Functions | |
| void | addKeyName (QString const &keyName) |
| QStringList const & | getKeyList () const |
| int | keyCount () const |
| const QString & | keyText () const |
| StrongsResult () | |
| StrongsResult (QString const &text, QString const &keyName) | |
Private Attributes | |
| QStringList | m_keyNameList |
| QString | m_text |
This class is used to keep track of the text strongs results. It only keeps track of one instance of a strongs text result.
The functions of the class are:
To add a new verse to a strongs text result use addKeyName.
Definition at line 50 of file btsearchresultarea.h.
|
inline |
Definition at line 52 of file btsearchresultarea.h.
|
inline |
Definition at line 53 of file btsearchresultarea.h.
References m_keyNameList.
|
inline |
Definition at line 62 of file btsearchresultarea.h.
References m_keyNameList.
|
inline |
Definition at line 67 of file btsearchresultarea.h.
References m_keyNameList.
|
inline |
Definition at line 61 of file btsearchresultarea.h.
References m_keyNameList.
|
inline |
Definition at line 60 of file btsearchresultarea.h.
References m_text.
|
private |
Definition at line 71 of file btsearchresultarea.h.
Referenced by addKeyName(), getKeyList(), keyCount(), and StrongsResult().
|
private |
Definition at line 70 of file btsearchresultarea.h.
Referenced by keyText().