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
qgraphicssceneevent.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qcoreevent.h>
#include <QtCore/qpoint.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qrect.h>
#include <QtGui/qpolygon.h>
#include <QtCore/qset.h>
+ Include dependency graph for qgraphicssceneevent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGraphicsSceneEvent
 The QGraphicsSceneEvent class provides a base class for all graphics view related events. More...
 
class  QGraphicsSceneMouseEvent
 The QGraphicsSceneMouseEvent class provides mouse events in the graphics view framework. More...
 
class  QGraphicsSceneWheelEvent
 The QGraphicsSceneWheelEvent class provides wheel events in the graphics view framework. More...
 
class  QGraphicsSceneContextMenuEvent
 The QGraphicsSceneContextMenuEvent class provides context menu events in the graphics view framework. More...
 
class  QGraphicsSceneHoverEvent
 The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework. More...
 
class  QGraphicsSceneHelpEvent
 The QGraphicsSceneHelpEvent class provides events when a tooltip is requested. More...
 
class  QGraphicsSceneDragDropEvent
 The QGraphicsSceneDragDropEvent class provides events for drag and drop in the graphics view framework. More...
 
class  QGraphicsSceneResizeEvent
 The QGraphicsSceneResizeEvent class provides events for widget resizing in the graphics view framework. More...
 
class  QGraphicsSceneMoveEvent
 The QGraphicsSceneMoveEvent class provides events for widget moving in the graphics view framework. More...
 

Functions

 QT_REQUIRE_CONFIG (graphicsview)
 
Q_WIDGETS_EXPORT QDebug operator<< (QDebug, const QGraphicsSceneEvent *)
 

Function Documentation

◆ operator<<()

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( graphicsview )