QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QDialogButtonBox.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QDIALOGBUTTONBOX_H
2 #define QTSCRIPTSHELL_QDIALOGBUTTONBOX_H
3 
4 #include <qdialogbuttonbox.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QDialogButtonBox : public QDialogButtonBox
9 {
10 public:
11  QtScriptShell_QDialogButtonBox(QDialogButtonBox::StandardButtons buttons, Qt::Orientation orientation = Qt::Horizontal, QWidget* parent = 0);
12  QtScriptShell_QDialogButtonBox(QWidget* parent = 0);
13  QtScriptShell_QDialogButtonBox(Qt::Orientation orientation, QWidget* parent = 0);
15 
16  void actionEvent(QActionEvent* arg__1);
17  void changeEvent(QEvent* event);
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* event);
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  int heightForWidth(int arg__1) const;
34  void hideEvent(QHideEvent* arg__1);
35  void inputMethodEvent(QInputMethodEvent* arg__1);
36  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
37  void keyPressEvent(QKeyEvent* arg__1);
38  void keyReleaseEvent(QKeyEvent* arg__1);
39  void languageChange();
40  void leaveEvent(QEvent* arg__1);
41  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
42  QSize minimumSizeHint() const;
43  void mouseDoubleClickEvent(QMouseEvent* arg__1);
44  void mouseMoveEvent(QMouseEvent* arg__1);
45  void mousePressEvent(QMouseEvent* arg__1);
46  void mouseReleaseEvent(QMouseEvent* arg__1);
47  void moveEvent(QMoveEvent* arg__1);
48  QPaintEngine* paintEngine() const;
49  void paintEvent(QPaintEvent* arg__1);
50  void resizeEvent(QResizeEvent* arg__1);
51  void showEvent(QShowEvent* arg__1);
52  QSize sizeHint() const;
53  void tabletEvent(QTabletEvent* arg__1);
54  void timerEvent(QTimerEvent* arg__1);
55  void wheelEvent(QWheelEvent* arg__1);
56 
57  QScriptValue __qtscript_self;
58 };
59 
60 #endif // QTSCRIPTSHELL_QDIALOGBUTTONBOX_H