#include <helpwindow.h>
Public Member Functions | |
| TGo4HelpWindow (const QString &home_, QWidget *parent, const QString &subdir="") | |
| virtual | ~TGo4HelpWindow () |
Private Slots | |
| void | setBackwardAvailable (bool) |
| void | setForwardAvailable (bool) |
| void | textChanged () |
| void | about () |
| void | aboutQt () |
| void | print () |
| void | pathSelected (const QString &) |
| void | histChosen (int) |
| void | bookmChosen (int) |
| void | addBookmark () |
Private Member Functions | |
| 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 |
| QString | _path |
|
||||||||||||||||
|
Definition at line 35 of file helpwindow.cpp. References _path, about(), aboutQt(), addBookmark(), backwardId, bookm, bookmarks, bookmChosen(), browser, FALSE, forwardId, hist, histChosen(), history, mBookmarks, mHistory, pathCombo, pathSelected(), print(), readBookmarks(), readHistory(), setBackwardAvailable(), setForwardAvailable(), textChanged(), and TRUE. |
|
|
Definition at line 191 of file helpwindow.cpp. References bookmarks, history, mBookmarks, and mHistory. |
|
|
Definition at line 152 of file helpwindow.cpp. References backwardId. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 157 of file helpwindow.cpp. References forwardId. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 162 of file helpwindow.cpp. References _path, browser, FALSE, hist, mHistory, pathCombo, selectedURL, and TRUE. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 216 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 223 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 228 of file helpwindow.cpp. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 262 of file helpwindow.cpp. References browser, FALSE, hist, mHistory, and TRUE. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 290 of file helpwindow.cpp. References browser, and mHistory. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 296 of file helpwindow.cpp. References browser, and mBookmarks. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 302 of file helpwindow.cpp. References bookm, browser, and mBookmarks. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 307 of file helpwindow.cpp. References bookmarks. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 277 of file helpwindow.cpp. References history. Referenced by TGo4HelpWindow(). |
|
|
Definition at line 53 of file helpwindow.h. Referenced by addBookmark(), bookmChosen(), histChosen(), pathSelected(), print(), textChanged(), and TGo4HelpWindow(). |
|
|
Definition at line 54 of file helpwindow.h. Referenced by textChanged(), and TGo4HelpWindow(). |
|
|
Definition at line 55 of file helpwindow.h. Referenced by setBackwardAvailable(), and TGo4HelpWindow(). |
|
|
Definition at line 55 of file helpwindow.h. Referenced by setForwardAvailable(), and TGo4HelpWindow(). |
|
|
Definition at line 56 of file helpwindow.h. Referenced by textChanged(). |
|
|
Definition at line 57 of file helpwindow.h. Referenced by readHistory(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
|
Definition at line 57 of file helpwindow.h. Referenced by readBookmarks(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
|
Definition at line 58 of file helpwindow.h. Referenced by histChosen(), pathSelected(), textChanged(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
|
Definition at line 58 of file helpwindow.h. Referenced by addBookmark(), bookmChosen(), TGo4HelpWindow(), and ~TGo4HelpWindow(). |
|
|
Definition at line 59 of file helpwindow.h. Referenced by pathSelected(), textChanged(), and TGo4HelpWindow(). |
|
|
Definition at line 59 of file helpwindow.h. Referenced by addBookmark(), and TGo4HelpWindow(). |
|
|
Definition at line 60 of file helpwindow.h. Referenced by textChanged(), and TGo4HelpWindow(). |
1.4.2