Uses of Enum
io.qt.core.Qt.DropAction
Packages that use Qt.DropAction
-
Uses of Qt.DropAction in io.qt.core
Methods in io.qt.core that return Qt.DropActionModifier and TypeMethodDescriptionfinal Qt.DropAction[]Qt.DropActions.flags()Returns an array of flag objects represented by this DropActions.static Qt.DropActionQt.DropAction.resolve(int value) Returns the corresponding enum entry for the given value.static Qt.DropActionReturns 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.Methods in io.qt.core with parameters of type Qt.DropActionModifier and TypeMethodDescriptionbooleanQAbstractItemModel.canDropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQAbstractProxyModel.canDropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQConcatenateTablesProxyModel.canDropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) Qt.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.booleanQAbstractItemModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQAbstractListModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQAbstractProxyModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQAbstractTableModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQConcatenateTablesProxyModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQIdentityProxyModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQSortFilterProxyModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) 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 flagflagConstructors in io.qt.core with parameters of type Qt.DropActionModifierConstructorDescriptionDropActions(Qt.DropAction... args) Creates a new DropActions where the flags inargsare set. -
Uses of Qt.DropAction in io.qt.gui
Fields in io.qt.gui with type parameters of type Qt.DropActionMethods in io.qt.gui that return Qt.DropActionModifier and TypeMethodDescriptionfinal Qt.DropActionQDrag.defaultAction()final Qt.DropActionQDropEvent.dropAction()final Qt.DropActionQDrag.exec()Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)withsupportedActions = new io.qt.core.Qt.DropActions(2).final Qt.DropActionQDrag.exec(Qt.DropAction... supportedActions) Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions).final Qt.DropActionQDrag.exec(Qt.DropActions supportedActions) final Qt.DropActionQDrag.exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction) final Qt.DropActionQDropEvent.proposedAction()Methods in io.qt.gui with parameters of type Qt.DropActionModifier and TypeMethodDescriptionfinal QPixmapQDrag.dragCursor(Qt.DropAction action) booleanQFileSystemModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) booleanQStandardItemModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent) final Qt.DropActionQDrag.exec(Qt.DropAction... supportedActions) Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions).final Qt.DropActionQDrag.exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction) final voidQDrag.setDragCursor(QPixmap cursor, Qt.DropAction action) final voidQDropEvent.setDropAction(Qt.DropAction action) protected final voidQDropEvent.setPossibleActions(Qt.DropAction... possibleActions) Overloaded function forQDropEvent.setPossibleActions(io.qt.core.Qt.DropActions).protected final voidQDropEvent.setProposedAction(Qt.DropAction proposedAction) -
Uses of Qt.DropAction in io.qt.widgets
Methods in io.qt.widgets that return Qt.DropActionModifier and TypeMethodDescriptionfinal Qt.DropActionQAbstractItemView.defaultDropAction()final Qt.DropActionQGraphicsSceneDragDropEvent.dropAction()final Qt.DropActionQGraphicsSceneDragDropEvent.proposedAction()Methods in io.qt.widgets with parameters of type Qt.DropActionModifier and TypeMethodDescriptionprotected booleanQListWidget.dropMimeData(int index, QMimeData data, Qt.DropAction action) protected booleanQTableWidget.dropMimeData(int row, int column, QMimeData data, Qt.DropAction action) protected booleanQTreeWidget.dropMimeData(QTreeWidgetItem parent, int index, QMimeData data, Qt.DropAction action) final voidQAbstractItemView.setDefaultDropAction(Qt.DropAction dropAction) final voidQGraphicsSceneDragDropEvent.setDropAction(Qt.DropAction action) final voidQGraphicsSceneDragDropEvent.setPossibleActions(Qt.DropAction... actions) Overloaded function forQGraphicsSceneDragDropEvent.setPossibleActions(io.qt.core.Qt.DropActions).final voidQGraphicsSceneDragDropEvent.setProposedAction(Qt.DropAction action) protected final voidQAbstractItemView.startDrag(Qt.DropAction... supportedActions) Overloaded function forQAbstractItemView.startDrag(io.qt.core.Qt.DropActions).