Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGraphicsSceneDragDropEventPrivate Class Reference
+ Inheritance diagram for QGraphicsSceneDragDropEventPrivate:
+ Collaboration diagram for QGraphicsSceneDragDropEventPrivate:

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1343 of file qgraphicssceneevent.cpp.

Constructor & Destructor Documentation

◆ QGraphicsSceneDragDropEventPrivate()

QGraphicsSceneDragDropEventPrivate::QGraphicsSceneDragDropEventPrivate ( )
inline

Definition at line 1347 of file qgraphicssceneevent.cpp.

Member Data Documentation

◆ buttons

Qt::MouseButtons QGraphicsSceneDragDropEventPrivate::buttons

Definition at line 1354 of file qgraphicssceneevent.cpp.

◆ dropAction

Qt::DropAction QGraphicsSceneDragDropEventPrivate::dropAction

Definition at line 1358 of file qgraphicssceneevent.cpp.

◆ mimeData

const QMimeData* QGraphicsSceneDragDropEventPrivate::mimeData

Definition at line 1360 of file qgraphicssceneevent.cpp.

◆ modifiers

Qt::KeyboardModifiers QGraphicsSceneDragDropEventPrivate::modifiers

Definition at line 1355 of file qgraphicssceneevent.cpp.

◆ pos

QPointF QGraphicsSceneDragDropEventPrivate::pos

Definition at line 1351 of file qgraphicssceneevent.cpp.

◆ possibleActions

Qt::DropActions QGraphicsSceneDragDropEventPrivate::possibleActions

Definition at line 1356 of file qgraphicssceneevent.cpp.

◆ proposedAction

Qt::DropAction QGraphicsSceneDragDropEventPrivate::proposedAction

Definition at line 1357 of file qgraphicssceneevent.cpp.

◆ scenePos

QPointF QGraphicsSceneDragDropEventPrivate::scenePos

Definition at line 1352 of file qgraphicssceneevent.cpp.

◆ screenPos

QPoint QGraphicsSceneDragDropEventPrivate::screenPos

Definition at line 1353 of file qgraphicssceneevent.cpp.

◆ source

QWidget* QGraphicsSceneDragDropEventPrivate::source

Definition at line 1359 of file qgraphicssceneevent.cpp.


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