QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QGraphicsView.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QGRAPHICSVIEW_H
2 #define QTSCRIPTSHELL_QGRAPHICSVIEW_H
3 
4 #include <qgraphicsview.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QGraphicsView : public QGraphicsView
9 {
10 public:
11  QtScriptShell_QGraphicsView(QGraphicsScene* scene, QWidget* parent = 0);
12  QtScriptShell_QGraphicsView(QWidget* parent = 0);
14 
15  void actionEvent(QActionEvent* arg__1);
16  void changeEvent(QEvent* arg__1);
17  void childEvent(QChildEvent* arg__1);
18  void closeEvent(QCloseEvent* arg__1);
19  void contextMenuEvent(QContextMenuEvent* event);
20  void customEvent(QEvent* arg__1);
21  int devType() const;
22  void dragEnterEvent(QDragEnterEvent* event);
23  void dragLeaveEvent(QDragLeaveEvent* event);
24  void dragMoveEvent(QDragMoveEvent* event);
25  void drawBackground(QPainter* painter, const QRectF& rect);
26  void drawForeground(QPainter* painter, const QRectF& rect);
27  void drawItems(QPainter* painter, int numItems, QGraphicsItem** items, const QStyleOptionGraphicsItem* options);
28  void dropEvent(QDropEvent* event);
29  void enterEvent(QEvent* arg__1);
30  bool event(QEvent* event);
31  bool eventFilter(QObject* arg__1, QEvent* arg__2);
32  void focusInEvent(QFocusEvent* event);
33  bool focusNextPrevChild(bool next);
34  void focusOutEvent(QFocusEvent* event);
35  int heightForWidth(int arg__1) const;
36  void hideEvent(QHideEvent* arg__1);
37  void inputMethodEvent(QInputMethodEvent* event);
38  QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
39  void keyPressEvent(QKeyEvent* event);
40  void keyReleaseEvent(QKeyEvent* event);
41  void languageChange();
42  void leaveEvent(QEvent* arg__1);
43  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
44  void mouseDoubleClickEvent(QMouseEvent* event);
45  void mouseMoveEvent(QMouseEvent* event);
46  void mousePressEvent(QMouseEvent* event);
47  void mouseReleaseEvent(QMouseEvent* event);
48  void moveEvent(QMoveEvent* arg__1);
49  QPaintEngine* paintEngine() const;
50  void paintEvent(QPaintEvent* event);
51  void resizeEvent(QResizeEvent* event);
52  void scrollContentsBy(int dx, int dy);
53  void showEvent(QShowEvent* event);
54  void tabletEvent(QTabletEvent* arg__1);
55  void timerEvent(QTimerEvent* arg__1);
56  bool viewportEvent(QEvent* event);
57  void wheelEvent(QWheelEvent* event);
58 
59  QScriptValue __qtscript_self;
60 };
61 
62 #endif // QTSCRIPTSHELL_QGRAPHICSVIEW_H