QGraphicsSceneDragDropEvent Class Reference
[QtGui module]
Inherits QGraphicsSceneEvent.
Methods
- __init__ (self, QEvent.Type type = QEvent.None)
- __init__ (self, QGraphicsSceneDragDropEvent other)
- acceptProposedAction (self)
- Qt.MouseButtons buttons (self)
- Qt.DropAction dropAction (self)
- QMimeData mimeData (self)
- Qt.KeyboardModifiers modifiers (self)
- QPointF pos (self)
- Qt.DropActions possibleActions (self)
- Qt.DropAction proposedAction (self)
- QPointF scenePos (self)
- QPoint screenPos (self)
- setButtons (self, Qt.MouseButtons buttons)
- setDropAction (self, Qt.DropAction action)
- setMimeData (self, QMimeData data)
- setModifiers (self, Qt.KeyboardModifiers modifiers)
- setPos (self, QPointF pos)
- setPossibleActions (self, Qt.DropActions actions)
- setProposedAction (self, Qt.DropAction action)
- setScenePos (self, QPointF pos)
- setScreenPos (self, QPoint pos)
- setSource (self, QWidget source)
- QWidget source (self)
Detailed Description
Method Documentation
QGraphicsSceneDragDropEvent.__init__ (self, QEvent.Type type = QEvent.None)
QGraphicsSceneDragDropEvent.acceptProposedAction (self)
Qt.MouseButtons QGraphicsSceneDragDropEvent.buttons (self)
Qt.DropAction QGraphicsSceneDragDropEvent.dropAction (self)
QMimeData QGraphicsSceneDragDropEvent.mimeData (self)
Qt.KeyboardModifiers QGraphicsSceneDragDropEvent.modifiers (self)
QPointF QGraphicsSceneDragDropEvent.pos (self)
Qt.DropActions QGraphicsSceneDragDropEvent.possibleActions (self)
Qt.DropAction QGraphicsSceneDragDropEvent.proposedAction (self)
QPointF QGraphicsSceneDragDropEvent.scenePos (self)
QPoint QGraphicsSceneDragDropEvent.screenPos (self)
QGraphicsSceneDragDropEvent.setButtons (self, Qt.MouseButtons buttons)
QGraphicsSceneDragDropEvent.setDropAction (self, Qt.DropAction action)
QGraphicsSceneDragDropEvent.setMimeData (self, QMimeData data)
QGraphicsSceneDragDropEvent.setModifiers (self, Qt.KeyboardModifiers modifiers)
QGraphicsSceneDragDropEvent.setPos (self, QPointF pos)
QGraphicsSceneDragDropEvent.setPossibleActions (self, Qt.DropActions actions)
QGraphicsSceneDragDropEvent.setProposedAction (self, Qt.DropAction action)
QGraphicsSceneDragDropEvent.setScenePos (self, QPointF pos)
QGraphicsSceneDragDropEvent.setScreenPos (self, QPoint pos)
QGraphicsSceneDragDropEvent.setSource (self, QWidget source)
QWidget QGraphicsSceneDragDropEvent.source (self)