![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 *) |
| QDebug operator<< | ( | QDebug | debug, |
| const QGraphicsSceneEvent * | event ) |
Definition at line 1797 of file qgraphicssceneevent.cpp.
| QT_REQUIRE_CONFIG | ( | graphicsview | ) |