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