QHelpEngineCore Class Reference
[QtHelp module]
Inherits QObject.
Inherited by QHelpEngine.
Methods
- __init__ (self, QString, QObject parent = None)
- bool addCustomFilter (self, QString, QStringList)
- bool autoSaveFilter (self)
- QString collectionFile (self)
- bool copyCollectionFile (self, QString)
- QString currentFilter (self)
- QStringList customFilters (self)
- QVariant customValue (self, QString, QVariant defaultValue = QVariant())
- QString documentationFileName (self, QString)
- QString error (self)
- QByteArray fileData (self, QUrl)
- list-of-QUrl files (self, QString, QStringList, QString extensionFilter = QString())
- QStringList filterAttributes (self)
- QStringList filterAttributes (self, QString)
- list-of-QStringList filterAttributeSets (self, QString)
- QUrl findFile (self, QUrl)
- dict-of-QString-QUrl linksForIdentifier (self, QString)
- bool registerDocumentation (self, QString)
- QStringList registeredDocumentations (self)
- bool removeCustomFilter (self, QString)
- bool removeCustomValue (self, QString)
- setAutoSaveFilter (self, bool)
- setCollectionFile (self, QString)
- setCurrentFilter (self, QString)
- bool setCustomValue (self, QString, QVariant)
- bool setupData (self)
- bool unregisterDocumentation (self, QString)
Static Methods
Qt Signals
Detailed Description
Method Documentation
QHelpEngineCore.__init__ (self, QString, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QHelpEngineCore.addCustomFilter (self, QString, QStringList)
bool QHelpEngineCore.autoSaveFilter (self)
QString QHelpEngineCore.collectionFile (self)
bool QHelpEngineCore.copyCollectionFile (self, QString)
QString QHelpEngineCore.currentFilter (self)
QStringList QHelpEngineCore.customFilters (self)
QVariant QHelpEngineCore.customValue (self, QString, QVariant defaultValue = QVariant())
QString QHelpEngineCore.documentationFileName (self, QString)
QString QHelpEngineCore.error (self)
QByteArray QHelpEngineCore.fileData (self, QUrl)
list-of-QUrl QHelpEngineCore.files (self, QString, QStringList, QString extensionFilter = QString())
QStringList QHelpEngineCore.filterAttributes (self)
QStringList QHelpEngineCore.filterAttributes (self, QString)
list-of-QStringList QHelpEngineCore.filterAttributeSets (self, QString)
QUrl QHelpEngineCore.findFile (self, QUrl)
dict-of-QString-QUrl QHelpEngineCore.linksForIdentifier (self, QString)
QVariant QHelpEngineCore.metaData (QString, QString)
QString QHelpEngineCore.namespaceName (QString)
bool QHelpEngineCore.registerDocumentation (self, QString)
QStringList QHelpEngineCore.registeredDocumentations (self)
bool QHelpEngineCore.removeCustomFilter (self, QString)
bool QHelpEngineCore.removeCustomValue (self, QString)
QHelpEngineCore.setAutoSaveFilter (self, bool)
QHelpEngineCore.setCollectionFile (self, QString)
QHelpEngineCore.setCurrentFilter (self, QString)
bool QHelpEngineCore.setCustomValue (self, QString, QVariant)
bool QHelpEngineCore.setupData (self)
bool QHelpEngineCore.unregisterDocumentation (self, QString)
Qt Signal Documentation
void currentFilterChanged (const QString&)
This is the default overload of this signal.
void setupFinished ()
This is the default overload of this signal.
void setupStarted ()
This is the default overload of this signal.
void warning (const QString&)
This is the default overload of this signal.