QDropEvent Class Reference
[QtGui module]
Inherits QEvent and QMimeSource.
Inherited by QDragMoveEvent.
Methods
- __init__ (self, QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type type = QEvent.Drop)
- __init__ (self, QDropEvent)
- acceptProposedAction (self)
- Qt.DropAction dropAction (self)
- QByteArray encodedData (self, str)
- str format (self, int n = 0)
- Qt.KeyboardModifiers keyboardModifiers (self)
- QMimeData mimeData (self)
- Qt.MouseButtons mouseButtons (self)
- QPoint pos (self)
- Qt.DropActions possibleActions (self)
- Qt.DropAction proposedAction (self)
- bool provides (self, str)
- setDropAction (self, Qt.DropAction)
- QWidget source (self)
Detailed Description
Method Documentation
QDropEvent.__init__ (self, QDropEvent)
QDropEvent.acceptProposedAction (self)
Qt.DropAction QDropEvent.dropAction (self)
QByteArray QDropEvent.encodedData (self, str)
str QDropEvent.format (self, int n = 0)
QMimeData QDropEvent.mimeData (self)
Qt.MouseButtons QDropEvent.mouseButtons (self)
QPoint QDropEvent.pos (self)
Qt.DropActions QDropEvent.possibleActions (self)
Qt.DropAction QDropEvent.proposedAction (self)
bool QDropEvent.provides (self, str)
QDropEvent.setDropAction (self, Qt.DropAction)
QWidget QDropEvent.source (self)