![]() |
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 | |
QCompressedHelpInfoPrivate ()=default | |
QCompressedHelpInfoPrivate (const QCompressedHelpInfoPrivate &other) | |
QCompressedHelpInfoPrivate ()=default | |
QCompressedHelpInfoPrivate (const QCompressedHelpInfoPrivate &other) | |
![]() | |
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 | |
QString | m_namespaceName |
QString | m_component |
QVersionNumber | m_version |
bool | m_isNull = true |
![]() | |
QAtomicInt | ref |
Definition at line 14 of file qcompressedhelpinfo.cpp.
|
default |
|
inline |
Definition at line 18 of file qcompressedhelpinfo.cpp.
References QCompressedHelpInfoPrivate(), and m_isNull.
Referenced by QCompressedHelpInfoPrivate().
|
default |
|
inline |
Definition at line 18 of file qcompressedhelpinfo.cpp.
QString QCompressedHelpInfoPrivate::m_component |
Definition at line 27 of file qcompressedhelpinfo.cpp.
bool QCompressedHelpInfoPrivate::m_isNull = true |
Definition at line 29 of file qcompressedhelpinfo.cpp.
Referenced by QCompressedHelpInfoPrivate().
QString QCompressedHelpInfoPrivate::m_namespaceName |
Definition at line 26 of file qcompressedhelpinfo.cpp.
QVersionNumber QCompressedHelpInfoPrivate::m_version |
Definition at line 28 of file qcompressedhelpinfo.cpp.