#ifndef PYTHONQTWRAPPER_QGRAPHICSSIMPLETEXTITEM_H #define PYTHONQTWRAPPER_QGRAPHICSSIMPLETEXTITEM_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QGraphicsSimpleTextItem : public QObject { Q_OBJECT public: Q_ENUMS(enum_1 ) enum enum_1{ Type = QGraphicsSimpleTextItem::Type}; public slots: QGraphicsSimpleTextItem* new_QGraphicsSimpleTextItem(QGraphicsItem* parent = 0, QGraphicsScene* scene = 0); QGraphicsSimpleTextItem* new_QGraphicsSimpleTextItem(const QString& text, QGraphicsItem* parent = 0, QGraphicsScene* scene = 0); void delete_QGraphicsSimpleTextItem(QGraphicsSimpleTextItem* obj) { delete obj; } QRectF boundingRect(QGraphicsSimpleTextItem* theWrappedObject) const; bool contains(QGraphicsSimpleTextItem* theWrappedObject, const QPointF& point) const; QFont font(QGraphicsSimpleTextItem* theWrappedObject) const; bool isObscuredBy(QGraphicsSimpleTextItem* theWrappedObject, const QGraphicsItem* item) const; QPainterPath opaqueArea(QGraphicsSimpleTextItem* theWrappedObject) const; void paint(QGraphicsSimpleTextItem* theWrappedObject, QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget); void setFont(QGraphicsSimpleTextItem* theWrappedObject, const QFont& font); void setText(QGraphicsSimpleTextItem* theWrappedObject, const QString& text); QPainterPath shape(QGraphicsSimpleTextItem* theWrappedObject) const; QString text(QGraphicsSimpleTextItem* theWrappedObject) const; int type(QGraphicsSimpleTextItem* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QGRAPHICSSIMPLETEXTITEM_H