Howto talk:Work with the Property Tree API: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
Line 4: Line 4:
* SGPropertyChangeListener [http://simgear.org/doxygen/props_8hxx-source.html#l00454]
* SGPropertyChangeListener [http://simgear.org/doxygen/props_8hxx-source.html#l00454]
* examples
* examples
= Requested API enhancements =
* see [http://www.mail-archive.com/flightgear-devel@flightgear.org/msg00881.html]: "It would be nice to have a set of static property node accessors set up that any code could use, rather than having each routine duplicate the static propertynode element it needs."

Revision as of 01:30, 19 May 2009

Todo

  • using read_properties
  • SGPropertyNode usage
  • SGPropertyChangeListener [1]
  • examples

Requested API enhancements

  • see [2]: "It would be nice to have a set of static property node accessors set up that any code could use, rather than having each routine duplicate the static propertynode element it needs."