![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QHelpEnginePrivate (QHelpEngineCore *helpEngineCore) | |
| QHelpEnginePrivate (QHelpEngineCore *helpEngineCore) | |
Public Attributes | |
| QHelpContentModel * | contentModel = nullptr |
| QHelpContentWidget * | contentWidget = nullptr |
| QHelpIndexModel * | indexModel = nullptr |
| QHelpIndexWidget * | indexWidget = nullptr |
| QHelpSearchEngine * | searchEngine = nullptr |
| bool | m_isApplyCurrentFilterScheduled = false |
| QHelpEngineCore * | m_helpEngineCore = nullptr |
Definition at line 14 of file qhelpengine.cpp.
| QHelpEnginePrivate::QHelpEnginePrivate | ( | QHelpEngineCore * | helpEngineCore | ) |
Definition at line 31 of file qhelpengine.cpp.
References contentModel, indexModel, m_helpEngineCore, and m_isApplyCurrentFilterScheduled.
| QHelpEnginePrivate::QHelpEnginePrivate | ( | QHelpEngineCore * | helpEngineCore | ) |
| QHelpContentModel * QHelpEnginePrivate::contentModel = nullptr |
Definition at line 19 of file qhelpengine.cpp.
Referenced by QHelpEnginePrivate().
| QHelpContentWidget * QHelpEnginePrivate::contentWidget = nullptr |
Definition at line 20 of file qhelpengine.cpp.
| QHelpIndexModel * QHelpEnginePrivate::indexModel = nullptr |
Definition at line 22 of file qhelpengine.cpp.
Referenced by QHelpEnginePrivate().
| QHelpIndexWidget * QHelpEnginePrivate::indexWidget = nullptr |
Definition at line 23 of file qhelpengine.cpp.
| QHelpEngineCore * QHelpEnginePrivate::m_helpEngineCore = nullptr |
Definition at line 28 of file qhelpengine.cpp.
Referenced by QHelpEnginePrivate().
| bool QHelpEnginePrivate::m_isApplyCurrentFilterScheduled = false |
Definition at line 27 of file qhelpengine.cpp.
Referenced by QHelpEnginePrivate().
| QHelpSearchEngine * QHelpEnginePrivate::searchEngine = nullptr |
Definition at line 25 of file qhelpengine.cpp.