QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QGraphicsTextItem.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H
2 #define QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H
3 
4 #include <qgraphicsitem.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QGraphicsTextItem : public QGraphicsTextItem
9 {
10 public:
11  QtScriptShell_QGraphicsTextItem(QGraphicsItem* parent = 0, QGraphicsScene* scene = 0);
12  QtScriptShell_QGraphicsTextItem(const QString& text, QGraphicsItem* parent = 0, QGraphicsScene* scene = 0);
14 
15  void advance(int phase);
16  QRectF boundingRect() const;
17  void childEvent(QChildEvent* arg__1);
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;
21  void contextMenuEvent(QGraphicsSceneContextMenuEvent* event);
22  void customEvent(QEvent* arg__1);
23  void dragEnterEvent(QGraphicsSceneDragDropEvent* event);
24  void dragLeaveEvent(QGraphicsSceneDragDropEvent* event);
25  void dragMoveEvent(QGraphicsSceneDragDropEvent* event);
26  void dropEvent(QGraphicsSceneDragDropEvent* event);
27  bool event(QEvent* arg__1);
28  bool eventFilter(QObject* arg__1, QEvent* arg__2);
29  QVariant extension(const QVariant& variant) const;
30  void focusInEvent(QFocusEvent* event);
31  void focusOutEvent(QFocusEvent* event);
32  void hoverEnterEvent(QGraphicsSceneHoverEvent* event);
33  void hoverLeaveEvent(QGraphicsSceneHoverEvent* event);
34  void hoverMoveEvent(QGraphicsSceneHoverEvent* event);
35  void inputMethodEvent(QInputMethodEvent* event);
36  QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
37  bool isObscuredBy(const QGraphicsItem* item) const;
38  QVariant itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant& value);
39  void keyPressEvent(QKeyEvent* event);
40  void keyReleaseEvent(QKeyEvent* event);
41  void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event);
42  void mouseMoveEvent(QGraphicsSceneMouseEvent* event);
43  void mousePressEvent(QGraphicsSceneMouseEvent* event);
44  void mouseReleaseEvent(QGraphicsSceneMouseEvent* event);
45  QPainterPath opaqueArea() const;
46  void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget);
47  bool sceneEvent(QEvent* event);
48  bool sceneEventFilter(QGraphicsItem* watched, QEvent* event);
49  QPainterPath shape() const;
50  void timerEvent(QTimerEvent* arg__1);
51  int type() const;
52  void wheelEvent(QGraphicsSceneWheelEvent* event);
53 
54  QScriptValue __qtscript_self;
55 };
56 
57 #endif // QTSCRIPTSHELL_QGRAPHICSTEXTITEM_H