1 #ifndef QTSCRIPTSHELL_QGRAPHICSSCENE_H
2 #define QTSCRIPTSHELL_QGRAPHICSSCENE_H
4 #include <qgraphicsscene.h>
6 #include <QtScript/qscriptvalue.h>
24 void drawItems(QPainter* painter,
int numItems, QGraphicsItem** items,
const QStyleOptionGraphicsItem* options, QWidget* widget = 0);
25 void dropEvent(QGraphicsSceneDragDropEvent* event);
26 bool event(QEvent* event);
30 void helpEvent(QGraphicsSceneHelpEvent* event);
40 void wheelEvent(QGraphicsSceneWheelEvent* event);
45 #endif // QTSCRIPTSHELL_QGRAPHICSSCENE_H