QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QGLWidget.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QGLWIDGET_H
2 #define QTSCRIPTSHELL_QGLWIDGET_H
3 
4 #include <qgl.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QGLWidget : public QGLWidget
9 {
10 public:
11  QtScriptShell_QGLWidget(QGLContext* context, QWidget* parent = 0, const QGLWidget* shareWidget = 0, Qt::WindowFlags f = 0);
12  QtScriptShell_QGLWidget(QWidget* parent = 0, const QGLWidget* shareWidget = 0, Qt::WindowFlags f = 0);
13  QtScriptShell_QGLWidget(const QGLFormat& format, QWidget* parent = 0, const QGLWidget* shareWidget = 0, Qt::WindowFlags f = 0);
15 
16  void actionEvent(QActionEvent* arg__1);
17  void changeEvent(QEvent* arg__1);
18  void childEvent(QChildEvent* arg__1);
19  void closeEvent(QCloseEvent* arg__1);
20  void contextMenuEvent(QContextMenuEvent* arg__1);
21  void customEvent(QEvent* arg__1);
22  int devType() const;
23  void dragEnterEvent(QDragEnterEvent* arg__1);
24  void dragLeaveEvent(QDragLeaveEvent* arg__1);
25  void dragMoveEvent(QDragMoveEvent* arg__1);
26  void dropEvent(QDropEvent* arg__1);
27  void enterEvent(QEvent* arg__1);
28  bool event(QEvent* arg__1);
29  bool eventFilter(QObject* arg__1, QEvent* arg__2);
30  void focusInEvent(QFocusEvent* arg__1);
31  bool focusNextPrevChild(bool next);
32  void focusOutEvent(QFocusEvent* arg__1);
33  void glDraw();
34  void glInit();
35  int heightForWidth(int arg__1) const;
36  void hideEvent(QHideEvent* arg__1);
37  void initializeGL();
38  void initializeOverlayGL();
39  void inputMethodEvent(QInputMethodEvent* arg__1);
40  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
41  void keyPressEvent(QKeyEvent* arg__1);
42  void keyReleaseEvent(QKeyEvent* arg__1);
43  void languageChange();
44  void leaveEvent(QEvent* arg__1);
45  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
46  QSize minimumSizeHint() const;
47  void mouseDoubleClickEvent(QMouseEvent* arg__1);
48  void mouseMoveEvent(QMouseEvent* arg__1);
49  void mousePressEvent(QMouseEvent* arg__1);
50  void mouseReleaseEvent(QMouseEvent* arg__1);
51  void moveEvent(QMoveEvent* arg__1);
52  QPaintEngine* paintEngine() const;
53  void paintEvent(QPaintEvent* arg__1);
54  void paintGL();
55  void paintOverlayGL();
56  void resizeEvent(QResizeEvent* arg__1);
57  void resizeGL(int w, int h);
58  void resizeOverlayGL(int w, int h);
59  void showEvent(QShowEvent* arg__1);
60  QSize sizeHint() const;
61  void tabletEvent(QTabletEvent* arg__1);
62  void timerEvent(QTimerEvent* arg__1);
63  void updateGL();
64  void updateOverlayGL();
65  void wheelEvent(QWheelEvent* arg__1);
66 
67  QScriptValue __qtscript_self;
68 };
69 
70 #endif // QTSCRIPTSHELL_QGLWIDGET_H