Public Member Functions

objtree::property_set_t Struct Reference
[Object Tree API]

a set of properties. More...

#include <objtree.h>

List of all members.

Public Member Functions

void addProperty (IN const char *name, IN const char *value)
property_tgetProperty (IN const char *name) throw ()
const property_tgetProperty (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 ()

Detailed Description

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.


Member Function Documentation

void objtree::property_set_t::addProperty ( IN const char *  name,
IN const char *  value 
) [inline]

Definition at line 142 of file objtree.h.


The documentation for this struct was generated from the following files: