QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QAbstractButton.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QABSTRACTBUTTON_H
2 #define QTSCRIPTSHELL_QABSTRACTBUTTON_H
3 
4 #include <qabstractbutton.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QAbstractButton : public QAbstractButton
9 {
10 public:
11  QtScriptShell_QAbstractButton(QWidget* parent = 0);
13 
14  void actionEvent(QActionEvent* arg__1);
15  void changeEvent(QEvent* e);
16  void checkStateSet();
17  void childEvent(QChildEvent* arg__1);
18  void closeEvent(QCloseEvent* arg__1);
19  void contextMenuEvent(QContextMenuEvent* arg__1);
20  void customEvent(QEvent* arg__1);
21  int devType() const;
22  void dragEnterEvent(QDragEnterEvent* arg__1);
23  void dragLeaveEvent(QDragLeaveEvent* arg__1);
24  void dragMoveEvent(QDragMoveEvent* arg__1);
25  void dropEvent(QDropEvent* arg__1);
26  void enterEvent(QEvent* arg__1);
27  bool event(QEvent* e);
28  bool eventFilter(QObject* arg__1, QEvent* arg__2);
29  void focusInEvent(QFocusEvent* e);
30  bool focusNextPrevChild(bool next);
31  void focusOutEvent(QFocusEvent* e);
32  int heightForWidth(int arg__1) const;
33  void hideEvent(QHideEvent* arg__1);
34  bool hitButton(const QPoint& pos) const;
35  void inputMethodEvent(QInputMethodEvent* arg__1);
36  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
37  void keyPressEvent(QKeyEvent* e);
38  void keyReleaseEvent(QKeyEvent* e);
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* e);
45  void mousePressEvent(QMouseEvent* e);
46  void mouseReleaseEvent(QMouseEvent* e);
47  void moveEvent(QMoveEvent* arg__1);
48  void nextCheckState();
49  QPaintEngine* paintEngine() const;
50  void paintEvent(QPaintEvent* e);
51  void resizeEvent(QResizeEvent* arg__1);
52  void showEvent(QShowEvent* arg__1);
53  QSize sizeHint() const;
54  void tabletEvent(QTabletEvent* arg__1);
55  void timerEvent(QTimerEvent* e);
56  void wheelEvent(QWheelEvent* arg__1);
57 
58  QScriptValue __qtscript_self;
59 };
60 
61 #endif // QTSCRIPTSHELL_QABSTRACTBUTTON_H