#include <QtGui/qgraphicssceneevent.h>
#ifndef QGRAPHICSSCENEEVENT_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsSceneContextMenuEvent: public QGraphicsSceneEvent{
   /* Some contents are skipped to improve readability */
   public: void setPos(class QPointF const & pos);
   /* ... */
};
#endif // QT_NO_GRAPHICSVIEW
#endif