A help manager that uses the QAssistant to manage help files.
More...
#include <AssistantHelpManagerImpl.h>
|
void | appendDoc (const QString &docRef) |
|
void | showHelp (const QString &htmRef, const QString &nSpace="") |
|
A help manager that uses the QAssistant to manage help files.
Definition at line 53 of file AssistantHelpManagerImpl.h.
te::qt::widgets::AssistantHelpManagerImpl::AssistantHelpManagerImpl |
( |
const QString & |
collectionFile, |
|
|
QObject * |
parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
collectionFile | Name of the Qt collection file to be used. |
parent | Used by QObject constructor. |
te::qt::widgets::AssistantHelpManagerImpl::~AssistantHelpManagerImpl |
( |
| ) |
|
void te::qt::widgets::AssistantHelpManagerImpl::appendDoc |
( |
const QString & |
docRef | ) |
|
|
slot |
void te::qt::widgets::AssistantHelpManagerImpl::showHelp |
( |
const QString & |
htmRef, |
|
|
const QString & |
nSpace = "" |
|
) |
| |
|
slot |
bool te::qt::widgets::AssistantHelpManagerImpl::startAssistant |
( |
| ) |
|
It starts the Qt assistant help process pointing out to the given collection file.
- Returns
- True if start assistant with no problems, false otherwise.
QString te::qt::widgets::AssistantHelpManagerImpl::m_collectionFile |
|
protected |
QProcess* te::qt::widgets::AssistantHelpManagerImpl::m_proc |
|
protected |
QStringList te::qt::widgets::AssistantHelpManagerImpl::m_regDocs |
|
protected |
The documentation for this class was generated from the following file: