Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ConfigurationEditor Class ReferenceProvides interactive editing and loading/saving of a plist::Collection. More...
Inheritance diagram for ConfigurationEditor:
Detailed DescriptionProvides interactive editing and loading/saving of a plist::Collection. Definition at line 11 of file ConfigurationEditor.h.
Constructor & Destructor Documentation
default constructor Definition at line 18 of file ConfigurationEditor.h. Referenced by ConfigurationEditor::NewCollectionEntry::refresh(), and refresh().
constructor which allows a custom name Definition at line 23 of file ConfigurationEditor.h.
constructor which allows a custom name and tooltip Definition at line 28 of file ConfigurationEditor.h.
destructor, have to do our custom clearSlots before the superclass tries to Definition at line 33 of file ConfigurationEditor.h.
you can override, but don't call this... Member Function Documentation
need to override clearing so we don't delete load and save Reimplemented from ControlBase. Definition at line 108 of file ConfigurationEditor.cc. Referenced by refresh(), and ~ConfigurationEditor().
returns a dictionary of plist objects which may be added as new entries to collections being edited Definition at line 131 of file ConfigurationEditor.cc. Referenced by ConfigurationEditor::AddCollectionEntry::refresh().
common initialization regardless of constructor Definition at line 11 of file ConfigurationEditor.cc. Referenced by ConfigurationEditor().
you can override, but don't call this...
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.
sets the path to the sub-collection being managed Definition at line 127 of file ConfigurationEditor.cc. Referenced by refresh().
sets the root of the collection being managed Definition at line 116 of file ConfigurationEditor.cc. Referenced by init(), and XWalkEdit::XWalkEdit(). Member Data Documentation
reuse the same load instance instead of regenerating a new one each refresh (saves user's "working directory") Definition at line 82 of file ConfigurationEditor.h. Referenced by clearSlots(), refresh(), setRootCollection(), and XWalkEdit::XWalkEdit().
the names of the sub-collections from root to get to the collection this instance is actually targeting Definition at line 66 of file ConfigurationEditor.h.
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 65 of file ConfigurationEditor.h. Referenced by init(), refresh(), and setRootCollection().
reuse the same save instance instead of regenerating a new one each refresh (saves user's "working directory") Definition at line 98 of file ConfigurationEditor.h. Referenced by clearSlots(), refresh(), setRootCollection(), and XWalkEdit::XWalkEdit(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:06 2016 by Doxygen 1.6.3 |