Uses of Class
io.qt.core.Qt.HitTestAccuracy
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.HitTestAccuracy in io.qt.core
Methods in io.qt.core that return Qt.HitTestAccuracy Modifier and Type Method Description static Qt.HitTestAccuracy
Qt.HitTestAccuracy. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.HitTestAccuracy
Qt.HitTestAccuracy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.HitTestAccuracy[]
Qt.HitTestAccuracy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.HitTestAccuracy in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.HitTestAccuracy Modifier and Type Method Description abstract int
QAbstractTextDocumentLayout. hitTest(QPointF point, Qt.HitTestAccuracy accuracy)
-
Uses of Qt.HitTestAccuracy in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.HitTestAccuracy Modifier and Type Method Description int
QPlainTextDocumentLayout. hitTest(QPointF arg__1, Qt.HitTestAccuracy arg__2)