QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_AbstractBackend.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_ABSTRACTBACKEND_H
2 #define QTSCRIPTSHELL_ABSTRACTBACKEND_H
3 
4 #include <backendinterface.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_AbstractBackend : public Phonon::BackendInterface
9 {
10 public:
13 
14  QStringList availableMimeTypes() const;
15  bool connectNodes(QObject* arg__1, QObject* arg__2);
16  QObject* createObject(Phonon::BackendInterface::Class c, QObject* parent, const QList<QVariant >& args = QList<QVariant>());
17  bool disconnectNodes(QObject* arg__1, QObject* arg__2);
18  bool endConnectionChange(QSet<QObject* > arg__1);
19  QList<int > objectDescriptionIndexes(Phonon::ObjectDescriptionType type) const;
20  QHash<QByteArray , QVariant > objectDescriptionProperties(Phonon::ObjectDescriptionType type, int index) const;
21  bool startConnectionChange(QSet<QObject* > arg__1);
22 
23  QScriptValue __qtscript_self;
24 };
25 
26 #endif // QTSCRIPTSHELL_ABSTRACTBACKEND_H