GUI: interfaces and argument types: DoubleDescriptor ---> DoubleProperty
Compare changes
Interfaces of accepting functions are changed from DoubleDescriptor
to DoubleProperty
. Not everywhere, so one more MR will continue this work.
Steps of Descriptor
refactoring:
set()
and get()
of DoubleDescriptor
Descriptor
functionality to Property
Property
instead of Descriptor
Descriptor
from codeProperty
Property
macro definitions like DOUBLE_PROPERTY(intensity, Intensity)
by explicit member with setter and getterThis MR does 3 for DoubleDescriptor