#include <HelpWindow.h>

Public Slots | |
| void | goNext () |
| void | goPrevious () |
| void | goHome () |
| void | previousStatus (bool) |
| void | nextStatus (bool) |
| void | exit () |
| void | slotLoadFile (const QString &name) |
Public Member Functions | |
| HelpWindow (QWidget *, QString &) | |
| ~HelpWindow () | |
Private Attributes | |
| QTextBrowser * | text |
| Toolbar * | toolbar |
| QString | homePath |
| QString | tocPath |
Definition at line 30 of file HelpWindow.h.
| HelpWindow::HelpWindow | ( | QWidget * | w, | |
| QString & | fn | |||
| ) |
Definition at line 32 of file HelpWindow.cpp.
References Toolbar::addButton(), exit(), Toolbar::getButton(), goHome(), goNext(), goPrevious(), RcFile::HelpFilePath, RcFile::HelpWindowSize, homePath, Toolbar::Horizontal, RcFile::loadData(), RcFile::loadSize(), nextStatus(), previousStatus(), slotLoadFile(), text, tocPath, and toolbar.
| HelpWindow::~HelpWindow | ( | ) |
Definition at line 95 of file HelpWindow.cpp.
| void HelpWindow::goNext | ( | ) | [slot] |
| void HelpWindow::goPrevious | ( | ) | [slot] |
| void HelpWindow::goHome | ( | ) | [slot] |
| void HelpWindow::previousStatus | ( | bool | d | ) | [slot] |
Definition at line 114 of file HelpWindow.cpp.
References Toolbar::setButtonStatus(), and toolbar.
Referenced by HelpWindow().
| void HelpWindow::nextStatus | ( | bool | d | ) | [slot] |
Definition at line 120 of file HelpWindow.cpp.
References Toolbar::setButtonStatus(), and toolbar.
Referenced by HelpWindow().
| void HelpWindow::exit | ( | ) | [slot] |
Definition at line 126 of file HelpWindow.cpp.
References RcFile::HelpWindowSize, and RcFile::saveSize().
Referenced by HelpWindow().
| void HelpWindow::slotLoadFile | ( | const QString & | name | ) | [slot] |
QTextBrowser* HelpWindow::text [private] |
Definition at line 47 of file HelpWindow.h.
Referenced by goHome(), goNext(), goPrevious(), HelpWindow(), and slotLoadFile().
Toolbar* HelpWindow::toolbar [private] |
Definition at line 48 of file HelpWindow.h.
Referenced by HelpWindow(), nextStatus(), and previousStatus().
QString HelpWindow::homePath [private] |
QString HelpWindow::tocPath [private] |