43     m_impl->showHelp(htmRef, nSpace);
 
   49     m_impl->appendDoc(docRef);
 
A singleton that contains a pointer to a help manager implementation. 
 
HelpManager()
Protected constructor. Can not be called by clients. 
 
void appendDoc(const QString &docRef)
Appends a project of help documentation to the existing collection. 
 
void setImpl(HelpManagerImpl *impl)
Updates the HelpManagerImpl pointer. 
 
An interface for help managers implementations. 
 
HelpManagerImpl * m_impl
Pointer to HelpManagerImpl to be used. 
 
void showHelp(const QString &htmRef, const QString &nSpace="")
Opens the help on the selected page. 
 
An interface for a help manager implementation. 
 
Facade for a te::qt::widgets::HelpManagerImpl object. 
 
HelpManagerImpl * getImpl() const 
Returns the pointer to the HelpManagerImpl object being used.