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
QOhosSettings Class Reference

#include <qohossettings.h>

Collaboration diagram for QOhosSettings:

Public Member Functions

Q_REQUIRED_RESULT std::shared_ptr< voidinstallSettingsCache ()
 QOhosSettings (const QOhosSettings &)=delete
QOhosSettingsoperator= (const QOhosSettings &)=delete
 QOhosSettings (QOhosSettings &&)=delete
QOhosSettingsoperator= (QOhosSettings &&)=delete
double fontSizeScale () const
bool isWindowPcModeEnabled () const

Static Public Member Functions

static QOhosSettingsinstance ()

Detailed Description

Definition at line 13 of file qohossettings.h.

Constructor & Destructor Documentation

◆ QOhosSettings() [1/2]

QOhosSettings::QOhosSettings ( const QOhosSettings & )
delete

◆ QOhosSettings() [2/2]

QOhosSettings::QOhosSettings ( QOhosSettings && )
delete

Member Function Documentation

◆ fontSizeScale()

double QOhosSettings::fontSizeScale ( ) const

Definition at line 200 of file qohossettings.cpp.

References QT_BEGIN_NAMESPACE::fontSizeScalePropertyName.

◆ installSettingsCache()

std::shared_ptr< void > QOhosSettings::installSettingsCache ( )

Definition at line 187 of file qohossettings.cpp.

◆ instance()

QOhosSettings & QOhosSettings::instance ( )
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().

Here is the caller graph for this function:

◆ isWindowPcModeEnabled()

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().

Here is the caller graph for this function:

◆ operator=() [1/2]

QOhosSettings & QOhosSettings::operator= ( const QOhosSettings & )
delete

◆ operator=() [2/2]

QOhosSettings & QOhosSettings::operator= ( QOhosSettings && )
delete

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