Uses of Class
io.qt.core.Qt.GestureFlags
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.GestureFlags in io.qt.core
Methods in io.qt.core that return Qt.GestureFlags Modifier and Type Method Description Qt.GestureFlags
Qt.GestureFlag. asFlags()
Create a QFlags of the enum entry.Qt.GestureFlags
Qt.GestureFlags. clone()
Clones the flagsQt.GestureFlags
Qt.GestureFlag. combined(Qt.GestureFlag e)
Combines this entry with other enum entry.Qt.GestureFlags
Qt.GestureFlags. combined(Qt.GestureFlag e)
Combines this flags with enum entry.static Qt.GestureFlags
Qt.GestureFlag. flags(Qt.GestureFlag... values)
Creates a newQt.GestureFlags
from the entries.Qt.GestureFlags
Qt.GestureFlags. setFlag(Qt.GestureFlag e)
Sets the flage
Qt.GestureFlags
Qt.GestureFlags. setFlag(Qt.GestureFlag e, boolean on)
Sets or clears the flagflag
Methods in io.qt.core with parameters of type Qt.GestureFlags Modifier and Type Method Description int
Qt.GestureFlags. compareTo(Qt.GestureFlags other)
-
Uses of Qt.GestureFlags in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.GestureFlags Modifier and Type Method Description void
QGraphicsObject. grabGesture(Qt.GestureType type, Qt.GestureFlags flags)
void
QWidget. grabGesture(Qt.GestureType type, Qt.GestureFlags flags)