46 #include <QtCore/QSet> 47 #include <QtCore/QSettings> 48 #include <QtCore/QStringList> 49 #include <QtCore/QVariant> 51 #include <QtCore/QtPlugin> 67 case MediaObjectClass:
69 case AudioOutputClass:
78 if (type == Phonon::AudioOutputDeviceType)
87 if (type == Phonon::AudioOutputDeviceType)
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
bool endConnectionChange(QSet< QObject *> connection)
T * qobject_cast(QObject *object)
The QHash class is a template class that provides a hash-table-based dictionary.
The QObject class is the base class of all Qt objects.
The QStringList class provides a list of strings.
QObject * createObject(Phonon::BackendInterface::Class, QObject *parent, const QList< QVariant > &args)
bool disconnectNodes(QObject *node1, QObject *node2)
QList< int > objectDescriptionIndexes(Phonon::ObjectDescriptionType type) const
QObject * parent() const
Returns a pointer to the parent object.
QHash< QByteArray, QVariant > objectDescriptionProperties(Phonon::ObjectDescriptionType type, int index) const
QStringList availableMimeTypes() const
bool startConnectionChange(QSet< QObject *> connection)
AVBackend(QObject *parent=0)
bool connectNodes(QObject *node1, QObject *node2)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
#define Q_EXPORT_PLUGIN2(PLUGIN, PLUGINCLASS)