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
qdesigner_internal::DeviceProfileData Class Reference
+ Inheritance diagram for qdesigner_internal::DeviceProfileData:
+ Collaboration diagram for qdesigner_internal::DeviceProfileData:

Public Member Functions

 DeviceProfileData ()=default
 
void fromSystem ()
 
void clear ()
 
 DeviceProfileData ()=default
 
void fromSystem ()
 
void clear ()
 
- 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

QString m_fontFamily
 
QString m_style
 
QString m_name
 
int m_fontPointSize = -1
 
int m_dpiX = -1
 
int m_dpiY = -1
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 54 of file deviceprofile.cpp.

Constructor & Destructor Documentation

◆ DeviceProfileData() [1/2]

qdesigner_internal::DeviceProfileData::DeviceProfileData ( )
default

◆ DeviceProfileData() [2/2]

qdesigner_internal::DeviceProfileData::DeviceProfileData ( )
default

Member Function Documentation

◆ clear() [1/2]

void qdesigner_internal::DeviceProfileData::clear ( )

Definition at line 68 of file deviceprofile.cpp.

References m_dpiX, m_dpiY, and m_fontPointSize.

◆ clear() [2/2]

void qdesigner_internal::DeviceProfileData::clear ( )

◆ fromSystem() [1/2]

void qdesigner_internal::DeviceProfileData::fromSystem ( )

Definition at line 77 of file deviceprofile.cpp.

References m_fontPointSize.

◆ fromSystem() [2/2]

void qdesigner_internal::DeviceProfileData::fromSystem ( )

Member Data Documentation

◆ m_dpiX

int qdesigner_internal::DeviceProfileData::m_dpiX = -1

Definition at line 64 of file deviceprofile.cpp.

Referenced by clear().

◆ m_dpiY

int qdesigner_internal::DeviceProfileData::m_dpiY = -1

Definition at line 65 of file deviceprofile.cpp.

Referenced by clear().

◆ m_fontFamily

QString qdesigner_internal::DeviceProfileData::m_fontFamily

Definition at line 60 of file deviceprofile.cpp.

◆ m_fontPointSize

int qdesigner_internal::DeviceProfileData::m_fontPointSize = -1

Definition at line 63 of file deviceprofile.cpp.

Referenced by clear(), and fromSystem().

◆ m_name

QString qdesigner_internal::DeviceProfileData::m_name

Definition at line 62 of file deviceprofile.cpp.

◆ m_style

QString qdesigner_internal::DeviceProfileData::m_style

Definition at line 61 of file deviceprofile.cpp.


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