QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QLabel.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QLABEL_H
2 #define QTSCRIPTSHELL_QLABEL_H
3 
4 #include <qlabel.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QLabel : public QLabel
9 {
10 public:
11  QtScriptShell_QLabel(QWidget* parent = 0, Qt::WindowFlags f = 0);
12  QtScriptShell_QLabel(const QString& text, QWidget* parent = 0, Qt::WindowFlags f = 0);
14 
15  void actionEvent(QActionEvent* arg__1);
16  void changeEvent(QEvent* arg__1);
17  void childEvent(QChildEvent* arg__1);
18  void closeEvent(QCloseEvent* arg__1);
19  void contextMenuEvent(QContextMenuEvent* ev);
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* ev);
30  bool focusNextPrevChild(bool next);
31  void focusOutEvent(QFocusEvent* ev);
32  int heightForWidth(int arg__1) const;
33  void hideEvent(QHideEvent* arg__1);
34  void inputMethodEvent(QInputMethodEvent* arg__1);
35  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
36  void keyPressEvent(QKeyEvent* ev);
37  void keyReleaseEvent(QKeyEvent* arg__1);
38  void languageChange();
39  void leaveEvent(QEvent* arg__1);
40  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
41  void mouseDoubleClickEvent(QMouseEvent* arg__1);
42  void mouseMoveEvent(QMouseEvent* ev);
43  void mousePressEvent(QMouseEvent* ev);
44  void mouseReleaseEvent(QMouseEvent* ev);
45  void moveEvent(QMoveEvent* arg__1);
46  QPaintEngine* paintEngine() const;
47  void paintEvent(QPaintEvent* arg__1);
48  void resizeEvent(QResizeEvent* arg__1);
49  void showEvent(QShowEvent* arg__1);
50  void tabletEvent(QTabletEvent* arg__1);
51  void timerEvent(QTimerEvent* arg__1);
52  void wheelEvent(QWheelEvent* arg__1);
53 
54  QScriptValue __qtscript_self;
55 };
56 
57 #endif // QTSCRIPTSHELL_QLABEL_H