The QHelpEngine class provides access to contents and indices of the help engine. 更多...
头: | #include <QHelpEngine> |
qmake: | QT += help |
Since: | Qt 4.4 |
继承: | QHelpEngineCore |
QHelpEngine (const QString & collectionFile , QObject * parent = Q_NULLPTR) | |
~QHelpEngine () | |
QHelpContentModel * | contentModel () const |
QHelpContentWidget * | contentWidget () |
QHelpIndexModel * | indexModel () const |
QHelpIndexWidget * | indexWidget () |
QHelpSearchEngine * | searchEngine () |
The QHelpEngine class provides access to contents and indices of the help engine.
构造新帮助引擎,采用给定 parent 。帮助引擎所用信息存储于 collectionFile 为提供帮助。若集合文件不存在,它将被创建。
销毁帮助引擎对象。
返回内容模型。
返回内容 Widget。
返回索引模型。
返回索引 Widget。
返回默认搜索引擎。