Turn almost all Listeners into abstract interfaces
This commit is contained in:
@@ -174,7 +174,7 @@ void XTransProcess::setDefaults(const rtengine::procparams::ProcParams* defParam
|
||||
}
|
||||
}
|
||||
|
||||
void XTransProcess::adjusterChanged (Adjuster* a, double newval)
|
||||
void XTransProcess::adjusterChanged(Adjuster* a, double newval)
|
||||
{
|
||||
if (listener) {
|
||||
if (a == ccSteps) {
|
||||
@@ -185,6 +185,10 @@ void XTransProcess::adjusterChanged (Adjuster* a, double newval)
|
||||
}
|
||||
}
|
||||
|
||||
void XTransProcess::adjusterAutoToggled(Adjuster* a, bool newval)
|
||||
{
|
||||
}
|
||||
|
||||
void XTransProcess::methodChanged ()
|
||||
{
|
||||
const int curSelection = method->get_active_row_number();
|
||||
|
Reference in New Issue
Block a user