QXRD  0.11.16
Public Member Functions | List of all members
QcepLongDocumentationForObject Class Reference

#include <qcepdocumentationdictionary.h>

Public Member Functions

 QcepLongDocumentationForObject (QString objectName, QString longDoc)
 

Detailed Description

Definition at line 13 of file qcepdocumentationdictionary.h.

Constructor & Destructor Documentation

QcepLongDocumentationForObject::QcepLongDocumentationForObject ( QString  objectName,
QString  longDoc 
)

Definition at line 97 of file qcepdocumentationdictionary.cpp.

References QcepDocumentationDictionary::setLongDoc().

99 {
100  if (gDocumentationDirectory == NULL) {
102  }
103 
104  gDocumentationDirectory->setLongDoc(objectName, longDoc);
105 }
void setLongDoc(QString name, QString doc)
QcepDocumentationDictionary * gDocumentationDirectory

Here is the call graph for this function:


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