Small abstract helper class.
virtual int get_maximum_value() const =0
Gets the maximum value.
virtual int get_minimum_value() const =0
Gets the minimum value.
virtual int get_value() const =0
Gets the selected value.
virtual void set_value(int value)=0
Sets the selected value.
virtual ~integer_selector()