Uses of Class
io.qt.core.Qt.DropActions
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.DropActions in io.qt.core
Methods in io.qt.core that return Qt.DropActions Modifier and Type Method Description Qt.DropActions
Qt.DropAction. asFlags()
Create a QFlags of the enum entry.Qt.DropActions
Qt.DropActions. clone()
Clones the flagsQt.DropActions
Qt.DropAction. combined(Qt.DropAction e)
Combines this entry with other enum entry.Qt.DropActions
Qt.DropActions. combined(Qt.DropAction e)
Combines this flags with enum entry.static Qt.DropActions
Qt.DropAction. flags(Qt.DropAction... values)
Creates a newQt.DropActions
from the entries.Qt.DropActions
Qt.DropActions. setFlag(Qt.DropAction e)
Sets the flage
Qt.DropActions
Qt.DropActions. setFlag(Qt.DropAction e, boolean on)
Sets or clears the flagflag
Qt.DropActions
QAbstractItemModel. supportedDragActions()
Qt.DropActions
QAbstractProxyModel. supportedDragActions()
Qt.DropActions
QAbstractItemModel. supportedDropActions()
Qt.DropActions
QAbstractProxyModel. supportedDropActions()
Qt.DropActions
QSortFilterProxyModel. supportedDropActions()
Qt.DropActions
QStringListModel. supportedDropActions()
Methods in io.qt.core with parameters of type Qt.DropActions Modifier and Type Method Description int
Qt.DropActions. compareTo(Qt.DropActions other)
-
Uses of Qt.DropActions in io.qt.gui
Methods in io.qt.gui that return Qt.DropActions Modifier and Type Method Description Qt.DropActions
QDropEvent. possibleActions()
Qt.DropActions
QDrag. supportedActions()
Qt.DropActions
QStandardItemModel. supportedDropActions()
Methods in io.qt.gui with parameters of type Qt.DropActions Modifier and Type Method Description Qt.DropAction
QDrag. exec(Qt.DropActions supportedActions)
Qt.DropAction
QDrag. exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction)
protected void
QDropEvent. setPossibleActions(Qt.DropActions possibleActions)
-
Uses of Qt.DropActions in io.qt.widgets
Methods in io.qt.widgets that return Qt.DropActions Modifier and Type Method Description Qt.DropActions
QGraphicsSceneDragDropEvent. possibleActions()
Qt.DropActions
QDirModel. supportedDropActions()
Qt.DropActions
QFileSystemModel. supportedDropActions()
protected Qt.DropActions
QListWidget. supportedDropActions()
protected Qt.DropActions
QTableWidget. supportedDropActions()
protected Qt.DropActions
QTreeWidget. supportedDropActions()
Methods in io.qt.widgets with parameters of type Qt.DropActions Modifier and Type Method Description void
QGraphicsSceneDragDropEvent. setPossibleActions(Qt.DropActions actions)
protected void
QAbstractItemView. startDrag(Qt.DropActions supportedActions)
protected void
QListView. startDrag(Qt.DropActions supportedActions)