![]() |
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 | |
| bool | setup () |
| bool | setup () |
Public Attributes | |
| QHelpFilterEngine * | q = nullptr |
| QHelpEngineCore * | m_helpEngine = nullptr |
| QHelpCollectionHandler * | m_collectionHandler = nullptr |
| QString | m_currentFilter |
| bool | m_needsSetup = true |
Definition at line 16 of file qhelpfilterengine.cpp.
| bool QHelpFilterEnginePrivate::setup | ( | ) |
Definition at line 28 of file qhelpfilterengine.cpp.
References ActiveFilter, m_collectionHandler, m_helpEngine, and m_needsSetup.
| bool QHelpFilterEnginePrivate::setup | ( | ) |
| QHelpCollectionHandler * QHelpFilterEnginePrivate::m_collectionHandler = nullptr |
Definition at line 23 of file qhelpfilterengine.cpp.
Referenced by setup().
| QString QHelpFilterEnginePrivate::m_currentFilter |
Definition at line 24 of file qhelpfilterengine.cpp.
| QHelpEngineCore * QHelpFilterEnginePrivate::m_helpEngine = nullptr |
Definition at line 22 of file qhelpfilterengine.cpp.
Referenced by setup().
| bool QHelpFilterEnginePrivate::m_needsSetup = true |
Definition at line 25 of file qhelpfilterengine.cpp.
Referenced by setup().
| QHelpFilterEngine * QHelpFilterEnginePrivate::q = nullptr |
Definition at line 21 of file qhelpfilterengine.cpp.