35 #include "../View/view.h"
39 class SpinBaseView_Impl;
92 std::shared_ptr<SpinBaseView_Impl> impl;
A min(A a, B b)
Definition: cl_math.h:55
void set_value(double value)
Set value.
double maximum() const
Get Max.
std::shared_ptr< View > button_increment() const
double minimum() const
Get Min.
A max(A a, B b)
Definition: cl_math.h:56
void set_ranges(double min, double max)
Set ranges.
void set_step_size(double step_size)
Set step size.
std::shared_ptr< View > button_decrement() const
View for an area of the user interface.
Definition: view.h:68
SpinBaseView component.
Definition: spin_view.h:42
double value() const
Get Value.
Definition: Application/application.h:35
void set_number_of_decimal_places(int decimal_places)
Set number of decimal places.