Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Inherits Rapicorn::Aida::Property.
Public Member Functions | |
PropertyRange (void(Class::*csetter)(Type), Type(Class::*cgetter)() const, const char *cident, const char *clabel, const char *cblurb, Type cminimum_value, Type cmaximum_value, Type cstepping, const char *chints) | |
virtual void | set_value (PropertyHostInterface &obj, const String &svalue) |
virtual String | get_value (PropertyHostInterface &obj) |
virtual bool | get_range (PropertyHostInterface &obj, double &minimum, double &maximum, double &stepping) |
Public Attributes | |
Type | minimum_value |
Type | maximum_value |
Type | stepping |
void(Class::* | setter )(Type) |
Type(Class::* | getter )() const |