![]() |
Qt 6.x
The Qt SDK
|
#include "qgraphicssceneevent.h"#include <QtCore/qdebug.h>#include <private/qdebug_p.h>#include <QtCore/qmap.h>#include <QtCore/qpoint.h>#include <QtCore/qsize.h>#include <QtCore/qstring.h>#include "qgraphicsview.h"#include "qgraphicsitem.h"#include <QtWidgets/qgesture.h>#include <private/qevent_p.h>
Include dependency graph for qgraphicssceneevent.cpp:Go to the source code of this file.
Functions | |
| template<class Event > | |
| static void | formatPositions (QDebug &debug, const Event *event) |
| QDebug | operator<< (QDebug debug, const QGraphicsSceneEvent *event) |
|
inlinestatic |
Definition at line 1786 of file qgraphicssceneevent.cpp.
References debug, and QtDebugUtils::formatQPoint().
Referenced by operator<<().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function: