Public Member Functions | |
HelpBrowser () | |
~HelpBrowser () | |
void | about () |
void | load (const QString &url) |
Load URL. More... | |
Public Member Functions inherited from QtxWebBrowser | |
virtual | ~QtxWebBrowser () |
Destructor. More... | |
Additional Inherited Members | |
Public Slots inherited from QtxWebBrowser | |
Static Public Member Functions inherited from QtxWebBrowser | |
static QtxWebBrowser * | webBrowser () |
Return the only instance of the QtxWebBrowser. More... | |
static void | loadUrl (const QString &, const QString &=QString()) |
Load given url address and optional scroll to the specified anchor. More... | |
static void | setResourceMgr (QtxResourceMgr *) |
Set resource manager. More... | |
static void | shutdown () |
Shutdown help browser. More... | |
Protected Slots inherited from QtxWebBrowser | |
virtual void | linkClicked (const QUrl &) |
Called when users activated any link at the page. More... | |
virtual void | linkHovered (const QString &, const QString &, const QString &) |
Called when link is hovered. More... | |
virtual void | linkHovered (const QString &) |
Protected Member Functions inherited from QtxWebBrowser | |
QtxWebBrowser () | |
Constructor. Construct the web browser. More... | |
QtxResourceMgr * | resourceMgr () const |
Get resource manager. More... | |
|
inline |
|
inline |
References QtxWebBrowser::resourceMgr(), and QtxResourceMgr::save().
|
inlinevirtual |
Shows About dialog box
Reimplemented from QtxWebBrowser.
|
inlinevirtual |
url | path to the file to be opened in the browser |
Reimplemented from QtxWebBrowser.
References QtxWebBrowser::load().