Backend Class
(Phonon::DS9::Backend)
Inherits: QObject.
Public Functions
Reimplemented Public Functions
- 31 public functions inherited from QObject
Signals
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 11 static public members inherited from QObject
- 9 protected functions inherited from QObject
Member Function Documentation
Backend::Backend(QObject * parent = 0, const QVariantList & = QVariantList())
Backend::~Backend() [virtual]
QStringList Backend::availableMimeTypes() const [virtual]
bool Backend::connectNodes(QObject *, QObject *) [virtual]
QObject * Backend::createObject(Phonon::BackendInterface::Class, QObject * parent, const QList<QVariant> & args)
bool Backend::disconnectNodes(QObject *, QObject *) [virtual]
bool Backend::endConnectionChange(QSet<QObject *>) [virtual]
Filter Backend::getAudioOutputFilter(int index) const
void Backend::objectDescriptionChanged(ObjectDescriptionType) [signal]
QList<int> Backend::objectDescriptionIndexes(Phonon::ObjectDescriptionType type) const
QHash<QByteArray, QVariant> Backend::objectDescriptionProperties(Phonon::ObjectDescriptionType type, int index) const
bool Backend::startConnectionChange(QSet<QObject *>) [virtual]
bool Backend::supportsVideo() const
|