Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
CAHelpBrowser Class Reference

#include <helpbrowser.h>

Inheritance diagram for CAHelpBrowser:
Inheritance graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

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.


Member Function Documentation

QHelpEngine* CAHelpBrowser::helpEngine ( ) [inline]

References _helpEngine.

Referenced by setHelpEngine().

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

void CAHelpBrowser::setSource ( const QUrl &  url)

Open network URLs in an external browser, without changing the QTextBrowser source.

Referenced by CAHelpCtl::displayHelp().

Here is the caller graph for this function:


Member Data Documentation

QHelpEngine* CAHelpBrowser::_helpEngine [private]

The documentation for this class was generated from the following files: