1 #ifndef QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H
2 #define QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H
4 #include <qgraphicsitem.h>
6 #include <QtScript/qscriptvalue.h>
18 bool collidesWithItem(
const QGraphicsItem* other, Qt::ItemSelectionMode mode)
const;
19 bool collidesWithPath(
const QPainterPath& path, Qt::ItemSelectionMode mode)
const;
20 bool contains(
const QPointF& point)
const;
27 bool event(QEvent* arg__1);
29 QVariant
extension(
const QVariant& variant)
const;
38 QVariant
itemChange(QGraphicsItem::GraphicsItemChange change,
const QVariant& value);
46 void paint(QPainter* painter,
const QStyleOptionGraphicsItem*
option, QWidget* widget);
49 QPainterPath
shape()
const;
57 #endif // QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H