Uses of Class
io.qt.core.Qt.DropActions
-
Uses of Qt.DropActions in io.qt.core
Modifier and TypeMethodDescriptionQt.DropAction.asFlags()
Create a QFlags of the enum entry.Qt.DropAction.cleared
(Qt.DropAction e) Excludes other enum entry from a flag of this entry.final Qt.DropActions
Qt.DropActions.clone()
Clones the flagsQt.DropAction.combined
(Qt.DropAction e) Combines this entry with other enum entry.final 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.final Qt.DropActions
Qt.DropActions.setFlag
(Qt.DropAction e) Sets the flage
final Qt.DropActions
Qt.DropActions.setFlag
(Qt.DropAction e, boolean on) Sets or clears the flagflag
QAbstractItemModel.supportedDragActions()
QAbstractProxyModel.supportedDragActions()
QAbstractItemModel.supportedDropActions()
QAbstractProxyModel.supportedDropActions()
QSortFilterProxyModel.supportedDropActions()
QStringListModel.supportedDropActions()
-
Uses of Qt.DropActions in io.qt.gui
Modifier and TypeMethodDescriptionfinal Qt.DropActions
QDropEvent.possibleActions()
final Qt.DropActions
QDrag.supportedActions()
QFileSystemModel.supportedDropActions()
QStandardItemModel.supportedDropActions()
Modifier and TypeMethodDescriptionfinal Qt.DropAction
QDrag.exec
(Qt.DropActions supportedActions) final Qt.DropAction
QDrag.exec
(Qt.DropActions supportedActions, Qt.DropAction defaultAction) protected final void
QDropEvent.setPossibleActions
(Qt.DropActions possibleActions) SeeQDropEvent::
m_actions ModifierConstructorDescriptionQDragEnterEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifier ... modifiers) QDragEnterEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers) QDragMoveEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers) Overloaded constructor forQDragMoveEvent(io.qt.core.QPoint, io.qt.core.Qt.DropActions, io.qt.core.QMimeData, io.qt.core.Qt.MouseButtons, io.qt.core.Qt.KeyboardModifiers, io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.DragMove
.QDragMoveEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, QEvent.Type type) QDropEvent
(QPointF pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers) Overloaded constructor forQDropEvent(io.qt.core.QPointF, io.qt.core.Qt.DropActions, io.qt.core.QMimeData, io.qt.core.Qt.MouseButtons, io.qt.core.Qt.KeyboardModifiers, io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.Drop
.QDropEvent
(QPointF pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, QEvent.Type type) QDropEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers) Overloaded constructor forQDropEvent(io.qt.core.QPoint, io.qt.core.Qt.DropActions, io.qt.core.QMimeData, io.qt.core.Qt.MouseButtons, io.qt.core.Qt.KeyboardModifiers, io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.Drop
.QDropEvent
(QPoint pos, Qt.DropActions actions, QMimeData data, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, QEvent.Type type) -
Uses of Qt.DropActions in io.qt.widgets
Modifier and TypeMethodDescriptionfinal Qt.DropActions
QGraphicsSceneDragDropEvent.possibleActions()
protected Qt.DropActions
QListWidget.supportedDropActions()
protected Qt.DropActions
QTableWidget.supportedDropActions()
protected Qt.DropActions
QTreeWidget.supportedDropActions()
Modifier and TypeMethodDescriptionfinal void
QGraphicsSceneDragDropEvent.setPossibleActions
(Qt.DropActions actions) SeeQGraphicsSceneDragDropEvent::
setPossibleActions(Qt::DropActions) protected void
QAbstractItemView.startDrag
(Qt.DropActions supportedActions) protected void
QListView.startDrag
(Qt.DropActions supportedActions)