Inheritance diagram for osgIntrospection::PropertySetter:

Public Member Functions | |
| virtual void | set (Value &, ValueList &, const Value &) const |
| virtual void | set (Value &, const Value &) const |
| virtual void | set (Value &, int, const Value &) const |
| virtual | ~PropertySetter () |
Descendants may override one or more of the set() methods to provide the means for setting the value of a property. The first version of set() is used with indexed properties, the second one serves simple properties and the last one is used with array properties.
|
|
|
|
||||||||||||||||
|
Reimplemented in osgIntrospection::StdVectorReflector< T, VT >::Setter, and osgIntrospection::StdListReflector< T, VT >::Setter. |
|
||||||||||||
|
Reimplemented in osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor. |
|
||||||||||||||||
|
|