Uses of Class
io.qt.core.Qt.DropAction
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.DropAction in io.qt.core
Methods in io.qt.core that return Qt.DropAction Modifier and Type Method Description 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
Qt.DropAction. valueOf(String name)
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.Methods in io.qt.core with parameters of type Qt.DropAction Modifier and Type Method Description boolean
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.DropActions
Qt.DropAction. combined(Qt.DropAction e)
Combines this entry with other enum entry.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.Qt.DropActions
Qt.DropActions. setFlag(Qt.DropAction e)
Sets the flage
Qt.DropActions
Qt.DropActions. setFlag(Qt.DropAction e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.DropAction Constructor Description DropActions(Qt.DropAction... args)
Creates a new DropActions where the flags inargs
are set. -
Uses of Qt.DropAction in io.qt.gui
Fields in io.qt.gui with type parameters of type Qt.DropAction Modifier and Type Field Description QObject.Signal1<Qt.DropAction>
QDrag. actionChanged
Methods in io.qt.gui that return Qt.DropAction Modifier and Type Method Description Qt.DropAction
QDrag. defaultAction()
Qt.DropAction
QDropEvent. dropAction()
Qt.DropAction
QDrag. exec()
Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
withsupportedActions = new io.qt.core.Qt.DropActions(2)
.Qt.DropAction
QDrag. exec(Qt.DropAction... supportedActions)
Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
.Qt.DropAction
QDrag. exec(Qt.DropActions supportedActions)
Qt.DropAction
QDrag. exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction)
Qt.DropAction
QDropEvent. proposedAction()
Methods in io.qt.gui with parameters of type Qt.DropAction Modifier and Type Method Description QPixmap
QDrag. dragCursor(Qt.DropAction action)
boolean
QStandardItemModel. dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
Qt.DropAction
QDrag. exec(Qt.DropAction... supportedActions)
Overloaded function forQDrag.exec(io.qt.core.Qt.DropActions)
.Qt.DropAction
QDrag. exec(Qt.DropActions supportedActions, Qt.DropAction defaultAction)
void
QDrag. setDragCursor(QPixmap cursor, Qt.DropAction action)
void
QDropEvent. setDropAction(Qt.DropAction action)
protected void
QDropEvent. setPossibleActions(Qt.DropAction... possibleActions)
Overloaded function forQDropEvent.setPossibleActions(io.qt.core.Qt.DropActions)
.protected void
QDropEvent. setProposedAction(Qt.DropAction proposedAction)
-
Uses of Qt.DropAction in io.qt.widgets
Methods in io.qt.widgets that return Qt.DropAction Modifier and Type Method Description Qt.DropAction
QAbstractItemView. defaultDropAction()
Qt.DropAction
QGraphicsSceneDragDropEvent. dropAction()
Qt.DropAction
QGraphicsSceneDragDropEvent. proposedAction()
Methods in io.qt.widgets with parameters of type Qt.DropAction Modifier and Type Method Description boolean
QDirModel. dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
boolean
QFileSystemModel. dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
protected 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)
void
QAbstractItemView. setDefaultDropAction(Qt.DropAction dropAction)
void
QGraphicsSceneDragDropEvent. setDropAction(Qt.DropAction action)
void
QGraphicsSceneDragDropEvent. setPossibleActions(Qt.DropAction... actions)
Overloaded function forQGraphicsSceneDragDropEvent.setPossibleActions(io.qt.core.Qt.DropActions)
.void
QGraphicsSceneDragDropEvent. setProposedAction(Qt.DropAction action)
protected void
QAbstractItemView. startDrag(Qt.DropAction... supportedActions)
Overloaded function forQAbstractItemView.startDrag(io.qt.core.Qt.DropActions)
.