Home
last modified time | relevance | path

Searched refs:QHelpDBReader (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/
H A Dqhelpdbreader.cpp52 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
60 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
76 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
84 bool QHelpDBReader::init() in init()
110 QString QHelpDBReader::databaseName() const in databaseName()
115 QString QHelpDBReader::errorMessage() const in errorMessage()
120 QString QHelpDBReader::namespaceName() const in namespaceName()
132 QString QHelpDBReader::virtualFolder() const in virtualFolder()
218 QStringList QHelpDBReader::customFilters() const in customFilters()
339 void QHelpDBReader::linksForIdentifier(const QString &id, in linksForIdentifier()
[all …]
H A Dqhelpindexwidget.cpp62 QList<QHelpDBReader*> activeReaders() const;
63 QSet<int> indexIds(QHelpDBReader *reader) const;
70 QList<QHelpDBReader*> m_activeReaders;
71 QMap<QHelpDBReader*, QSet<int> > m_indexIds;
92 QList<QHelpDBReader*> activeReaders;
142 QList<QHelpDBReader*> QHelpIndexProvider::activeReaders() const in activeReaders()
148 QSet<int> QHelpIndexProvider::indexIds(QHelpDBReader *reader) const in indexIds()
172 QHelpDBReader reader(dbFileName, in run()
187 QHelpDBReader *orgReader = m_helpEngine->fileNameReaderMap.value(dbFileName); in run()
268 foreach (QHelpDBReader *r, d->activeReaders) in insertIndices()
[all …]
H A Dqhelpenginecore.cpp83 QMap<QString, QHelpDBReader*>::iterator it = readerMap.begin(); in clearMaps()
121 QHelpDBReader *reader = new QHelpDBReader(absFileName, in setup()
318 QHelpDBReader reader(documentationFileName, in namespaceName()
508 QHelpDBReader *reader = d->readerMap.value(namespaceName); in filterAttributeSets()
527 QHelpDBReader *reader = d->readerMap.value(namespaceName); in files()
565 QHelpDBReader *defaultReader = 0; in findFile()
573 foreach (QHelpDBReader *reader, d->virtualFolderMap.values(virtualFolder)) { in findFile()
583 foreach (QHelpDBReader *reader, d->virtualFolderMap.values(virtualFolder)) { in findFile()
616 QHelpDBReader *defaultReader = 0; in fileData()
647 foreach (QHelpDBReader *reader, d->readerMap) in linksForIdentifier()
[all …]
H A Dqhelpengine_p.h66 class QHelpDBReader; variable
88 QMap<QString, QHelpDBReader*> readerMap;
89 QMap<QString, QHelpDBReader*> fileNameReaderMap;
90 QMultiMap<QString, QHelpDBReader*> virtualFolderMap;
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
H A Dqhelpdbreader_p.h64 class QHelpDBReader : public QObject
106 QHelpDBReader(const QString &dbName);
107 QHelpDBReader(const QString &dbName, const QString &uniqueId,
109 ~QHelpDBReader();
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/assistant/help/
H A Dqhelpdbreader.cpp51 QHelpDBReader::QHelpDBReader(const QString &dbName) in QHelpDBReader() function in QHelpDBReader
59 QHelpDBReader::QHelpDBReader(const QString &dbName, const QString &uniqueId, in QHelpDBReader() function in QHelpDBReader
67 QHelpDBReader::~QHelpDBReader() in ~QHelpDBReader()
75 bool QHelpDBReader::init() in init()
94 bool QHelpDBReader::initDB() in initDB()
109 QString QHelpDBReader::namespaceName() const in namespaceName()
121 QString QHelpDBReader::virtualFolder() const in virtualFolder()
131 QString QHelpDBReader::version() const in version()
139 QString QHelpDBReader::qtVersionHeuristic() const in qtVersionHeuristic()
212 QHelpDBReader::IndexTable QHelpDBReader::indexTable() const in indexTable()
[all …]

1234567