#include </home/clem/local/src/opie/noncore/apps/dagger/navbar.h>
Signals | |
| void | prevPage () |
| void | prevVerse () |
| void | keyChanged (const QString &newKey) |
| void | nextVerse () |
| void | nextPage () |
| void | autoScroll (bool enabled) |
| void | scrollRateChanged (int newRate) |
Public Member Functions | |
| NavBar (QMainWindow *parent=0x0) | |
| void | navBtnsEnable (bool enabled) |
| void | setKey (const QString &newKey) |
| void | setAutoScrollRate (int scrollRate) |
| const int | autoScrollRate () |
Private Attributes | |
| QAction * | m_actionPrevPage |
| QAction * | m_actionPrevVerse |
| QLineEdit * | m_key |
| QAction * | m_actionNextVerse |
| QAction * | m_actionNextPage |
| QSpinBox * | m_scrollRate |
| QAction * | m_actionScroll |
|
|
Definition at line 28 of file navbar.cpp. References add, autoScroll(), keyChanged(), Opie::Core::OResource::loadPixmap(), m_actionNextPage, m_actionNextVerse, m_actionPrevPage, m_actionPrevVerse, m_actionScroll, m_key, m_scrollRate, nextPage(), nextVerse(), QString::null, prevPage(), prevVerse(), scrollRateChanged(), Opie::Core::OResource::SmallIcon, and tr. |
|
|
Referenced by NavBar(). |
|
|
Definition at line 37 of file navbar.h. References m_scrollRate. |
|
|
|
|
|
Definition at line 87 of file navbar.cpp. References m_actionNextPage, m_actionNextVerse, m_actionPrevPage, m_actionPrevVerse, m_actionScroll, and m_scrollRate. |
|
|
Referenced by NavBar(). |
|
|
Referenced by NavBar(). |
|
|
Referenced by NavBar(). |
|
|
Referenced by NavBar(). |
|
|
Referenced by NavBar(). |
|
|
Definition at line 104 of file navbar.cpp. References m_scrollRate. |
|
|
Definition at line 97 of file navbar.cpp. References keyChanged(), and m_key. |
|
|
Definition at line 44 of file navbar.h. Referenced by NavBar(), and navBtnsEnable(). |
|
|
Definition at line 43 of file navbar.h. Referenced by NavBar(), and navBtnsEnable(). |
|
|
Definition at line 40 of file navbar.h. Referenced by NavBar(), and navBtnsEnable(). |
|
|
Definition at line 41 of file navbar.h. Referenced by NavBar(), and navBtnsEnable(). |
|
|
Definition at line 46 of file navbar.h. Referenced by NavBar(), and navBtnsEnable(). |
|
|
|
|
|
Definition at line 45 of file navbar.h. Referenced by autoScrollRate(), NavBar(), navBtnsEnable(), and setAutoScrollRate(). |
1.4.2