te::qt::widgets::HelpManagerImpl Class Referenceabstract

An interface for help managers implementations. More...

#include <HelpManagerImpl.h>

Inheritance diagram for te::qt::widgets::HelpManagerImpl:
te::qt::widgets::AssistantHelpManagerImpl

Public Member Functions

virtual void appendDoc (const QString &docRef)=0
 Appends a collection of help documentation to the existing collection. More...
 
virtual void showHelp (const QString &htmRef, const QString &nSpace="")=0
 Opens the help on the selected page. More...
 

Detailed Description

An interface for help managers implementations.

Definition at line 45 of file HelpManagerImpl.h.

Member Function Documentation

virtual void te::qt::widgets::HelpManagerImpl::appendDoc ( const QString &  docRef)
pure virtual

Appends a collection of help documentation to the existing collection.

Parameters
docRefReference to the help collection to be appended.
Note
The docRef argument refers to an existing Qt Help project file. See Qt documentation for details on how to create these kind of files.
virtual void te::qt::widgets::HelpManagerImpl::showHelp ( const QString &  htmRef,
const QString &  nSpace = "" 
)
pure virtual

Opens the help on the selected page.

Parameters
htmRefReference to some page on the help collection.
nSpaceNamespace to be used.
Note
There is a syntax for the argument. If it is not respected, we CAN NOT garantee the correct operation. The right syntax is as follows: "qthelp://<NAMESPACE defined in Qt help project/<virtual folder>/<fileName>", i.e. qthelp://dpi.inpe.br.terraview.5.0/doc/associando_arquivos_sites.htm, "dpi.inpe.br.terraview.5.0" is the namespace defined in the Qt help project file, "doc" is the virtual folder, also defined in Qt project file, and "associando_arquivos_sites.htm" is file compiled within the project.

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