A help manager that uses the QAssistant to manage help files. More...
#include <AssistantHelpManagerImpl.h>
Public Slots | |
| void | appendDoc (const QString &docRef) |
| void | showHelp (const QString &htmRef, const QString &nSpace="") |
Public Member Functions | |
| AssistantHelpManagerImpl (const QString &collectionFile, QObject *parent=0) | |
| Constructor. More... | |
| bool | startAssistant () |
| It starts the Qt assistant help process pointing out to the given collection file. More... | |
| ~AssistantHelpManagerImpl () | |
| Destructor. More... | |
Protected Attributes | |
| QString | m_collectionFile |
| Collection name. More... | |
| QProcess * | m_proc |
| Qt process, used to init QAssistant. More... | |
| QStringList | m_regDocs |
| Registered documents. More... | |
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.
| collectionFile | Name of the Qt collection file to be used. |
| parent | Used by QObject constructor. |
Definition at line 59 of file AssistantHelpManagerImpl.cpp.
| te::qt::widgets::AssistantHelpManagerImpl::~AssistantHelpManagerImpl | ( | ) |
Destructor.
Definition at line 66 of file AssistantHelpManagerImpl.cpp.
|
slot |
Definition at line 144 of file AssistantHelpManagerImpl.cpp.
|
slot |
Definition at line 131 of file AssistantHelpManagerImpl.cpp.
| bool te::qt::widgets::AssistantHelpManagerImpl::startAssistant | ( | ) |
It starts the Qt assistant help process pointing out to the given collection file.
Definition at line 92 of file AssistantHelpManagerImpl.cpp.
References GetMainWindow().
|
protected |
Collection name.
Definition at line 86 of file AssistantHelpManagerImpl.h.
|
protected |
Qt process, used to init QAssistant.
Definition at line 84 of file AssistantHelpManagerImpl.h.
|
protected |
Registered documents.
Definition at line 85 of file AssistantHelpManagerImpl.h.