Qt 4.8
Public Functions | Public Variables | List of all members
QGraphicsSceneDragDropEventPrivate Class Reference
Inheritance diagram for QGraphicsSceneDragDropEventPrivate:
QGraphicsSceneEventPrivate

Public Functions

 QGraphicsSceneDragDropEventPrivate ()
 
- Public Functions inherited from QGraphicsSceneEventPrivate
 QGraphicsSceneEventPrivate ()
 
virtual ~QGraphicsSceneEventPrivate ()
 

Public Variables

Qt::MouseButtons buttons
 
Qt::DropAction dropAction
 
const QMimeDatamimeData
 
Qt::KeyboardModifiers modifiers
 
QPointF pos
 
Qt::DropActions possibleActions
 
Qt::DropAction proposedAction
 
QPointF scenePos
 
QPoint screenPos
 
QWidgetsource
 
- Public Variables inherited from QGraphicsSceneEventPrivate
QGraphicsSceneEventq_ptr
 
QWidgetwidget
 

Detailed Description

Definition at line 1330 of file qgraphicssceneevent.cpp.

Constructors and Destructors

◆ QGraphicsSceneDragDropEventPrivate()

QGraphicsSceneDragDropEventPrivate::QGraphicsSceneDragDropEventPrivate ( )
inline

Definition at line 1334 of file qgraphicssceneevent.cpp.

Properties

◆ buttons

Qt::MouseButtons QGraphicsSceneDragDropEventPrivate::buttons

Definition at line 1341 of file qgraphicssceneevent.cpp.

◆ dropAction

Qt::DropAction QGraphicsSceneDragDropEventPrivate::dropAction

Definition at line 1345 of file qgraphicssceneevent.cpp.

◆ mimeData

const QMimeData* QGraphicsSceneDragDropEventPrivate::mimeData

Definition at line 1347 of file qgraphicssceneevent.cpp.

◆ modifiers

Qt::KeyboardModifiers QGraphicsSceneDragDropEventPrivate::modifiers

Definition at line 1342 of file qgraphicssceneevent.cpp.

◆ pos

QPointF QGraphicsSceneDragDropEventPrivate::pos

Definition at line 1338 of file qgraphicssceneevent.cpp.

◆ possibleActions

Qt::DropActions QGraphicsSceneDragDropEventPrivate::possibleActions

Definition at line 1343 of file qgraphicssceneevent.cpp.

◆ proposedAction

Qt::DropAction QGraphicsSceneDragDropEventPrivate::proposedAction

Definition at line 1344 of file qgraphicssceneevent.cpp.

◆ scenePos

QPointF QGraphicsSceneDragDropEventPrivate::scenePos

Definition at line 1339 of file qgraphicssceneevent.cpp.

◆ screenPos

QPoint QGraphicsSceneDragDropEventPrivate::screenPos

Definition at line 1340 of file qgraphicssceneevent.cpp.

◆ source

QWidget* QGraphicsSceneDragDropEventPrivate::source

Definition at line 1346 of file qgraphicssceneevent.cpp.


The documentation for this class was generated from the following file: