Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHelpEnginePrivate Class Reference
+ Collaboration diagram for QHelpEnginePrivate:

Public Member Functions

 QHelpEnginePrivate (QHelpEngineCore *helpEngineCore)
 
 QHelpEnginePrivate (QHelpEngineCore *helpEngineCore)
 

Public Attributes

QHelpContentModelcontentModel = nullptr
 
QHelpContentWidgetcontentWidget = nullptr
 
QHelpIndexModelindexModel = nullptr
 
QHelpIndexWidgetindexWidget = nullptr
 
QHelpSearchEnginesearchEngine = nullptr
 
bool m_isApplyCurrentFilterScheduled = false
 
QHelpEngineCorem_helpEngineCore = nullptr
 

Detailed Description

Definition at line 14 of file qhelpengine.cpp.

Constructor & Destructor Documentation

◆ QHelpEnginePrivate() [1/2]

QHelpEnginePrivate::QHelpEnginePrivate ( QHelpEngineCore * helpEngineCore)

◆ QHelpEnginePrivate() [2/2]

QHelpEnginePrivate::QHelpEnginePrivate ( QHelpEngineCore * helpEngineCore)

Member Data Documentation

◆ contentModel

QHelpContentModel * QHelpEnginePrivate::contentModel = nullptr

Definition at line 19 of file qhelpengine.cpp.

Referenced by QHelpEnginePrivate().

◆ contentWidget

QHelpContentWidget * QHelpEnginePrivate::contentWidget = nullptr

Definition at line 20 of file qhelpengine.cpp.

◆ indexModel

QHelpIndexModel * QHelpEnginePrivate::indexModel = nullptr

Definition at line 22 of file qhelpengine.cpp.

Referenced by QHelpEnginePrivate().

◆ indexWidget

QHelpIndexWidget * QHelpEnginePrivate::indexWidget = nullptr

Definition at line 23 of file qhelpengine.cpp.

◆ m_helpEngineCore

QHelpEngineCore * QHelpEnginePrivate::m_helpEngineCore = nullptr

Definition at line 28 of file qhelpengine.cpp.

Referenced by QHelpEnginePrivate().

◆ m_isApplyCurrentFilterScheduled

bool QHelpEnginePrivate::m_isApplyCurrentFilterScheduled = false

Definition at line 27 of file qhelpengine.cpp.

Referenced by QHelpEnginePrivate().

◆ searchEngine

QHelpSearchEngine * QHelpEnginePrivate::searchEngine = nullptr

Definition at line 25 of file qhelpengine.cpp.


The documentation for this class was generated from the following file: