nux-1.16.0
|
Public Types | |
typedef Property< VALUE_TYPE > | Base |
typedef type::PropertyTrait < VALUE_TYPE > | TraitType |
typedef TraitType::ValueType | ValueType |
Public Member Functions | |
SerializableProperty (Introspectable *owner, std::string const &name) | |
SerializableProperty (Introspectable *owner, std::string const &name, VALUE_TYPE const &initial) | |
virtual bool | SetValue (std::string const &serialized_form) |
virtual std::string | GetSerializedValue () const |
VALUE_TYPE | operator= (VALUE_TYPE const &value) |
Definition at line 229 of file Property.h.