Phonon
effectparameter.cpp
This class describes one parameter of an effect.
Definition effectparameter.h:48
bool isLogarithmicControl() const
Returns whether the parameter should be displayed using a logarithmic scale.
Definition effectparameter.cpp:96
bool operator==(const EffectParameter &rhs) const
Definition effectparameter.cpp:76
QVariantList possibleValues() const
The possible values to be used for the control to edit the parameter.
Definition effectparameter.cpp:109
QVariant minimumValue() const
The minimum value to be used for the control to edit the parameter.
Definition effectparameter.cpp:114
QVariant maximumValue() const
The maximum value to be used for the control to edit the parameter.
Definition effectparameter.cpp:119
bool operator>(const EffectParameter &rhs) const
Definition effectparameter.cpp:81
const QString & description() const
The parameter may come with a description (LADSPA doesn't have a field for this, so don't expect many...
Definition effectparameter.cpp:91
bool operator<(const EffectParameter &rhs) const
Definition effectparameter.cpp:71
QExplicitlySharedDataPointer< EffectParameterPrivate > d
The data is implicitly shared.
Definition effectparameter.h:215
KCALENDARCORE_EXPORT size_t qHash(const KCalendarCore::Period &key, size_t seed=0)
Type
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.