java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTouchDevice
- All Implemented Interfaces:
QtObjectInterface
Describes the device from which touch events originate
Java wrapper for Qt's class QTouchDevice
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
QFlags type for enumQTouchDevice.CapabilityFlag
static enum
Java wrapper for Qt enum QTouchDevice::CapabilityFlagstatic enum
Java wrapper for Qt enum QTouchDevice::DeviceTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QList<QTouchDevice>
devices()
final int
final String
name()
final void
final void
Overloaded function forsetCapabilities(io.qt.gui.QTouchDevice.Capabilities)
.final void
setMaximumTouchPoints
(int max) final void
final void
setType
(QTouchDevice.DeviceType devType) toString()
final QTouchDevice.DeviceType
type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QTouchDevice
public QTouchDevice() -
QTouchDevice
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
capabilities
-
maximumTouchPoints
-
name
-
setCapabilities
Overloaded function for
setCapabilities(io.qt.gui.QTouchDevice.Capabilities)
. -
setCapabilities
-
setMaximumTouchPoints
-
setName
-
setType
-
type
-
devices
-
toString
-