Uses of Class
io.qt.widgets.QAbstractItemView.CursorAction
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractItemView.CursorAction in io.qt.widgets
Methods in io.qt.widgets that return QAbstractItemView.CursorAction Modifier and Type Method Description static QAbstractItemView.CursorAction
QAbstractItemView.CursorAction. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractItemView.CursorAction
QAbstractItemView.CursorAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractItemView.CursorAction[]
QAbstractItemView.CursorAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QAbstractItemView.CursorAction Modifier and Type Method Description protected abstract QModelIndex
QAbstractItemView. moveCursor(QAbstractItemView.CursorAction cursorAction, Qt.KeyboardModifiers modifiers)
protected QModelIndex
QColumnView. moveCursor(QAbstractItemView.CursorAction cursorAction, Qt.KeyboardModifiers modifiers)
protected QModelIndex
QHeaderView. moveCursor(QAbstractItemView.CursorAction arg__1, Qt.KeyboardModifiers arg__2)
protected QModelIndex
QListView. moveCursor(QAbstractItemView.CursorAction cursorAction, Qt.KeyboardModifiers modifiers)
protected QModelIndex
QTableView. moveCursor(QAbstractItemView.CursorAction cursorAction, Qt.KeyboardModifiers modifiers)
protected QModelIndex
QTreeView. moveCursor(QAbstractItemView.CursorAction cursorAction, Qt.KeyboardModifiers modifiers)