![]() |
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 | |
DeviceProfileData ()=default | |
void | fromSystem () |
void | clear () |
DeviceProfileData ()=default | |
void | fromSystem () |
void | clear () |
![]() | |
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_fontFamily |
QString | m_style |
QString | m_name |
int | m_fontPointSize = -1 |
int | m_dpiX = -1 |
int | m_dpiY = -1 |
![]() | |
QAtomicInt | ref |
Definition at line 54 of file deviceprofile.cpp.
|
default |
|
default |
void qdesigner_internal::DeviceProfileData::clear | ( | ) |
Definition at line 68 of file deviceprofile.cpp.
References m_dpiX, m_dpiY, and m_fontPointSize.
void qdesigner_internal::DeviceProfileData::clear | ( | ) |
void qdesigner_internal::DeviceProfileData::fromSystem | ( | ) |
Definition at line 77 of file deviceprofile.cpp.
References m_fontPointSize.
void qdesigner_internal::DeviceProfileData::fromSystem | ( | ) |
int qdesigner_internal::DeviceProfileData::m_dpiX = -1 |
Definition at line 64 of file deviceprofile.cpp.
Referenced by clear(), and qdesigner_internal::DeviceProfile::comparesEqual.
int qdesigner_internal::DeviceProfileData::m_dpiY = -1 |
Definition at line 65 of file deviceprofile.cpp.
Referenced by clear(), and qdesigner_internal::DeviceProfile::comparesEqual.
QString qdesigner_internal::DeviceProfileData::m_fontFamily |
Definition at line 60 of file deviceprofile.cpp.
int qdesigner_internal::DeviceProfileData::m_fontPointSize = -1 |
Definition at line 63 of file deviceprofile.cpp.
Referenced by clear(), qdesigner_internal::DeviceProfile::comparesEqual, and fromSystem().
QString qdesigner_internal::DeviceProfileData::m_name |
Definition at line 62 of file deviceprofile.cpp.
QString qdesigner_internal::DeviceProfileData::m_style |
Definition at line 61 of file deviceprofile.cpp.