40 #ifndef _uistackedcontainer_cpp
41 #define _uistackedcontainer_cpp
43 #include "UI/stackedcontainer.h"
66 Widget(RendName,RendRect,Parent)
virtual ~StackedContainer()
Class destructor.
static String GetSerializableName()
Get the name of the the XML tag the Renderable class will leave behind as its instances are serialize...
virtual void ProtoDeSerializeProperties(const XML::Node &SelfRoot)
Take the data stored in an XML Node and overwrite the properties of this object with it...
static const String TypeName
String containing the type name for this class: "StackedContainer".
This class represents a 2D rect which can express the size and position of a renderable on screen...
A light-weight handle for manipulating nodes in DOM tree.
virtual void ProtoSerializeProperties(XML::Node &SelfRoot) const
Convert the properties of this class to an XML::Node ready for serialization.
The bulk of the engine components go in this namspace.
StackedContainer(Screen *Parent)
Blank constructor.
This class is a helper class for creating UI's. It is responsible for storing and keeping track of al...
std::string String
A datatype used to a series of characters.