#include <helpbrowser.hpp>
Public Member Functions | |
| HelpBrowser (const QString &path, const QString &page, QWidget *parent=0, const char *name=0) | |
Static Public Member Functions | |
| static void | showPage (const QString &page) |
Private Slots | |
| void | updateCaption () |
Private Attributes | |
| QTextBrowser * | textBrowser |
| QPushButton * | homeButton |
| QPushButton * | backButton |
| QPushButton * | closeButton |
|
||||||||||||||||||||
|
Definition at line 21 of file helpbrowser.cpp. References backButton, closeButton, homeButton, textBrowser, and updateCaption(). Referenced by showPage(). |
|
|
Definition at line 54 of file helpbrowser.cpp. References HelpBrowser(). Referenced by Principal::help_activated(). Here is the call graph for this function: ![]() |
|
|
Definition at line 49 of file helpbrowser.cpp. References textBrowser. Referenced by HelpBrowser(). |
|
|
Definition at line 35 of file helpbrowser.hpp. Referenced by HelpBrowser(). |
|
|
Definition at line 36 of file helpbrowser.hpp. Referenced by HelpBrowser(). |
|
|
Definition at line 34 of file helpbrowser.hpp. Referenced by HelpBrowser(). |
|
|
Definition at line 33 of file helpbrowser.hpp. Referenced by HelpBrowser(), and updateCaption(). |