Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ConfigurationEditor Class Reference#include <ConfigurationEditor.h>
Inheritance diagram for ConfigurationEditor:
![]() Detailed DescriptionProvides interactive editing and loading/saving of a plist::Collection.Definition at line 10 of file ConfigurationEditor.h.
Constructor & Destructor Documentation
default constructor
Definition at line 17 of file ConfigurationEditor.h. Referenced by ConfigurationEditor::NewCollectionEntry::refresh(), and refresh().
constructor which allows a custom name and tooltip
Definition at line 27 of file ConfigurationEditor.h.
destructor, have to do our custom clearSlots before the superclass tries to
Definition at line 32 of file ConfigurationEditor.h.
you can override, but don't call this...
Member Function Documentation
common initialization regardless of constructor
Definition at line 11 of file ConfigurationEditor.cc. Referenced by ConfigurationEditor().
called when a child has deactivated and this control should refresh its display, or some other event (such as the user pressing the refresh button) has happened to cause a refresh to be needed
Reimplemented from ControlBase. Definition at line 17 of file ConfigurationEditor.cc.
need to override clearing so we don't delete load and save
Reimplemented from ControlBase. Definition at line 94 of file ConfigurationEditor.cc. Referenced by refresh(), and ~ConfigurationEditor().
sets the root of the collection being managed
Definition at line 102 of file ConfigurationEditor.cc. Referenced by init().
sets the path to the sub-collection being managed
Definition at line 113 of file ConfigurationEditor.cc. Referenced by refresh().
returns a dictionary of plist objects which may be added as new entries to collections being edited
Definition at line 117 of file ConfigurationEditor.cc. Referenced by ConfigurationEditor::AddCollectionEntry::refresh().
you can override, but don't call this...
Member Data Documentation
the root of collection being edited (i.e. may be the parent or other ancestor of the collection this editor is targeting, see path)
Definition at line 64 of file ConfigurationEditor.h. Referenced by init(), refresh(), and setRootCollection().
the names of the sub-collections from root to get to the collection this instance is actually targeting
Definition at line 65 of file ConfigurationEditor.h.
reuse the same load instance instead of regenerating a new one each refresh (saves user's "working directory")
Definition at line 81 of file ConfigurationEditor.h. Referenced by clearSlots(), refresh(), and setRootCollection().
reuse the same save instance instead of regenerating a new one each refresh (saves user's "working directory")
Definition at line 97 of file ConfigurationEditor.h. Referenced by clearSlots(), refresh(), and setRootCollection().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:15 2007 by Doxygen 1.5.4 |