Uses of Class
io.qt.core.Qt.DropActions
Packages that use Qt.DropActions
-
Uses of Qt.DropActions in io.qt.core
Methods in io.qt.core that return Qt.DropActionsModifier and TypeMethodDescriptionQt.DropAction.asFlags()
Create a QFlags of the enum 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()
Methods in io.qt.core with parameters of type Qt.DropActions -
Uses of Qt.DropActions in io.qt.gui
Methods in io.qt.gui that return Qt.DropActionsModifier and TypeMethodDescriptionfinal Qt.DropActions
QDropEvent.possibleActions()
final Qt.DropActions
QDrag.supportedActions()
QFileSystemModel.supportedDropActions()
QStandardItemModel.supportedDropActions()
Methods in io.qt.gui with parameters of type Qt.DropActionsModifier 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) Constructors in io.qt.gui with parameters of type Qt.DropActionsModifierConstructorDescriptionQDragEnterEvent
(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) -
Uses of Qt.DropActions in io.qt.widgets
Methods in io.qt.widgets that return Qt.DropActionsModifier and TypeMethodDescriptionfinal Qt.DropActions
QGraphicsSceneDragDropEvent.possibleActions()
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.DropActionsModifier and TypeMethodDescriptionfinal void
QGraphicsSceneDragDropEvent.setPossibleActions
(Qt.DropActions actions) protected void
QAbstractItemView.startDrag
(Qt.DropActions supportedActions) protected void
QListView.startDrag
(Qt.DropActions supportedActions)