phonon/path.h Source File
Go to the documentation of this file.
29 #include <QtCore/QExplicitlySharedDataPointer>
34 template<
class T>
class QList;
65 friend class FactoryPrivate;
102 #ifndef QT_NO_PHONON_EFFECT
147 bool insertEffect(
Effect *newEffect,
Effect *insertBefore = 0);
164 bool removeEffect(
Effect *effect);
177 #endif //QT_NO_PHONON_EFFECT
221 friend class PathPrivate;
243 #endif // PHONON_PATH_H
GLsizei GLsizei GLchar * source
GLsizei GLenum GLboolean sink
bool operator==(const Attribute &cA, const AttributeInstance< type > &cB)
This operator compares the two attributes and NOT their values.
#define QT_BEGIN_NAMESPACE
Provides a tuple of enduser visible name and description.
bool operator!=(const QByteArray &a1, const QByteArray &a2)
Effects that can be inserted into a Path.
The KDE Multimedia classes.
QExplicitlySharedDataPointer< PathPrivate > d
Connection object providing convenient effect insertion.