1 #ifndef QTSCRIPTSHELL_QGRAPHICSVIEW_H
2 #define QTSCRIPTSHELL_QGRAPHICSVIEW_H
4 #include <qgraphicsview.h>
6 #include <QtScript/qscriptvalue.h>
27 void drawItems(QPainter* painter,
int numItems, QGraphicsItem** items,
const QStyleOptionGraphicsItem* options);
30 bool event(QEvent* event);
43 int metric(QPaintDevice::PaintDeviceMetric arg__1)
const;
62 #endif // QTSCRIPTSHELL_QGRAPHICSVIEW_H