15 #ifndef GUI_WIDGETS_INTEGER_SELECTOR_HPP_INCLUDED
16 #define GUI_WIDGETS_INTEGER_SELECTOR_HPP_INCLUDED
virtual int get_maximum_value() const =0
Gets the maximum value.
virtual int get_minimum_value() const =0
Gets the minimum value.
Small abstract helper class.
A class inherited from ttext_box that displays its input as stars.
GLsizei const GLfloat * value
virtual void set_value(const int value)=0
Sets the selected value.
virtual void set_minimum_value(const int value)=0
Sets the minimum value.
virtual int get_value() const =0
Gets the selected value.
virtual void set_maximum_value(const int value)=0
Sets the maximum value.
virtual ~tinteger_selector_()