QTouchDevice

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Capabilities
alias Capabilities = QFlags!(CapabilityFlag)
Undocumented in source.

Enums

CapabilityFlag
enum CapabilityFlag
Undocumented in source.
DeviceType
enum DeviceType
Undocumented in source.

Functions

capabilities
Capabilities capabilities()
Undocumented in source.
maximumTouchPoints
int maximumTouchPoints()
Undocumented in source.
name
QString name()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setCapabilities
void setCapabilities(Capabilities caps)
Undocumented in source.
setMaximumTouchPoints
void setMaximumTouchPoints(int max)
Undocumented in source.
setName
void setName(const(QString) name)
Undocumented in source.
setType
void setType(DeviceType devType)
Undocumented in source.
type
DeviceType type()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
devices
QList!(const(QTouchDevice)*) devices()
Undocumented in source.

Meta