phonon/effectinterface.h Source File
Go to the documentation of this file.
23 #ifndef PHONON_EFFECTINTERFACE_H
24 #define PHONON_EFFECTINTERFACE_H
27 #include <QtCore/QVariant>
32 #ifndef QT_NO_PHONON_EFFECT
36 class EffectParameter;
63 #endif //QT_NO_PHONON_EFFECT
68 #endif // PHONON_EFFECTINTERFACE_H
Interface for Effect objects.
#define QT_BEGIN_NAMESPACE
This class describes one parameter of an effect.
virtual QList< EffectParameter > parameters() const =0
Returns the EffectParameter objects to describe the parameters of this effect.
virtual void setParameterValue(const EffectParameter &, const QVariant &newValue)=0
Sets the value for the selected parameter.
The KDE Multimedia classes.
virtual ~EffectInterface()
virtual QVariant parameterValue(const EffectParameter &) const =0
Returns the value for the selected parameter.