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.