| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Config::behaviors_config Class Reference#include <Config.h>
Inheritance diagram for Config::behaviors_config: ![]() Detailed Descriptionplace for users to put their own configurationyou can dynamically "link in" external configuration settings by passing them to the addEntry() of the plist::Dictionary superclass. You may want to call writeParseTree() first to flush current settings, and then readParseTree() afterward to pull any pre-existing values from the configuration file into the instances you've just registered. Of course, you could also just write your values into the configuration file first, and just rely on getEntry/setEntry to read/write the value. This may be more convenient if you use the value infrequently and don't need an instance of it sitting around.
Definition at line 123 of file Config.h.
The documentation for this class was generated from the following file: | |||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:07:50 2007 by Doxygen 1.4.7 |