BibleTime
|
#include <chistorycombobox.h>
Public Member Functions | |
void | addToHistory (const QString &item) |
CHistoryComboBox (QWidget *parent=nullptr) | |
QStringList | historyItems () const |
~CHistoryComboBox () override | |
Definition at line 26 of file chistorycombobox.h.
Search::CHistoryComboBox::CHistoryComboBox | ( | QWidget * | parent = nullptr | ) |
Definition at line 21 of file chistorycombobox.cpp.
|
override |
Definition at line 27 of file chistorycombobox.cpp.
void Search::CHistoryComboBox::addToHistory | ( | const QString & | item | ) |
Definition at line 30 of file chistorycombobox.cpp.
Referenced by Search::BtSearchOptionsArea::addToHistory(), and Search::BtSearchOptionsArea::initConnections().
QStringList Search::CHistoryComboBox::historyItems | ( | ) | const |
Definition at line 38 of file chistorycombobox.cpp.
Referenced by Search::BtSearchOptionsArea::saveSettings().