Phonon::EffectInterface
Phonon::EffectInterface Class Referenceabstract
#include <phonon/EffectInterface>
Public Member Functions | |
virtual QList< EffectParameter > | parameters () const =0 |
virtual QVariant | parameterValue (const EffectParameter &) const =0 |
virtual void | setParameterValue (const EffectParameter &, const QVariant &newValue)=0 |
Detailed Description
Interface for Effect objects.
Definition at line 40 of file effectinterface.h.
Constructor & Destructor Documentation
◆ ~EffectInterface()
|
inlinevirtual |
Definition at line 43 of file effectinterface.h.
Member Function Documentation
◆ parameters()
|
pure virtual |
Returns the EffectParameter objects to describe the parameters of this effect.
◆ parameterValue()
|
pure virtual |
Returns the value for the selected parameter.
◆ setParameterValue()
|
pure virtual |
Sets the value for the selected parameter.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.