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

Public Slots | |
| void | slotNumVersesChanged (int numVerses) |
| void | slotFontChanged (const QFont *newFont) |
| void | slotOptionChanged () |
Signals | |
| void | sigRefClicked (const QString &ref) |
Public Member Functions | |
| TextWidget (QWidget *parent=0x0, sword::SWModule *module=0x0, int numVerses=5, const QFont *font=0x0) | |
| ~TextWidget () | |
| const QString & | getFullKey () |
| const QString & | getAbbrevKey () |
| QString | getModuleName () |
| sword::SWModule * | getModule () |
| QString | getCurrVerse () |
| bool | isBibleText () const |
| void | prevPage () |
| void | prevVerse () |
| void | setKey (const QString &newKey) |
| void | nextVerse () |
| void | nextPage () |
Private Member Functions | |
| void | setText () |
Private Attributes | |
| sword::SWModule * | m_module |
| sword::SWKey * | m_key |
| bool | m_isBibleText |
| QTextBrowser * | m_textView |
| QString | m_fullKey |
| QString | m_abbrevKey |
| int | m_numVerses |
|
||||||||||||||||||||
|
Definition at line 25 of file textwidget.cpp. References m_isBibleText, m_key, m_module, m_textView, setText(), and sigRefClicked(). |
|
|
Definition at line 69 of file textwidget.cpp. |
|
|
Definition at line 38 of file textwidget.h. References m_abbrevKey. Referenced by MainWindow::openModule(), MainWindow::slotEditCopy(), MainWindow::slotNavNextPage(), MainWindow::slotNavNextVerse(), MainWindow::slotNavPrevPage(), MainWindow::slotNavPrevVerse(), MainWindow::slotSearchResultClicked(), and MainWindow::slotTextDisplayed(). |
|
|
Definition at line 75 of file textwidget.cpp. References m_key, and m_module. Referenced by MainWindow::slotEditCopy(). |
|
|
|
Definition at line 40 of file textwidget.h. References m_module. Referenced by SearchBar::slotFind(). |
|
|
Definition at line 39 of file textwidget.h. References m_module. Referenced by MainWindow::openModule(), SearchBar::setCurrModule(), and MainWindow::slotEditCopy(). |
|
|
Definition at line 43 of file textwidget.h. References m_isBibleText. Referenced by MainWindow::slotNavKeyChanged(), and MainWindow::slotTextDisplayed(). |
|
|
Definition at line 105 of file textwidget.cpp. References m_numVerses, and setText(). Referenced by MainWindow::slotNavNextPage(). |
|
|
Definition at line 99 of file textwidget.cpp. References setText(). Referenced by MainWindow::slotNavNextVerse(). |
|
|
Definition at line 81 of file textwidget.cpp. References m_numVerses, and setText(). Referenced by MainWindow::slotNavPrevPage(). |
|
|
Definition at line 87 of file textwidget.cpp. References setText(). Referenced by MainWindow::slotNavPrevVerse(). |
|
|
Definition at line 93 of file textwidget.cpp. References QString::latin1(), m_key, and setText(). Referenced by MainWindow::openModule(), MainWindow::slotNavKeyChanged(), and MainWindow::slotSearchResultClicked(). |
|
|
Definition at line 129 of file textwidget.cpp. References QString::append(), QString::fromUtf8(), i, m_abbrevKey, m_fullKey, m_isBibleText, m_key, m_module, m_numVerses, and m_textView. Referenced by nextPage(), nextVerse(), prevPage(), prevVerse(), setKey(), slotFontChanged(), slotNumVersesChanged(), slotOptionChanged(), and TextWidget(). |
|
|
Referenced by TextWidget(). |
|
|
Definition at line 117 of file textwidget.cpp. References setText(). |
|
|
Definition at line 111 of file textwidget.cpp. References m_numVerses, and setText(). |
|
|
Definition at line 124 of file textwidget.cpp. References setText(). |
|
|
Definition at line 63 of file textwidget.h. Referenced by getAbbrevKey(), and setText(). |
|
|
Definition at line 62 of file textwidget.h. Referenced by getFullKey(), and setText(). |
|
|
Definition at line 59 of file textwidget.h. Referenced by isBibleText(), setText(), and TextWidget(). |
|
|
Definition at line 58 of file textwidget.h. Referenced by getCurrVerse(), setKey(), setText(), and TextWidget(). |
|
|
Definition at line 57 of file textwidget.h. Referenced by getCurrVerse(), getModule(), getModuleName(), setText(), and TextWidget(). |
|
|
Definition at line 65 of file textwidget.h. Referenced by nextPage(), prevPage(), setText(), and slotNumVersesChanged(). |
|
|
Definition at line 61 of file textwidget.h. Referenced by setText(), and TextWidget(). |
1.4.2