![]() |
Qt 6.x
The Qt SDK
|
#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 *) |
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QGraphicsSceneEvent * | event | ||
) |
Definition at line 1796 of file qgraphicssceneevent.cpp.
References button, QGraphicsSceneMouseEvent::button(), QGraphicsSceneMouseEvent::buttons(), QGraphicsSceneWheelEvent::buttons(), QGraphicsSceneDragDropEvent::buttons(), debug, QGraphicsSceneMouseEvent::flags(), QtDebugUtils::formatNonNullQEnum(), QtDebugUtils::formatNonNullQFlags(), formatPositions(), QtDebugUtils::formatQEnum(), QtDebugUtils::formatQFlags(), QEvent::GraphicsSceneContextMenu, QEvent::GraphicsSceneDragEnter, QEvent::GraphicsSceneDragLeave, QEvent::GraphicsSceneDragMove, QEvent::GraphicsSceneDrop, QEvent::GraphicsSceneHelp, QEvent::GraphicsSceneHoverEnter, QEvent::GraphicsSceneHoverLeave, QEvent::GraphicsSceneHoverMove, QEvent::GraphicsSceneMouseDoubleClick, QEvent::GraphicsSceneMouseMove, QEvent::GraphicsSceneMousePress, QEvent::GraphicsSceneMouseRelease, QEvent::GraphicsSceneWheel, QGraphicsSceneMouseEvent::modifiers(), QGraphicsSceneWheelEvent::modifiers(), QGraphicsSceneContextMenuEvent::modifiers(), QGraphicsSceneDragDropEvent::modifiers(), QGraphicsSceneDragDropEvent::possibleActions(), QGraphicsSceneDragDropEvent::proposedAction(), QGraphicsSceneContextMenuEvent::reason(), QGraphicsSceneMouseEvent::source(), and QGraphicsSceneDragDropEvent::source().
QT_REQUIRE_CONFIG | ( | graphicsview | ) |