Public Member Functions | |
virtual void | remove (Value &, int) const |
virtual void | remove (Value &, ValueList &) const |
virtual | ~PropertyRemover () |
Descendants should override the remove() method whose purpose is to remove an item from an array property.
virtual osgIntrospection::PropertyRemover::~PropertyRemover | ( | ) | [inline, virtual] |
virtual void osgIntrospection::PropertyRemover::remove | ( | Value & | , | |
ValueList & | ||||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::StdMapReflector::Remover.
References osgIntrospection::PropertyAccessException::REMOVE.
virtual void osgIntrospection::PropertyRemover::remove | ( | Value & | , | |
int | ||||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdVectorReflector< T, VT >::StdVectorReflector::Remover, osgIntrospection::StdSetReflector< T, VT >::StdSetReflector::Remover, and osgIntrospection::StdListReflector< T, VT >::StdListReflector::Remover.
References osgIntrospection::PropertyAccessException::REMOVE.
![]() | Generated at Wed Aug 26 07:56:59 2009 for the OpenSceneGraph by doxygen 1.5.8. |