#include <SearchDialog.h>
Public Slots | |
| void | show () |
| void | updateFonts () |
| void | retranslateUi () |
| void | setDigraphEnabled (bool isDigraphEnabled) |
Signals | |
| void | showTermRequested (const TermKey &termKey) |
| void | termsRemoved () |
Public Member Functions | |
| SearchDialog (QWidget *parent, Controller *controller) | |
| ~SearchDialog () | |
Definition at line 22 of file SearchDialog.h.
| SearchDialog::SearchDialog | ( | QWidget * | parent, | |
| Controller * | controller | |||
| ) |
Definition at line 8 of file SearchDialog.cpp.
| SearchDialog::~SearchDialog | ( | ) |
Definition at line 14 of file SearchDialog.cpp.
| void SearchDialog::show | ( | ) | [slot] |
Definition at line 80 of file SearchDialog.cpp.
| void SearchDialog::updateFonts | ( | ) | [slot] |
Definition at line 92 of file SearchDialog.cpp.
| void SearchDialog::retranslateUi | ( | ) | [slot] |
Definition at line 124 of file SearchDialog.cpp.
| void SearchDialog::setDigraphEnabled | ( | bool | isDigraphEnabled | ) | [slot] |
Definition at line 346 of file SearchDialog.cpp.
| void SearchDialog::showTermRequested | ( | const TermKey & | termKey | ) | [signal] |
Definition at line 163 of file moc_SearchDialog.cpp.
| void SearchDialog::termsRemoved | ( | ) | [signal] |
Definition at line 202 of file moc_SearchDialog.cpp.
1.5.6