QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_AbstractAudioOutput.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_ABSTRACTAUDIOOUTPUT_H
2 #define QTSCRIPTSHELL_ABSTRACTAUDIOOUTPUT_H
3 
4 #include <abstractaudiooutput.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_AbstractAudioOutput : public Phonon::AbstractAudioOutput
9 {
10 public:
12 
13  void childEvent(QChildEvent* arg__1);
14  void customEvent(QEvent* arg__1);
15  bool event(QEvent* arg__1);
16  bool eventFilter(QObject* arg__1, QEvent* arg__2);
17  void timerEvent(QTimerEvent* arg__1);
18 
19  QScriptValue __qtscript_self;
20 };
21 
22 #endif // QTSCRIPTSHELL_ABSTRACTAUDIOOUTPUT_H