Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgraphicssceneevent.cpp File Reference

(c0e526f70f58c9b70fea1b9426d14b18f1f0066c)

#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>
void formatPositions ( QDebug & debug,
const Event * event )
inlinestatic

Definition at line 1787 of file qgraphicssceneevent.cpp.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QGraphicsSceneEvent * event )

Definition at line 1797 of file qgraphicssceneevent.cpp.