Qt 4.8
Public Functions | Public Variables | List of all members
QGraphicsSceneEventPrivate Class Reference
Inheritance diagram for QGraphicsSceneEventPrivate:
QGraphicsSceneContextMenuEventPrivate QGraphicsSceneDragDropEventPrivate QGraphicsSceneHelpEventPrivate QGraphicsSceneHoverEventPrivate QGraphicsSceneMouseEventPrivate QGraphicsSceneMoveEventPrivate QGraphicsSceneResizeEventPrivate QGraphicsSceneWheelEventPrivate

Public Functions

 QGraphicsSceneEventPrivate ()
 
virtual ~QGraphicsSceneEventPrivate ()
 

Public Variables

QGraphicsSceneEventq_ptr
 
QWidgetwidget
 

Detailed Description

Definition at line 301 of file qgraphicssceneevent.cpp.

Constructors and Destructors

◆ QGraphicsSceneEventPrivate()

QGraphicsSceneEventPrivate::QGraphicsSceneEventPrivate ( )
inline

Definition at line 304 of file qgraphicssceneevent.cpp.

305  : widget(0),
306  q_ptr(0)
307  { }

◆ ~QGraphicsSceneEventPrivate()

virtual QGraphicsSceneEventPrivate::~QGraphicsSceneEventPrivate ( )
inlinevirtual

Definition at line 309 of file qgraphicssceneevent.cpp.

310  { }

Properties

◆ q_ptr

QGraphicsSceneEvent* QGraphicsSceneEventPrivate::q_ptr

Definition at line 313 of file qgraphicssceneevent.cpp.

Referenced by QGraphicsSceneEvent::QGraphicsSceneEvent().

◆ widget

QWidget* QGraphicsSceneEventPrivate::widget

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