![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhelpdatainterface_p.h>
Public Member Functions | |
~QHelpDataFilterSectionData () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QStringList | filterAttributes |
QList< QHelpDataIndexItem > | indices |
QList< QHelpDataContentItem * > | contents |
QStringList | files |
![]() | |
QAtomicInt | ref |
Definition at line 53 of file qhelpdatainterface_p.h.
|
inline |
Definition at line 56 of file qhelpdatainterface_p.h.
QList<QHelpDataContentItem*> QHelpDataFilterSectionData::contents |
Definition at line 63 of file qhelpdatainterface_p.h.
QStringList QHelpDataFilterSectionData::files |
Definition at line 64 of file qhelpdatainterface_p.h.
Referenced by PRESUBMIT_test_mocks.MockInputApi::AffectedFiles().
QStringList QHelpDataFilterSectionData::filterAttributes |
Definition at line 61 of file qhelpdatainterface_p.h.
QList<QHelpDataIndexItem> QHelpDataFilterSectionData::indices |
Definition at line 62 of file qhelpdatainterface_p.h.