Uses of Enum
io.qt.core.Qt.DropAction
-
Uses of Qt.DropAction in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.DropAction []
Qt.DropActions.flags()
Returns an array of flag objects represented by this DropActions.static Qt.DropAction
Qt.DropAction.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.DropAction
Returns the enum constant of this type with the specified name.static Qt.DropAction[]
Qt.DropAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
QAbstractItemModel.canDropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QAbstractProxyModel.canDropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QConcatenateTablesProxyModel.canDropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) Qt.DropAction.cleared
(Qt.DropAction e) Excludes other enum entry from a flag of this entry.Qt.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.boolean
QAbstractItemModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QAbstractListModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QAbstractProxyModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QAbstractTableModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QConcatenateTablesProxyModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QIdentityProxyModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QSortFilterProxyModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) 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
ModifierConstructorDescriptionDropActions
(Qt.DropAction ... args) Creates a new DropActions where the flags inargs
are set. -
Uses of Qt.DropAction in io.qt.gui
Modifier and TypeMethodDescriptionfinal Qt.DropAction
QDrag.defaultAction()
final Qt.DropAction
QDropEvent.dropAction()
final Qt.DropAction
QDrag.exec()
Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
withsupportedActions = new io.qt.core.Qt.DropActions(2)
.final Qt.DropAction
QDrag.exec
(Qt.DropAction ... supportedActions) Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
.final Qt.DropAction
QDrag.exec
(Qt.DropActions supportedActions) final Qt.DropAction
QDrag.exec
(Qt.DropActions supportedActions, Qt.DropAction defaultAction) final Qt.DropAction
QDropEvent.proposedAction()
Modifier and TypeMethodDescriptionfinal QPixmap
QDrag.dragCursor
(Qt.DropAction action) boolean
QFileSystemModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) boolean
QStandardItemModel.dropMimeData
(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) final Qt.DropAction
QDrag.exec
(Qt.DropAction ... supportedActions) Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
.final Qt.DropAction
QDrag.exec
(Qt.DropActions supportedActions, Qt.DropAction defaultAction) final void
QDrag.setDragCursor
(QPixmap cursor, Qt.DropAction action) final void
QDropEvent.setDropAction
(Qt.DropAction action) protected final void
QDropEvent.setPossibleActions
(Qt.DropAction ... possibleActions) Overloaded function forQDropEvent.setPossibleActions(io.qt.core.Qt.DropActions)
.protected final void
QDropEvent.setProposedAction
(Qt.DropAction proposedAction) SeeQDropEvent::
m_defaultAction -
Uses of Qt.DropAction in io.qt.widgets
Modifier and TypeMethodDescriptionfinal Qt.DropAction
QAbstractItemView.defaultDropAction()
final Qt.DropAction
QGraphicsSceneDragDropEvent.dropAction()
final Qt.DropAction
QGraphicsSceneDragDropEvent.proposedAction()
Modifier and TypeMethodDescriptionprotected boolean
QListWidget.dropMimeData
(int index, QMimeData data, Qt.DropAction action) protected boolean
QTableWidget.dropMimeData
(int row, int column, QMimeData data, Qt.DropAction action) protected boolean
QTreeWidget.dropMimeData
(QTreeWidgetItem parent, int index, QMimeData data, Qt.DropAction action) final void
QAbstractItemView.setDefaultDropAction
(Qt.DropAction dropAction) final void
QGraphicsSceneDragDropEvent.setDropAction
(Qt.DropAction action) final void
QGraphicsSceneDragDropEvent.setPossibleActions
(Qt.DropAction ... actions) Overloaded function forQGraphicsSceneDragDropEvent.setPossibleActions(io.qt.core.Qt.DropActions)
.final void
QGraphicsSceneDragDropEvent.setProposedAction
(Qt.DropAction action) SeeQGraphicsSceneDragDropEvent::
setProposedAction(Qt::DropAction) protected final void
QAbstractItemView.startDrag
(Qt.DropAction ... supportedActions) Overloaded function forQAbstractItemView.startDrag(io.qt.core.Qt.DropActions)
.