|
Canorus
0.7
|
#include <helpbrowser.h>

Public Member Functions | |
| CAHelpBrowser (QWidget *parent=0, QHelpEngine *helpEngine=0) | |
| ~CAHelpBrowser () | |
| QVariant | loadResource (int type, const QUrl &url) |
| void | setSource (const QUrl &url) |
| void | setHelpEngine (QHelpEngine *helpEngine) |
| QHelpEngine * | helpEngine () |
Private Attributes | |
| QHelpEngine * | _helpEngine |
| CAHelpBrowser::CAHelpBrowser | ( | QWidget * | parent = 0, |
| QHelpEngine * | helpEngine = 0 |
||
| ) |
Copyright (c) 2009, Itay Perl, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
| CAHelpBrowser::~CAHelpBrowser | ( | ) | [inline] |
| QHelpEngine* CAHelpBrowser::helpEngine | ( | ) | [inline] |
| QVariant CAHelpBrowser::loadResource | ( | int | type, |
| const QUrl & | url | ||
| ) |
Handle qthelp URLs correctly.
References _helpEngine.
| void CAHelpBrowser::setHelpEngine | ( | QHelpEngine * | helpEngine | ) | [inline] |
References _helpEngine, and helpEngine().
Referenced by CAHelpCtl::displayHelp().


| void CAHelpBrowser::setSource | ( | const QUrl & | url | ) |
Open network URLs in an external browser, without changing the QTextBrowser source.
Referenced by CAHelpCtl::displayHelp().

QHelpEngine* CAHelpBrowser::_helpEngine [private] |
Referenced by helpEngine(), loadResource(), and setHelpEngine().
1.8.0