#include <QtGui/qgraphicssceneevent.h>
#ifndef QGRAPHICSSCENEEVENT_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsSceneHoverEvent: public QGraphicsSceneEvent{
   public: QGraphicsSceneHoverEvent(enum QEvent::Type type = QEvent::None);
   public: virtual ~QGraphicsSceneHoverEvent();
   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);
   private: inline struct QGraphicsSceneHoverEventPrivate* d_func();
   private: inline struct QGraphicsSceneHoverEventPrivate const * d_func() const
   friend struct QGraphicsSceneHoverEventPrivate;
};
#endif // QT_NO_GRAPHICSVIEW
#endif