![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohossettings.h>
Public Member Functions | |
| Q_REQUIRED_RESULT std::shared_ptr< void > | installSettingsCache () |
| QOhosSettings (const QOhosSettings &)=delete | |
| QOhosSettings & | operator= (const QOhosSettings &)=delete |
| QOhosSettings (QOhosSettings &&)=delete | |
| QOhosSettings & | operator= (QOhosSettings &&)=delete |
| double | fontSizeScale () const |
| bool | isWindowPcModeEnabled () const |
Static Public Member Functions | |
| static QOhosSettings & | instance () |
Definition at line 13 of file qohossettings.h.
|
delete |
|
delete |
| double QOhosSettings::fontSizeScale | ( | ) | const |
Definition at line 200 of file qohossettings.cpp.
References QT_BEGIN_NAMESPACE::fontSizeScalePropertyName.
| std::shared_ptr< void > QOhosSettings::installSettingsCache | ( | ) |
Definition at line 187 of file qohossettings.cpp.
|
static |
Definition at line 181 of file qohossettings.cpp.
Referenced by QOhosPlatformIntegration::hasCapability(), QT_BEGIN_NAMESPACE::isWindowRotatedByTabletScreenRotation(), queryQOhosRuntimeDeviceAndMode(), QOhosWindowProxy::setSubWindowModalEnabled(), QOhosWindowProxy::setWindowTitleMoveEnabled(), and QOhosWindowProxy::setWindowTopmost().
| bool QOhosSettings::isWindowPcModeEnabled | ( | ) | const |
Definition at line 216 of file qohossettings.cpp.
Referenced by QOhosPlatformIntegration::hasCapability(), QT_BEGIN_NAMESPACE::isWindowRotatedByTabletScreenRotation(), queryQOhosRuntimeDeviceAndMode(), QOhosWindowProxy::setSubWindowModalEnabled(), QOhosWindowProxy::setWindowTitleMoveEnabled(), and QOhosWindowProxy::setWindowTopmost().
|
delete |
|
delete |