#include </home/clem/local/src/opie/noncore/apps/dagger/searchbar.h>
Collaboration diagram for SearchBar:

Signals | |
| void | sigResultClicked (const QString &key) |
Public Member Functions | |
| SearchBar (QMainWindow *parent=0x0) | |
| void | setCurrModule (TextWidget *currText) |
Private Slots | |
| void | slotTextChanged (const QString &newText) |
| void | slotFind () |
| void | slotPrev () |
| void | slotNext () |
| void | slotCloseBtn () |
Private Attributes | |
| TextWidget * | m_currText |
| QLineEdit * | m_searchText |
| QAction * | m_actionFind |
| QAction * | m_actionPrev |
| QComboBox * | m_resultList |
| QAction * | m_actionNext |
|
|
Definition at line 40 of file searchbar.cpp. References add, Opie::Core::OResource::loadPixmap(), m_actionFind, m_actionNext, m_actionPrev, m_resultList, m_searchText, QString::null, sigResultClicked(), slotFind(), slotNext(), slotPrev(), slotTextChanged(), Opie::Core::OResource::SmallIcon, and tr. |
|
|
Definition at line 90 of file searchbar.cpp. References TextWidget::getModuleName(), m_actionFind, m_actionNext, m_actionPrev, m_currText, m_resultList, and m_searchText. Referenced by MainWindow::slotTextClose(), and MainWindow::slotTextDisplayed(). |
|
|
Referenced by SearchBar(), slotFind(), slotNext(), and slotPrev(). |
|
|
Definition at line 179 of file searchbar.cpp. |
|
|
Definition at line 110 of file searchbar.cpp. References TextWidget::getModule(), Opie::Ui::OWait::hide(), i, m_actionNext, m_actionPrev, m_currText, m_resultList, m_searchText, qApp, searchCallback(), Opie::Ui::OWait::show(), sigResultClicked(), and wait. Referenced by SearchBar(). |
|
|
Definition at line 169 of file searchbar.cpp. References m_actionNext, m_actionPrev, m_resultList, and sigResultClicked(). Referenced by SearchBar(). |
|
|
Definition at line 159 of file searchbar.cpp. References m_actionNext, m_actionPrev, m_resultList, and sigResultClicked(). Referenced by SearchBar(). |
|
|
Definition at line 105 of file searchbar.cpp. References m_actionFind, and m_currText. Referenced by SearchBar(). |
|
|
Definition at line 41 of file searchbar.h. Referenced by SearchBar(), setCurrModule(), and slotTextChanged(). |
|
|
Definition at line 44 of file searchbar.h. Referenced by SearchBar(), setCurrModule(), slotFind(), slotNext(), and slotPrev(). |
|
|
Definition at line 42 of file searchbar.h. Referenced by SearchBar(), setCurrModule(), slotFind(), slotNext(), and slotPrev(). |
|
|
Definition at line 38 of file searchbar.h. Referenced by setCurrModule(), slotFind(), and slotTextChanged(). |
|
|
Definition at line 43 of file searchbar.h. Referenced by SearchBar(), setCurrModule(), slotFind(), slotNext(), and slotPrev(). |
|
|
Definition at line 40 of file searchbar.h. Referenced by SearchBar(), setCurrModule(), and slotFind(). |
1.4.2