|
OpenSceneGraph 2.8.3
|
Base struct for custom property setters. More...

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 () |
Base struct for custom property setters.
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.
| virtual osgIntrospection::PropertySetter::~PropertySetter | ( | ) | [inline, virtual] |
| virtual void osgIntrospection::PropertySetter::set | ( | Value & | , |
| ValueList & | , | ||
| const Value & | |||
| ) | const [inline, virtual] |
References osgIntrospection::PropertyAccessException::ISET.
| Generated at Tue Mar 22 2011 13:20:26 for the OpenSceneGraph by doxygen 1.7.3. |