a set of properties. More...
#include <objtree.h>
Public Member Functions | |
| void | addProperty (IN const char *name, IN const char *value) |
| property_t * | getProperty (IN const char *name) throw () |
| const property_t * | getProperty (IN const char *name) const throw () |
| const char * | getValue (IN const char *name) const throw () |
| const char * | getOptionalValue (IN const char *name, IN const char *default_value) const throw () |
| void | dump (IN const char *title) const throw () |
a set of properties.
For instance, a rectangle object could have a propert set which contained a property "line_color", "line_style", "fill_color", etc.
Definition at line 140 of file objtree.h.
| void objtree::property_set_t::addProperty | ( | IN const char * | name, | |
| IN const char * | value | |||
| ) | [inline] |
1.7.1