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
qohosdeviceinfo_p.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qmap.h>
#include <QtCore/qvariant.h>
#include <qohosplugincore.h>
Include dependency graph for qohosdeviceinfo_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QOhosDeviceInfo

Enumerations

enum class  QOhosDeviceInfo::Type {
  QOhosDeviceInfo::deviceType , QOhosDeviceInfo::manufacture , QOhosDeviceInfo::brand , QOhosDeviceInfo::marketName ,
  QOhosDeviceInfo::productSeries , QOhosDeviceInfo::productModel , QOhosDeviceInfo::softwareModel , QOhosDeviceInfo::hardwareModel ,
  QOhosDeviceInfo::hardwareProfile , QOhosDeviceInfo::serial , QOhosDeviceInfo::bootloaderVersion , QOhosDeviceInfo::abiList ,
  QOhosDeviceInfo::securityPatchTag , QOhosDeviceInfo::displayVersion , QOhosDeviceInfo::incrementalVersion , QOhosDeviceInfo::osReleaseType ,
  QOhosDeviceInfo::osFullName , QOhosDeviceInfo::majorVersion , QOhosDeviceInfo::seniorVersion , QOhosDeviceInfo::featureVersion ,
  QOhosDeviceInfo::buildVersion , QOhosDeviceInfo::sdkApiVersion , QOhosDeviceInfo::firstApiVersion , QOhosDeviceInfo::versionId ,
  QOhosDeviceInfo::buildType , QOhosDeviceInfo::buildUser , QOhosDeviceInfo::buildHost , QOhosDeviceInfo::buildTime ,
  QOhosDeviceInfo::buildRootHash , QOhosDeviceInfo::udid , QOhosDeviceInfo::distributionOSName , QOhosDeviceInfo::distributionOSVersion ,
  QOhosDeviceInfo::distributionOSApiVersion , QOhosDeviceInfo::distributionOSReleaseType
}
enum class  QOhosDeviceInfo::RecognizedDeviceType { QOhosDeviceInfo::_2in1 , QOhosDeviceInfo::tablet , QOhosDeviceInfo::phone }

Functions

void QOhosDeviceInfo::init (QMap< Type, QVariant > devinfo)
QVariant QOhosDeviceInfo::getProperty (Type prop)
QOhosOptional< RecognizedDeviceTypeQOhosDeviceInfo::tryGetRecognizedDeviceType ()
bool QOhosDeviceInfo::isTablet ()
bool QOhosDeviceInfo::is2in1 ()
bool QOhosDeviceInfo::isPhone ()
int QOhosDeviceInfo::sdkApiVersion ()
bool QOhosDeviceInfo::isCurrentDeviceSupported ()