4#ifndef QGRAPHICSSCENEEVENT_H
5#define QGRAPHICSSCENEEVENT_H
7#include <QtWidgets/qtwidgetsglobal.h>
8#include <QtCore/qcoreevent.h>
9#include <QtCore/qpoint.h>
10#include <QtCore/qscopedpointer.h>
11#include <QtCore/qrect.h>
12#include <QtGui/qpolygon.h>
13#include <QtCore/qset.h>
76 QPoint lastScreenPos()
const;
79 Qt::MouseButtons buttons()
const;
80 void setButtons(Qt::MouseButtons buttons);
86 void setModifiers(Qt::KeyboardModifiers
modifiers);
91 Qt::MouseEventFlags
flags()
const;
92 void setFlags(Qt::MouseEventFlags);
115 Qt::MouseButtons buttons()
const;
116 void setButtons(Qt::MouseButtons buttons);
119 void setModifiers(Qt::KeyboardModifiers
modifiers);
122 void setDelta(
int delta);
130 QPoint pixelDelta()
const;
131 void setPixelDelta(
QPoint delta);
133 bool isInverted()
const;
134 void setInverted(
bool inverted);
160 void setModifiers(Qt::KeyboardModifiers
modifiers);
162 Reason reason()
const;
163 void setReason(Reason reason);
192 QPoint lastScreenPos()
const;
193 void setLastScreenPos(
const QPoint &
pos);
196 void setModifiers(Qt::KeyboardModifiers
modifiers);
237 Qt::MouseButtons buttons()
const;
238 void setButtons(Qt::MouseButtons buttons);
241 void setModifiers(Qt::KeyboardModifiers
modifiers);
243 Qt::DropActions possibleActions()
const;
244 void setPossibleActions(Qt::DropActions actions);
248 void acceptProposedAction();
296#ifndef QT_NO_DEBUG_STREAM
The QGraphicsSceneDragDropEvent class provides events for drag and drop in the graphics view framewor...
The QGraphicsSceneEvent class provides a base class for all graphics view related events.
QScopedPointer< QGraphicsSceneEventPrivate > d_ptr
The QGraphicsSceneHelpEvent class provides events when a tooltip is requested.
The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework.
The QGraphicsSceneMouseEvent class provides mouse events in the graphics view framework.
The QGraphicsSceneMoveEvent class provides events for widget moving in the graphics view framework.
The QGraphicsSceneResizeEvent class provides events for widget resizing in the graphics view framewor...
The QGraphicsSceneWheelEvent class provides wheel events in the graphics view framework.
\inmodule QtCore\reentrant
\inmodule QtCore\reentrant
EGLImageKHR int int EGLuint64KHR * modifiers
Combined button and popup list for selecting options.
Q_WIDGETS_EXPORT QDebug operator<<(QDebug, const QGraphicsSceneEvent *)
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLsizei GLsizei GLchar * source
#define QT_REQUIRE_CONFIG(feature)
unsigned long long quint64
setDropAction(proposedAction())
[0]