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