osgIntrospection::PropertySetter Struct Reference

Inheritance diagram for osgIntrospection::PropertySetter:

osgIntrospection::PublicMemberAccessor< C, P > osgIntrospection::StdListReflector< T, VT >::Setter osgIntrospection::StdMapReflector< T, IT, VT >::Setter osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor osgIntrospection::StdVectorReflector< T, VT >::Setter List of all members.

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

virtual osgIntrospection::PropertySetter::~PropertySetter (  )  [inline, virtual]


Member Function Documentation

virtual void osgIntrospection::PropertySetter::set ( Value ,
int  ,
const Value  
) const [inline, virtual]

Reimplemented in osgIntrospection::StdVectorReflector< T, VT >::Setter, and osgIntrospection::StdListReflector< T, VT >::Setter.

virtual void osgIntrospection::PropertySetter::set ( Value ,
const Value  
) const [inline, virtual]

Reimplemented in osgIntrospection::PublicMemberAccessor< C, P >, and osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor.

virtual void osgIntrospection::PropertySetter::set ( Value ,
ValueList ,
const Value  
) const [inline, virtual]


The documentation for this struct was generated from the following file:
Generated on Sun Oct 1 13:17:10 2006 for openscenegraph by  doxygen 1.4.7