#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 | |
|
|
copy constructor
|
|
|
adds the child given directly to this FormEntry, assuming ownership of memory
|
|
|
adds a copy of the given
|
|
|
builds a widget hierarchy from this FormEntry tree
|
|
|
creates a clone of this FormEntry
|
|
|
Overloaded assignment operator copies all members, but duplicates (clones) the pointer list of children.
|