java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTouchDevice
- All Implemented Interfaces:
QtObjectInterface
public class QTouchDevice extends QtObject
Describes the device from which touch events originate
Java wrapper for Qt class QTouchDevice
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QTouchDevice.Capabilities
QFlags type for enumQTouchDevice.CapabilityFlag
static class
QTouchDevice.CapabilityFlag
Java wrapper for Qt enum QTouchDevice::CapabilityFlagstatic class
QTouchDevice.DeviceType
Java wrapper for Qt enum QTouchDevice::DeviceType -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QTouchDevice()
protected
QTouchDevice(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTouchDevice.Capabilities
capabilities()
static QList<QTouchDevice>
devices()
int
maximumTouchPoints()
String
name()
void
setCapabilities(QTouchDevice.Capabilities caps)
void
setCapabilities(QTouchDevice.CapabilityFlag... caps)
Overloaded function forsetCapabilities(io.qt.gui.QTouchDevice.Capabilities)
.void
setMaximumTouchPoints(int max)
void
setName(String name)
void
setType(QTouchDevice.DeviceType devType)
String
toString()
QTouchDevice.DeviceType
type()
-
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