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

Public Member Functions

 QHelpEngineCorePrivate (const QString &collectionFile, QHelpEngineCore *helpEngineCore)
 
void init (const QString &collectionFile)
 
bool setup ()
 
 QHelpEngineCorePrivate (const QString &collectionFile, QHelpEngineCore *helpEngineCore)
 
void init (const QString &collectionFile)
 
bool setup ()
 

Public Attributes

std::unique_ptr< QHelpCollectionHandlercollectionHandler
 
QHelpFilterEnginefilterEngine = nullptr
 
QString currentFilter
 
QString error
 
bool needsSetup = true
 
bool autoSaveFilter = true
 
bool usesFilterEngine = false
 
bool readOnly = true
 
QHelpEngineCoreq
 

Detailed Description

Definition at line 22 of file qhelpenginecore.cpp.

Constructor & Destructor Documentation

◆ QHelpEngineCorePrivate() [1/2]

QHelpEngineCorePrivate::QHelpEngineCorePrivate ( const QString & collectionFile,
QHelpEngineCore * helpEngineCore )

Definition at line 42 of file qhelpenginecore.cpp.

References q.

◆ QHelpEngineCorePrivate() [2/2]

QHelpEngineCorePrivate::QHelpEngineCorePrivate ( const QString & collectionFile,
QHelpEngineCore * helpEngineCore )

Member Function Documentation

◆ init() [1/2]

void QHelpEngineCorePrivate::init ( const QString & collectionFile)

Definition at line 50 of file qhelpenginecore.cpp.

References needsSetup.

◆ init() [2/2]

void QHelpEngineCorePrivate::init ( const QString & collectionFile)

◆ setup() [1/2]

bool QHelpEngineCorePrivate::setup ( )

Definition at line 59 of file qhelpenginecore.cpp.

References needsSetup.

◆ setup() [2/2]

bool QHelpEngineCorePrivate::setup ( )

Member Data Documentation

◆ autoSaveFilter

bool QHelpEngineCorePrivate::autoSaveFilter = true

Definition at line 35 of file qhelpenginecore.cpp.

◆ collectionHandler

std::unique_ptr< QHelpCollectionHandler > QHelpEngineCorePrivate::collectionHandler

Definition at line 30 of file qhelpenginecore.cpp.

◆ currentFilter

QString QHelpEngineCorePrivate::currentFilter

Definition at line 32 of file qhelpenginecore.cpp.

◆ error

QString QHelpEngineCorePrivate::error

Definition at line 33 of file qhelpenginecore.cpp.

◆ filterEngine

QHelpFilterEngine * QHelpEngineCorePrivate::filterEngine = nullptr

Definition at line 31 of file qhelpenginecore.cpp.

◆ needsSetup

bool QHelpEngineCorePrivate::needsSetup = true

Definition at line 34 of file qhelpenginecore.cpp.

Referenced by init(), and setup().

◆ q

QHelpEngineCore * QHelpEngineCorePrivate::q

Definition at line 39 of file qhelpenginecore.cpp.

Referenced by QHelpEngineCorePrivate().

◆ readOnly

bool QHelpEngineCorePrivate::readOnly = true

Definition at line 37 of file qhelpenginecore.cpp.

◆ usesFilterEngine

bool QHelpEngineCorePrivate::usesFilterEngine = false

Definition at line 36 of file qhelpenginecore.cpp.


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