36 #include "../api_gui.h"
37 #include "../gui_component.h"
73 int get_value()
const;
78 float get_value_float()
const;
93 float get_min_float()
const;
98 float get_max_float()
const;
103 bool get_floating_point_mode()
const;
113 void set_value(
int value);
118 void set_value_float(
float value);
124 void set_ranges(
int min,
int max);
130 void set_ranges_float(
float min,
float max);
135 void set_step_size(
int step_size);
140 void set_step_size_float(
float step_size);
145 void set_number_of_decimal_places(
int decimal_places);
150 void set_floating_point_mode(
bool use_floating_point);
166 CL_SharedPtr<CL_Spin_Impl> impl;