Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Inherits Rapicorn::Aida::Property.
Public Member Functions | |
PropertyBool (void(Class::*csetter)(bool), bool(Class::*cgetter)() const, const char *cident, const char *clabel, const char *cblurb, 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 | |
void(Class::* | setter )(bool) |
bool(Class::* | getter )() const |