OpenSceneGraph
3.0.1
|
Public Member Functions | |
ObjectProperty (const char *name, int value=0, bool useMap=false) | |
ObjectProperty (const ObjectProperty ©) | |
ObjectProperty & | proto (const char *name) |
void | set (int v) |
int | get () const |
Public Attributes | |
std::string | _name |
int | _value |
bool | _mapProperty |
Protected Member Functions | |
ObjectProperty () |
osgDB::ObjectProperty::ObjectProperty | ( | const char * | name, |
int | value = 0 , |
||
bool | useMap = false |
||
) | [inline] |
osgDB::ObjectProperty::ObjectProperty | ( | const ObjectProperty & | copy | ) | [inline] |
osgDB::ObjectProperty::ObjectProperty | ( | ) | [inline, protected] |
int osgDB::ObjectProperty::get | ( | ) | const [inline] |
References _value.
ObjectProperty& osgDB::ObjectProperty::proto | ( | const char * | name | ) | [inline] |
References _name.
void osgDB::ObjectProperty::set | ( | int | v | ) | [inline] |
References _value.
std::string osgDB::ObjectProperty::_name |
Referenced by proto().
![]() | Generated at Thu Sep 27 2012 12:20:26 for the OpenSceneGraph by doxygen 1.7.6.1. |