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