|
| ~xtHelp () |
|
bool | addCustomFilter (const QString &filterName, const QStringList &attributes) |
|
bool | autoSaveFilter () const |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
QString | collectionFile () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
QHelpContentModel * | contentModel () const |
|
QHelpContentWidget * | contentWidget () |
|
bool | copyCollectionFile (const QString &fileName) |
|
QString | currentFilter () const |
|
void | currentFilterChanged (const QString &newFilter) |
|
QStringList | customFilters () const |
|
QVariant | customValue (const QString &key, const QVariant &defaultValue) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
QString | documentationFileName (const QString &namespaceName) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
QString | error () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE QByteArray | fileData (const QUrl &url) const |
|
QList< QUrl > | files (const QString namespaceName, const QStringList &filterAttributes, const QString &extensionFilter) |
|
QStringList | filterAttributes () const |
|
QStringList | filterAttributes (const QString &filterName) const |
|
QList< QStringList > | filterAttributeSets (const QString &namespaceName) const |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QUrl | findFile (const QUrl &url) const |
|
Q_INVOKABLE QUrl | homePage () const |
|
QHelpIndexModel * | indexModel () const |
|
QHelpIndexWidget * | indexWidget () |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
Q_INVOKABLE bool | isOnline () const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
QMap< QString, QUrl > | linksForIdentifier (const QString &id) const |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
bool | registerDocumentation (const QString &documentationFileName) |
|
QStringList | registeredDocumentations () const |
|
void | removeChild (QObject *object) |
|
bool | removeCustomFilter (const QString &filterName) |
|
bool | removeCustomValue (const QString &key) |
|
void | removeEventFilter (QObject *obj) |
|
QHelpSearchEngine * | searchEngine () |
|
void | setAutoSaveFilter (bool save) |
|
void | setCollectionFile (const QString &fileName) |
|
void | setCurrentFilter (const QString &filterName) |
|
bool | setCustomValue (const QString &key, const QVariant &value) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | setupData () |
|
void | setupFinished () |
|
void | setupStarted () |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
bool | unregisterDocumentation (const QString &namespaceName) |
|
void | warning (const QString &msg) |
|
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
static Q_INVOKABLE xtHelp * | getInstance (QWidget *parent=0) |
|
QVariant | metaData (const QString &documentationFileName, const QString &name) |
|
QString | namespaceName (const QString &documentationFileName) |
|
static Q_INVOKABLE void | reload () |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|