1 #ifndef QTSCRIPTSHELL_PLATFORMPLUGIN_H
2 #define QTSCRIPTSHELL_PLATFORMPLUGIN_H
4 #include <platformplugin.h>
6 #include <QtScript/qscriptvalue.h>
18 QList<QPair<QByteArray , QString > >
deviceAccessListFor(
const Phonon::AudioOutputDevice& arg__1)
const;
19 QIcon
icon(
const QString& name)
const;
21 qreal
loadVolume(
const QString& outputName)
const;
22 void notification(
const char* notificationName,
const QString& text,
const QStringList& actions = QStringList(), QObject* receiver = 0,
const char* actionSlot = 0)
const;
25 void saveVolume(
const QString& outputName, qreal volume);
30 #endif // QTSCRIPTSHELL_PLATFORMPLUGIN_H