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
QHelpDataFilterSectionData Class Reference

#include <qhelpdatainterface_p.h>

Inheritance diagram for QHelpDataFilterSectionData:
Collaboration diagram for QHelpDataFilterSectionData:

Public Member Functions

 ~QHelpDataFilterSectionData ()
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

QStringList filterAttributes
QList< QHelpDataIndexItemindices
QList< QHelpDataContentItem * > contents
QStringList files
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 53 of file qhelpdatainterface_p.h.

Constructor & Destructor Documentation

◆ ~QHelpDataFilterSectionData()

QHelpDataFilterSectionData::~QHelpDataFilterSectionData ( )
inline

Definition at line 56 of file qhelpdatainterface_p.h.

Member Data Documentation

◆ contents

QList<QHelpDataContentItem*> QHelpDataFilterSectionData::contents

Definition at line 63 of file qhelpdatainterface_p.h.

◆ files

QStringList QHelpDataFilterSectionData::files

◆ filterAttributes

QStringList QHelpDataFilterSectionData::filterAttributes

Definition at line 61 of file qhelpdatainterface_p.h.

◆ indices

QList<QHelpDataIndexItem> QHelpDataFilterSectionData::indices

Definition at line 62 of file qhelpdatainterface_p.h.


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