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
QHelpFilterEnginePrivate Class Reference
+ Collaboration diagram for QHelpFilterEnginePrivate:

Public Member Functions

bool setup ()
 
bool setup ()
 

Public Attributes

QHelpFilterEngineq = nullptr
 
QHelpEngineCorem_helpEngine = nullptr
 
QHelpCollectionHandlerm_collectionHandler = nullptr
 
QString m_currentFilter
 
bool m_needsSetup = true
 

Detailed Description

Definition at line 16 of file qhelpfilterengine.cpp.

Member Function Documentation

◆ setup() [1/2]

bool QHelpFilterEnginePrivate::setup ( )

Definition at line 28 of file qhelpfilterengine.cpp.

References m_collectionHandler, m_helpEngine, and m_needsSetup.

◆ setup() [2/2]

bool QHelpFilterEnginePrivate::setup ( )

Member Data Documentation

◆ m_collectionHandler

QHelpCollectionHandler * QHelpFilterEnginePrivate::m_collectionHandler = nullptr

Definition at line 23 of file qhelpfilterengine.cpp.

Referenced by setup().

◆ m_currentFilter

QString QHelpFilterEnginePrivate::m_currentFilter

Definition at line 24 of file qhelpfilterengine.cpp.

◆ m_helpEngine

QHelpEngineCore * QHelpFilterEnginePrivate::m_helpEngine = nullptr

Definition at line 22 of file qhelpfilterengine.cpp.

Referenced by setup().

◆ m_needsSetup

bool QHelpFilterEnginePrivate::m_needsSetup = true

Definition at line 25 of file qhelpfilterengine.cpp.

Referenced by setup().

◆ q

QHelpFilterEngine * QHelpFilterEnginePrivate::q = nullptr

Definition at line 21 of file qhelpfilterengine.cpp.


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