Turn almost all Listeners into abstract interfaces
This commit is contained in:
@@ -112,9 +112,8 @@ void Vignetting::setDefaults (const ProcParams* defParams, const ParamsEdited* p
|
||||
}
|
||||
}
|
||||
|
||||
void Vignetting::adjusterChanged (Adjuster* a, double newval)
|
||||
void Vignetting::adjusterChanged(Adjuster* a, double newval)
|
||||
{
|
||||
|
||||
if (listener) {
|
||||
if (a == amount) {
|
||||
listener->panelChanged (EvVignettingAmount, amount->getTextValue());
|
||||
@@ -128,6 +127,10 @@ void Vignetting::adjusterChanged (Adjuster* a, double newval)
|
||||
}
|
||||
}
|
||||
|
||||
void Vignetting::adjusterAutoToggled(Adjuster* a, bool newval)
|
||||
{
|
||||
}
|
||||
|
||||
void Vignetting::setAdjusterBehavior (bool amountadd, bool radiusadd, bool strengthadd, bool centeradd)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user