Turn almost all Listeners into abstract interfaces
This commit is contained in:
@@ -363,7 +363,7 @@ void ICCProfileCreator::updateICCVersion()
|
||||
}
|
||||
}
|
||||
|
||||
void ICCProfileCreator::adjusterChanged (Adjuster* a, double newval)
|
||||
void ICCProfileCreator::adjusterChanged(Adjuster* a, double newval)
|
||||
{
|
||||
if (a == aPrimariesRedX || a == aPrimariesRedY ||
|
||||
a == aPrimariesGreenX || a == aPrimariesGreenY ||
|
||||
@@ -382,6 +382,10 @@ void ICCProfileCreator::adjusterChanged (Adjuster* a, double newval)
|
||||
}
|
||||
}
|
||||
|
||||
void ICCProfileCreator::adjusterAutoToggled(Adjuster* a, bool newval)
|
||||
{
|
||||
}
|
||||
|
||||
void ICCProfileCreator::primariesChanged()
|
||||
{
|
||||
if (primaries->get_active_row_number() > 0) {
|
||||
|
Reference in New Issue
Block a user