Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qgraphicssceneevent.cpp File Reference
#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.

Classes

class  QGraphicsSceneEventPrivate
 
class  QGraphicsSceneMouseEventPrivate
 
class  QGraphicsSceneWheelEventPrivate
 
class  QGraphicsSceneContextMenuEventPrivate
 
class  QGraphicsSceneHoverEventPrivate
 
class  QGraphicsSceneHelpEventPrivate
 
class  QGraphicsSceneDragDropEventPrivate
 
class  QGraphicsSceneResizeEventPrivate
 
class  QGraphicsSceneMoveEventPrivate
 

Functions

template<class Event >
static void formatPositions (QDebug &debug, const Event *event)
 
QDebug operator<< (QDebug debug, const QGraphicsSceneEvent *event)
 

Function Documentation

◆ formatPositions()

template<class Event >
static void formatPositions ( QDebug debug,
const Event 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:

◆ operator<<()