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