List of all members.
Detailed Description
Base struct for custom array property inserters. Descendants should override the insert() method whose purpose is to insert a new item to an array property.
Constructor & Destructor Documentation
virtual osgIntrospection::PropertyInserter::~PropertyInserter |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual void osgIntrospection::PropertyInserter::insert |
( |
Value & |
, |
|
|
int |
, |
|
|
const Value & |
| |
|
) |
| | const [inline, virtual] |
virtual void osgIntrospection::PropertyInserter::insert |
( |
Value & |
, |
|
|
const ValueList & |
, |
|
|
const Value & |
| |
|
) |
| | const [inline, virtual] |
The documentation for this struct was generated from the following file: