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.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohossettings.h"
#include <QtCore/private/qohoscommon_p.h>
#include <cmath>
#include <cstring>
#include <functional>
#include <qohosdeviceinfo_p.h>
#include <qohosplugincore.h>
#include <qohosutils.h>
#include <stdexcept>
#include <string>
Include dependency graph for qohossettings.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
namespace  QOhosSettings

Functions

QOhosOptional< std::string > QT_BEGIN_NAMESPACE::tryGetDataItemValue (const std::string &name, const std::string &domainName)
template<typename T>
QOhosOptional< T > QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName)
template<>
QOhosOptional< double > QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName)
std::string QT_BEGIN_NAMESPACE::getOhosSettingsUserPropertyDomainName ()
double QOhosSettings::fontSizeScale ()
bool QOhosSettings::isWindowPcModeEnabled ()
template<>
QOhosOptional< double > QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName)

Variables

constexpr const char * QT_BEGIN_NAMESPACE::fontSizeScalePropertyName = "font_scale"
constexpr const char * QT_BEGIN_NAMESPACE::windowPcModeSwitchStatusPropertyName = "window_pcmode_switch_status"