Uses of Class
io.qt.gui.QTouchEvent.TouchPoint.InfoFlag
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTouchEvent.TouchPoint.InfoFlag in io.qt.gui
Methods in io.qt.gui that return QTouchEvent.TouchPoint.InfoFlag Modifier and Type Method Description QTouchEvent.TouchPoint.InfoFlag[]
QTouchEvent.TouchPoint.InfoFlags. flags()
Returns an array of flag objects represented by this InfoFlags.static QTouchEvent.TouchPoint.InfoFlag
QTouchEvent.TouchPoint.InfoFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QTouchEvent.TouchPoint.InfoFlag
QTouchEvent.TouchPoint.InfoFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTouchEvent.TouchPoint.InfoFlag[]
QTouchEvent.TouchPoint.InfoFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QTouchEvent.TouchPoint.InfoFlag Constructor Description InfoFlags(QTouchEvent.TouchPoint.InfoFlag... args)
Creates a new InfoFlags where the flags inargs
are set.