41 #ifndef _uistackedcontainer_h
42 #define _uistackedcontainer_h
44 #include "UI/widget.h"
96 virtual void ProtoSerializeProperties(
XML::Node& SelfRoot)
const;
98 virtual void ProtoDeSerializeProperties(
const XML::Node& SelfRoot);
101 static String GetSerializableName();
109 virtual void _NotifyButtonSelected(
StackButton* Selected) = 0;
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...
uint16_t UInt16
An 16-bit unsigned integer.
A light-weight handle for manipulating nodes in DOM tree.
This is the base class for containers that stack their children one on top of the other...
The bulk of the engine components go in this namspace.
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.