![]() |
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 | |
HelpDocSettingsPrivate ()=default | |
HelpDocSettingsPrivate (const HelpDocSettingsPrivate &other)=default | |
~HelpDocSettingsPrivate ()=default | |
HelpDocSettingsPrivate ()=default | |
HelpDocSettingsPrivate (const HelpDocSettingsPrivate &other)=default | |
~HelpDocSettingsPrivate ()=default | |
![]() | |
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 | |
QMap< QString, QString > | m_namespaceToComponent |
QMap< QString, QStringList > | m_componentToNamespace |
QMap< QString, QVersionNumber > | m_namespaceToVersion |
QMap< QVersionNumber, QStringList > | m_versionToNamespace |
QMap< QString, QString > | m_namespaceToFileName |
QMap< QString, QString > | m_fileNameToNamespace |
![]() | |
QAtomicInt | ref |
Definition at line 16 of file helpdocsettings.cpp.
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
QMap< QString, QStringList > HelpDocSettingsPrivate::m_componentToNamespace |
Definition at line 24 of file helpdocsettings.cpp.
Definition at line 30 of file helpdocsettings.cpp.
Definition at line 23 of file helpdocsettings.cpp.
Definition at line 29 of file helpdocsettings.cpp.
QMap< QString, QVersionNumber > HelpDocSettingsPrivate::m_namespaceToVersion |
Definition at line 26 of file helpdocsettings.cpp.
QMap< QVersionNumber, QStringList > HelpDocSettingsPrivate::m_versionToNamespace |
Definition at line 27 of file helpdocsettings.cpp.