base class for the handler classes More...
#include <generic_property.hh>
Inherits ost::ConstGenericPropContainer< H >.
Public Member Functions | |
void | ClearProps () |
void | SetStringProp (const String &key, const String &value) |
void | SetFloatProp (const String &key, Real value) |
void | SetIntProp (const String &key, int value) |
void | SetBoolProp (const String &key, bool value) |
void | SetVec3Prop (const String &key, geom::Vec3 value) |
void | RemoveProp (const String &key) |
base class for the handler classes
Definition at line 337 of file generic_property.hh.
void ClearProps | ( | ) | [inline] |
Definition at line 341 of file generic_property.hh.
void RemoveProp | ( | const String & | key | ) | [inline] |
Definition at line 382 of file generic_property.hh.
void SetBoolProp | ( | const String & | key, | |
bool | value | |||
) | [inline] |
\ brief sets boolean property
Definition at line 369 of file generic_property.hh.
sets floating point property
Definition at line 355 of file generic_property.hh.
void SetIntProp | ( | const String & | key, | |
int | value | |||
) | [inline] |
sets integer property
Definition at line 362 of file generic_property.hh.
sets String property
Definition at line 348 of file generic_property.hh.
void SetVec3Prop | ( | const String & | key, | |
geom::Vec3 | value | |||
) | [inline] |
\ brief sets Vec3 property
Definition at line 376 of file generic_property.hh.