QHelpEngine Class
QHelpEngineクラスは、ヘルプエンジンのコンテンツやインデックスへのアクセスを提供します。さらに...
ヘッダー | #include <QHelpEngine> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Help) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
継承: | QHelpEngineCore |
パブリック関数
QHelpEngine(const QString &collectionFile, QObject *parent = nullptr) | |
virtual | ~QHelpEngine() |
QHelpContentModel * | contentModel() const |
QHelpContentWidget * | contentWidget() |
QHelpIndexModel * | indexModel() const |
QHelpIndexWidget * | indexWidget() |
QHelpSearchEngine * | searchEngine() |
メンバ関数の説明
[explicit]
QHelpEngine::QHelpEngine(const QString &collectionFile, QObject *parent = nullptr)
与えられたparent で新しいヘルプ エンジンを構築します。ヘルプ エンジンは、collectionFile に格納されている情報を使用してヘルプを提供します。コ レ ク シ ョ ン フ ァ イ ルがまだ存在 し ない場合は、 それが作成 さ れます。
[virtual noexcept]
QHelpEngine::~QHelpEngine()
ヘルプエンジンオブジェクトを破棄します。
QHelpContentModel *QHelpEngine::contentModel() const
コンテンツモデルを返します。
QHelpContentWidget *QHelpEngine::contentWidget()
コンテンツウィジェットを返します。
QHelpIndexModel *QHelpEngine::indexModel() const
インデックスモデルを返します。
QHelpIndexWidget *QHelpEngine::indexWidget()
インデックス・ウィジェットを返します。
QHelpSearchEngine *QHelpEngine::searchEngine()
デフォルトの検索エンジンを返します。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.