|
QSharedDataPointer< DeviceProfileData > | m_d |
|
Definition at line 76 of file deviceprofile_p.h.
◆ ApplyMode
◆ DeviceProfile() [1/2]
qdesigner_internal::DeviceProfile::DeviceProfile |
( |
| ) |
|
◆ DeviceProfile() [2/2]
qdesigner_internal::DeviceProfile::DeviceProfile |
( |
const DeviceProfile & |
| ) |
|
◆ ~DeviceProfile()
qdesigner_internal::DeviceProfile::~DeviceProfile |
( |
| ) |
|
◆ apply()
void qdesigner_internal::DeviceProfile::apply |
( |
const QDesignerFormEditorInterface * |
core, |
|
|
QWidget * |
widget, |
|
|
ApplyMode |
am |
|
) |
| const |
◆ applyDPI()
static void qdesigner_internal::DeviceProfile::applyDPI |
( |
int |
dpiX, |
|
|
int |
dpiY, |
|
|
QWidget * |
widget |
|
) |
| |
|
static |
◆ clear()
void qdesigner_internal::DeviceProfile::clear |
( |
| ) |
|
◆ dpiX()
int qdesigner_internal::DeviceProfile::dpiX |
( |
| ) |
const |
◆ dpiY()
int qdesigner_internal::DeviceProfile::dpiY |
( |
| ) |
const |
◆ equals()
bool qdesigner_internal::DeviceProfile::equals |
( |
const DeviceProfile & |
rhs | ) |
const |
◆ fontFamily()
QString qdesigner_internal::DeviceProfile::fontFamily |
( |
| ) |
const |
◆ fontPointSize()
int qdesigner_internal::DeviceProfile::fontPointSize |
( |
| ) |
const |
◆ fromSystem()
void qdesigner_internal::DeviceProfile::fromSystem |
( |
| ) |
|
◆ fromXml()
bool qdesigner_internal::DeviceProfile::fromXml |
( |
const QString & |
xml, |
|
|
QString * |
errorMessage |
|
) |
| |
◆ isEmpty()
bool qdesigner_internal::DeviceProfile::isEmpty |
( |
| ) |
const |
◆ name()
QString qdesigner_internal::DeviceProfile::name |
( |
| ) |
const |
◆ operator=()
◆ setDpiX()
void qdesigner_internal::DeviceProfile::setDpiX |
( |
int |
d | ) |
|
◆ setDpiY()
void qdesigner_internal::DeviceProfile::setDpiY |
( |
int |
d | ) |
|
◆ setFontFamily()
void qdesigner_internal::DeviceProfile::setFontFamily |
( |
const QString & |
| ) |
|
◆ setFontPointSize()
void qdesigner_internal::DeviceProfile::setFontPointSize |
( |
int |
p | ) |
|
◆ setName()
void qdesigner_internal::DeviceProfile::setName |
( |
const QString & |
| ) |
|
◆ setStyle()
void qdesigner_internal::DeviceProfile::setStyle |
( |
const QString & |
| ) |
|
◆ style()
QString qdesigner_internal::DeviceProfile::style |
( |
| ) |
const |
◆ systemResolution()
static void qdesigner_internal::DeviceProfile::systemResolution |
( |
int * |
dpiX, |
|
|
int * |
dpiY |
|
) |
| |
|
static |
◆ toString()
QString qdesigner_internal::DeviceProfile::toString |
( |
| ) |
const |
◆ toXml()
QString qdesigner_internal::DeviceProfile::toXml |
( |
| ) |
const |
◆ widgetResolution()
static void qdesigner_internal::DeviceProfile::widgetResolution |
( |
const QWidget * |
w, |
|
|
int * |
dpiX, |
|
|
int * |
dpiY |
|
) |
| |
|
static |
◆ m_d
QSharedDataPointer<DeviceProfileData> qdesigner_internal::DeviceProfile::m_d |
|
private |
The documentation for this class was generated from the following file: