#include <medianode.h>
Definition at line 39 of file medianode.h.
Public Member Functions | |
virtual | ~MediaNode () |
bool | isValid () const |
Tells whether the backend provides an implementation of this class. More... | |
QList< Path > | inputPaths () const |
QList< Path > | outputPaths () const |
Protected Member Functions | |
MediaNode (MediaNodePrivate &dd) | |
Protected Attributes | |
MediaNodePrivate *const | k_ptr |
Friends | |
class | Path |
class | PathPrivate |
PHONON_EXPORT Path | createPath (MediaNode *source, MediaNode *sink) |
|
virtual |
|
protected |
bool isValid | ( | ) | const |
Tells whether the backend provides an implementation of this class.
true
if backend provides an implementation false
if the object is not implemented by the backend
|
friend |
Definition at line 41 of file medianode.h.
|
friend |
Definition at line 42 of file medianode.h.
|
friend |
|
protected |
Definition at line 61 of file medianode.h.