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.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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<<()