Phonon
effectparameter.h
227inline uint qHash(const Phonon::EffectParameter ¶m) { return Phonon::qHash(param); } //krazy:exclude=inline
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
@ ToggledHint
If this hint is set it means that the control has only two states: zero and non-zero.
Definition effectparameter.h:158
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
Type
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.