QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_VideoWidget.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_VIDEOWIDGET_H
2 #define QTSCRIPTSHELL_VIDEOWIDGET_H
3 
4 #include <videowidget.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_VideoWidget : public Phonon::VideoWidget
9 {
10 public:
11  QtScriptShell_VideoWidget(QWidget* parent = 0);
13 
14  void actionEvent(QActionEvent* arg__1);
15  void changeEvent(QEvent* arg__1);
16  void childEvent(QChildEvent* arg__1);
17  void closeEvent(QCloseEvent* arg__1);
18  void contextMenuEvent(QContextMenuEvent* arg__1);
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* arg__1);
27  bool eventFilter(QObject* arg__1, QEvent* arg__2);
28  void focusInEvent(QFocusEvent* arg__1);
29  bool focusNextPrevChild(bool next);
30  void focusOutEvent(QFocusEvent* arg__1);
31  int heightForWidth(int arg__1) const;
32  void hideEvent(QHideEvent* arg__1);
33  void inputMethodEvent(QInputMethodEvent* arg__1);
34  QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
35  void keyPressEvent(QKeyEvent* arg__1);
36  void keyReleaseEvent(QKeyEvent* arg__1);
37  void languageChange();
38  void leaveEvent(QEvent* arg__1);
39  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
40  QSize minimumSizeHint() const;
41  void mouseDoubleClickEvent(QMouseEvent* arg__1);
42  void mouseMoveEvent(QMouseEvent* arg__1);
43  void mousePressEvent(QMouseEvent* arg__1);
44  void mouseReleaseEvent(QMouseEvent* arg__1);
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  QSize sizeHint() const;
51  void tabletEvent(QTabletEvent* arg__1);
52  void timerEvent(QTimerEvent* arg__1);
53  void wheelEvent(QWheelEvent* arg__1);
54 
55  QScriptValue __qtscript_self;
56 };
57 
58 #endif // QTSCRIPTSHELL_VIDEOWIDGET_H