OpenGUI::FormEntry Class Reference

#include <OpenGUI_FormManager.h>

List of all members.


Detailed Description

The base unit that comprises FormDefinition objects.


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
FormEntryclone () const
 creates a clone of this FormEntry
 FormEntry (const FormEntry &copy)
 copy constructor
FormEntryoperator= (const FormEntry &right)
 Overloaded assignment operator copies all members, but duplicates (clones) the pointer list of children.
WidgetbuildTree ()
 builds a widget hierarchy from this FormEntry tree


Constructor & Destructor Documentation

OpenGUI::FormEntry::FormEntry ( const FormEntry copy  )  [explicit]

copy constructor


Member Function Documentation

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

Widget * OpenGUI::FormEntry::buildTree (  ) 

builds a widget hierarchy from this FormEntry tree

FormEntry * OpenGUI::FormEntry::clone (  )  const

creates a clone of this FormEntry

FormEntry& OpenGUI::FormEntry::operator= ( const FormEntry right  ) 

Overloaded assignment operator copies all members, but duplicates (clones) the pointer list of children.


The documentation for this class was generated from the following files:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:25 2007