QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QPushButton.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QPUSHBUTTON_H
2 #define QTSCRIPTSHELL_QPUSHBUTTON_H
3 
4 #include <qpushbutton.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QPushButton : public QPushButton
9 {
10 public:
11  QtScriptShell_QPushButton(QWidget* parent = 0);
12  QtScriptShell_QPushButton(const QIcon& icon, const QString& text, QWidget* parent = 0);
13  QtScriptShell_QPushButton(const QString& text, QWidget* parent = 0);
15 
16  void actionEvent(QActionEvent* arg__1);
17  void changeEvent(QEvent* e);
18  void checkStateSet();
19  void childEvent(QChildEvent* arg__1);
20  void closeEvent(QCloseEvent* arg__1);
21  void contextMenuEvent(QContextMenuEvent* arg__1);
22  void customEvent(QEvent* arg__1);
23  int devType() const;
24  void dragEnterEvent(QDragEnterEvent* arg__1);
25  void dragLeaveEvent(QDragLeaveEvent* arg__1);
26  void dragMoveEvent(QDragMoveEvent* arg__1);
27  void dropEvent(QDropEvent* arg__1);
28  void enterEvent(QEvent* arg__1);
29  bool event(QEvent* e);
30  bool eventFilter(QObject* arg__1, QEvent* arg__2);
31  void focusInEvent(QFocusEvent* arg__1);
32  bool focusNextPrevChild(bool next);
33  void focusOutEvent(QFocusEvent* arg__1);
34  int heightForWidth(int arg__1) const;
35  void hideEvent(QHideEvent* arg__1);
36  bool hitButton(const QPoint& pos) const;
37  void inputMethodEvent(QInputMethodEvent* arg__1);
38  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
39  void keyPressEvent(QKeyEvent* arg__1);
40  void keyReleaseEvent(QKeyEvent* e);
41  void languageChange();
42  void leaveEvent(QEvent* arg__1);
43  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
44  void mouseDoubleClickEvent(QMouseEvent* arg__1);
45  void mouseMoveEvent(QMouseEvent* e);
46  void mousePressEvent(QMouseEvent* e);
47  void mouseReleaseEvent(QMouseEvent* e);
48  void moveEvent(QMoveEvent* arg__1);
49  void nextCheckState();
50  QPaintEngine* paintEngine() const;
51  void paintEvent(QPaintEvent* arg__1);
52  void resizeEvent(QResizeEvent* arg__1);
53  void showEvent(QShowEvent* arg__1);
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_QPUSHBUTTON_H