35 #include "../View/view.h" 95 std::shared_ptr<SpinView_Impl> impl;
void set_step_size(double step_size)
Set step size.
View for an area of the user interface.
Definition: view.h:61
std::function< void()> & func_value_changed()
Func value changed.
std::shared_ptr< View > button_increment() const
double maximum() const
Get Max.
SpinView component.
Definition: spin_view.h:42
double minimum() const
Get Min.
void set_value(double value)
Set value.
A min(A a, B b)
Definition: cl_math.h:58
double value() const
Get Value.
void set_number_of_decimal_places(int decimal_places)
Set number of decimal places.
A max(A a, B b)
Definition: cl_math.h:59
void set_ranges(double min, double max)
Set ranges.
std::shared_ptr< View > button_decrement() const