#include <OpenGUI_FormManager.h>
Public Member Functions | |
| void | addChild (FormEntry &child) |
adds a copy of the given child to this FormEntry | |
| void | addChild (FormEntry *child) |
| adds the child given directly to this FormEntry, assuming ownership of memory | |
| FormEntry * | clone () const |
| creates a clone of this FormEntry | |
| FormEntry (const FormEntry ©) | |
| copy constructor | |
| FormEntry & | operator= (const FormEntry &right) |
| Overloaded assignment operator copies all members, but duplicates (clones) the pointer list of children. | |
| Widget * | buildTree () |
| builds a widget hierarchy from this FormEntry tree | |
| OpenGUI::FormEntry::FormEntry | ( | const FormEntry & | copy | ) | [explicit] |
copy constructor
| void OpenGUI::FormEntry::addChild | ( | FormEntry * | child | ) |
adds the child given directly to this FormEntry, assuming ownership of memory
| void OpenGUI::FormEntry::addChild | ( | FormEntry & | child | ) |
adds a copy of the given child to this FormEntry
Overloaded assignment operator copies all members, but duplicates (clones) the pointer list of children.