40 #ifndef _uiradiobutton_h
41 #define _uiradiobutton_h
43 #include "UI/checkbox.h"
230 virtual String GetWidgetTypeName()
const;
258 virtual void DestroyWidget(
Widget* ToBeDestroyed);
This is the base class for any class that generates and publishes events to subscribers.
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.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
This is a simple widget for storing a bool value.
std::map< String, String > NameValuePairMap
This is a datatype mostly used for describing settings or parameters that can't be declared in advanc...
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.