#include <helpwindow.h>
Public Methods | |
TGo4HelpWindow (const QString &home_, const QString &path, QWidget *parent=0, const char *name=0) | |
virtual | ~TGo4HelpWindow () |
Private Slots | |
void | setBackwardAvailable (bool) |
void | setForwardAvailable (bool) |
void | textChanged () |
void | about () |
void | aboutQt () |
void | openFile () |
void | newWindow () |
void | print () |
void | pathSelected (const QString &) |
void | histChosen (int) |
void | bookmChosen (int) |
void | addBookmark () |
Private Methods | |
void | readBookmarks () |
void | readHistory () |
Private Attributes | |
QTextBrowser * | browser |
QComboBox * | pathCombo |
int | backwardId |
int | forwardId |
QString | selectedURL |
QStringList | history |
QStringList | bookmarks |
QMap< int, QString > | mHistory |
QMap< int, QString > | mBookmarks |
QPopupMenu * | hist |
QPopupMenu * | bookm |
|
Definition at line 44 of file helpwindow.cpp. References about(), aboutQt(), addBookmark(), backwardId, bookm, bookmarks, bookmChosen(), browser, forwardId, hist, histChosen(), history, mBookmarks, mHistory, newWindow(), openFile(), pathCombo, pathSelected(), print(), readBookmarks(), readHistory(), setBackwardAvailable(), setForwardAvailable(), and textChanged(). Referenced by newWindow(). |
|
Definition at line 205 of file helpwindow.cpp. References bookmarks, history, mBookmarks, and mHistory. |
|
Definition at line 166 of file helpwindow.cpp. References b, and backwardId. Referenced by TGo4HelpWindow(). |
|
Definition at line 171 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
Definition at line 177 of file helpwindow.cpp. References browser, hist, i, mHistory, pathCombo, and selectedURL. Referenced by TGo4HelpWindow(). |
|
Definition at line 230 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
Definition at line 238 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
Definition at line 243 of file helpwindow.cpp. References browser. Referenced by TGo4HelpWindow(). |
|
Definition at line 252 of file helpwindow.cpp. References browser, and TGo4HelpWindow(). Referenced by TGo4HelpWindow(). |
|
Definition at line 257 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
Definition at line 291 of file helpwindow.cpp. References browser, hist, and mHistory. Referenced by TGo4HelpWindow(). |
|
Definition at line 319 of file helpwindow.cpp. References browser, i, and mHistory. Referenced by TGo4HelpWindow(). |
|
Definition at line 325 of file helpwindow.cpp. References browser, i, and mBookmarks. Referenced by TGo4HelpWindow(). |
|
Definition at line 331 of file helpwindow.cpp. References bookm, browser, and mBookmarks. Referenced by TGo4HelpWindow(). |
|
Definition at line 335 of file helpwindow.cpp. References bookmarks. Referenced by TGo4HelpWindow(). |
|
Definition at line 306 of file helpwindow.cpp. References history. Referenced by TGo4HelpWindow(). |
|
Definition at line 57 of file helpwindow.h. Referenced by addBookmark(), bookmChosen(), histChosen(), newWindow(), openFile(), pathSelected(), print(), textChanged(), and TGo4HelpWindow(). |
|
Definition at line 58 of file helpwindow.h. Referenced by textChanged(), and TGo4HelpWindow(). |
|
Definition at line 59 of file helpwindow.h. Referenced by setBackwardAvailable(), and TGo4HelpWindow(). |
|
Definition at line 59 of file helpwindow.h. Referenced by setForwardAvailable(), and TGo4HelpWindow(). |
|
Definition at line 60 of file helpwindow.h. Referenced by textChanged(). |
|
Definition at line 61 of file helpwindow.h. Referenced by readHistory(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
Definition at line 61 of file helpwindow.h. Referenced by readBookmarks(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
Definition at line 62 of file helpwindow.h. Referenced by histChosen(), pathSelected(), textChanged(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
Definition at line 62 of file helpwindow.h. Referenced by addBookmark(), bookmChosen(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
Definition at line 63 of file helpwindow.h. Referenced by pathSelected(), textChanged(), and TGo4HelpWindow(). |
|
Definition at line 63 of file helpwindow.h. Referenced by addBookmark(), and TGo4HelpWindow(). |