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.Qt.DropAction.cleared(Qt.DropAction e) Excludes other enum entry from a flag of this entry.final Qt.DropActionsQt.DropActions.clone()Clones the flagsQt.DropAction.combined(Qt.DropAction e) Combines this entry with other enum entry.final Qt.DropActionsQt.DropActions.combined(Qt.DropAction e) Combines this flags with enum entry.static Qt.DropActionsQt.DropAction.flags(Qt.DropAction ... values) Creates a newQt.DropActionsfrom the entries.final Qt.DropActionsQt.DropActions.setFlag(Qt.DropAction e) Sets the flagefinal Qt.DropActionsQt.DropActions.setFlag(Qt.DropAction e, boolean on) Sets or clears the flagflagQAbstractItemModel.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.DropActionsQDropEvent.possibleActions()final Qt.DropActionsQDrag.supportedActions()QFileSystemModel.supportedDropActions()QStandardItemModel.supportedDropActions()Methods in io.qt.gui with parameters of type Qt.DropActionsModifier and TypeMethodDescriptionfinal Qt.DropActionQDrag.exec(Qt.DropActions supportedActions) final Qt.DropActionQDrag.exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction) protected final voidQDropEvent.setPossibleActions(Qt.DropActions possibleActions) SeeQDropEvent::m_actions 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) 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
Methods in io.qt.widgets that return Qt.DropActionsModifier and TypeMethodDescriptionfinal Qt.DropActionsQGraphicsSceneDragDropEvent.possibleActions()protected Qt.DropActionsQListWidget.supportedDropActions()protected Qt.DropActionsQTableWidget.supportedDropActions()protected Qt.DropActionsQTreeWidget.supportedDropActions()Methods in io.qt.widgets with parameters of type Qt.DropActionsModifier and TypeMethodDescriptionfinal voidQGraphicsSceneDragDropEvent.setPossibleActions(Qt.DropActions actions) SeeQGraphicsSceneDragDropEvent::setPossibleActions(Qt::DropActions) protected voidQAbstractItemView.startDrag(Qt.DropActions supportedActions) protected voidQListView.startDrag(Qt.DropActions supportedActions)