#include <QtGui/qgraphicssceneevent.h>
#ifndef QGRAPHICSSCENEEVENT_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsSceneWheelEvent: public QGraphicsSceneEvent{
public: QGraphicsSceneWheelEvent(enum QEvent::Type type = QEvent::None);
public: virtual ~QGraphicsSceneWheelEvent();
public: class QPointF pos() const
public: void setPos(class QPointF const & pos);
public: class QPointF scenePos() const
public: void setScenePos(class QPointF const & pos);
public: class QPoint screenPos() const
public: void setScreenPos(class QPoint const & pos);
public: Qt::MouseButtons buttons() const
public: void setButtons(Qt::MouseButtons buttons);
public: Qt::KeyboardModifiers modifiers() const
public: void setModifiers(Qt::KeyboardModifiers modifiers);
public: int delta() const
public: void setDelta(int delta);
private: inline struct QGraphicsSceneWheelEventPrivate* d_func();
private: inline struct QGraphicsSceneWheelEventPrivate const * d_func() const
friend struct QGraphicsSceneWheelEventPrivate;
};
#endif // QT_NO_GRAPHICSVIEW
#endif