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.
 
◆ AssistantHelpManagerImpl()
      
        
          | 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.  | 
  
   
 
 
◆ ~AssistantHelpManagerImpl()
      
        
          | te::qt::widgets::AssistantHelpManagerImpl::~AssistantHelpManagerImpl  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ appendDoc
  
  
      
        
          | void te::qt::widgets::AssistantHelpManagerImpl::appendDoc  | 
          ( | 
          const QString &  | 
          docRef | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ showHelp
  
  
      
        
          | void te::qt::widgets::AssistantHelpManagerImpl::showHelp  | 
          ( | 
          const QString &  | 
          htmRef,  | 
         
        
           | 
           | 
          const QString &  | 
          nSpace = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ startAssistant()
      
        
          | 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. 
 
 
 
◆ m_collectionFile
  
  
      
        
          | QString te::qt::widgets::AssistantHelpManagerImpl::m_collectionFile | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_proc
  
  
      
        
          | QProcess* te::qt::widgets::AssistantHelpManagerImpl::m_proc | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_regDocs
  
  
      
        
          | QStringList te::qt::widgets::AssistantHelpManagerImpl::m_regDocs | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: