Uses of Enum
io.qt.core.Qt.CursorMoveStyle
Packages that use Qt.CursorMoveStyle
-
Uses of Qt.CursorMoveStyle in io.qt.core
Methods in io.qt.core that return Qt.CursorMoveStyleModifier and TypeMethodDescriptionstatic Qt.CursorMoveStyle
Qt.CursorMoveStyle.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.CursorMoveStyle
Returns the enum constant of this type with the specified name.static Qt.CursorMoveStyle[]
Qt.CursorMoveStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.CursorMoveStyle in io.qt.gui
Methods in io.qt.gui that return Qt.CursorMoveStyleModifier and TypeMethodDescriptionfinal Qt.CursorMoveStyle
QTextLayout.cursorMoveStyle()
final Qt.CursorMoveStyle
QTextDocument.defaultCursorMoveStyle()
Methods in io.qt.gui with parameters of type Qt.CursorMoveStyleModifier and TypeMethodDescriptionfinal void
QTextLayout.setCursorMoveStyle
(Qt.CursorMoveStyle style) final void
QTextDocument.setDefaultCursorMoveStyle
(Qt.CursorMoveStyle style) -
Uses of Qt.CursorMoveStyle in io.qt.widgets
Methods in io.qt.widgets that return Qt.CursorMoveStyleMethods in io.qt.widgets with parameters of type Qt.CursorMoveStyleModifier and TypeMethodDescriptionfinal void
QLineEdit.setCursorMoveStyle
(Qt.CursorMoveStyle style)