1 #ifndef QTSCRIPTSHELL_QGRAPHICSOBJECT_H
2 #define QTSCRIPTSHELL_QGRAPHICSOBJECT_H
4 #include <qgraphicsitem.h>
6 #include <QtScript/qscriptvalue.h>
17 bool collidesWithItem(
const QGraphicsItem* other, Qt::ItemSelectionMode mode)
const;
18 bool collidesWithPath(
const QPainterPath& path, Qt::ItemSelectionMode mode)
const;
19 bool contains(
const QPointF& point)
const;
26 bool event(QEvent* arg__1);
28 QVariant
extension(
const QVariant& variant)
const;
37 QVariant
itemChange(QGraphicsItem::GraphicsItemChange change,
const QVariant& value);
45 void paint(QPainter* painter,
const QStyleOptionGraphicsItem*
option, QWidget* widget);
48 QPainterPath
shape()
const;
56 #endif // QTSCRIPTSHELL_QGRAPHICSOBJECT_H