BibleTime
Public Member Functions | Private Attributes | List of all members
Search::StrongsResult Class Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ StrongsResult() [1/2]

Search::StrongsResult::StrongsResult ( )
inline

Definition at line 52 of file btsearchresultarea.h.

◆ StrongsResult() [2/2]

Search::StrongsResult::StrongsResult ( QString const &  text,
QString const &  keyName 
)
inline

Definition at line 53 of file btsearchresultarea.h.

References m_keyNameList.

Member Function Documentation

◆ addKeyName()

void Search::StrongsResult::addKeyName ( QString const &  keyName)
inline

Definition at line 62 of file btsearchresultarea.h.

References m_keyNameList.

◆ getKeyList()

QStringList const& Search::StrongsResult::getKeyList ( ) const
inline

Definition at line 67 of file btsearchresultarea.h.

References m_keyNameList.

◆ keyCount()

int Search::StrongsResult::keyCount ( ) const
inline

Definition at line 61 of file btsearchresultarea.h.

References m_keyNameList.

◆ keyText()

const QString& Search::StrongsResult::keyText ( ) const
inline

Definition at line 60 of file btsearchresultarea.h.

References m_text.

Member Data Documentation

◆ m_keyNameList

QStringList Search::StrongsResult::m_keyNameList
private

Definition at line 71 of file btsearchresultarea.h.

Referenced by addKeyName(), getKeyList(), keyCount(), and StrongsResult().

◆ m_text

QString Search::StrongsResult::m_text
private

Definition at line 70 of file btsearchresultarea.h.

Referenced by keyText().


The documentation for this class was generated from the following file: