This is the factory implementation for VerticalContainer widgets. More...
#include <verticalcontainer.h>
Inheritance diagram for Mezzanine::UI::VerticalContainerFactory:
Collaboration diagram for Mezzanine::UI::VerticalContainerFactory:Public Member Functions | |
| VerticalContainerFactory () | |
| Class constructor. | |
| virtual | ~VerticalContainerFactory () |
| Class destructor. | |
| virtual VerticalContainer * | CreateVerticalContainer (const String &RendName, Screen *Parent) |
| Creates a new VerticalContainer. More... | |
| virtual VerticalContainer * | CreateVerticalContainer (const String &RendName, const UnifiedRect &RendRect, Screen *Parent) |
| Creates a new VerticalContainer. More... | |
| virtual VerticalContainer * | CreateVerticalContainer (const XML::Node &XMLNode, Screen *Parent) |
| Creates a new VerticalContainer. More... | |
| virtual Widget * | CreateWidget (Screen *Parent) |
| Creates a Widget of the type represented by this factory. More... | |
| virtual Widget * | CreateWidget (const String &RendName, const NameValuePairMap &Params, Screen *Parent) |
| Creates a Widget of the type represented by this factory. More... | |
| virtual Widget * | CreateWidget (const String &RendName, const UnifiedRect &RendRect, const NameValuePairMap &Params, Screen *Parent) |
| Creates a Widget of the type represented by this factory. More... | |
| virtual Widget * | CreateWidget (const XML::Node &XMLNode, Screen *Parent) |
| Creates a Widget from XML. More... | |
| virtual void | DestroyWidget (Widget *ToBeDestroyed) |
| Destroys a Widget created by this factory. More... | |
| virtual String | GetWidgetTypeName () const |
| Gets the name of the Widget that is created by this factory. More... | |
Public Member Functions inherited from Mezzanine::UI::WidgetFactory | |
| WidgetFactory () | |
| Class constructor. | |
| virtual | ~WidgetFactory () |
| Class destructor. | |
This is the factory implementation for VerticalContainer widgets.
Definition at line 131 of file verticalcontainer.h.
|
virtual |
Creates a new VerticalContainer.
| RendName | The name to be given to the created VerticalContainer. |
| Parent | The screen the created VerticalContainer will belong to. |
Definition at line 321 of file verticalcontainer.cpp.
|
virtual |
Creates a new VerticalContainer.
| RendName | The name to be given to the created VerticalContainer. |
| RendRect | The dimensions that will be assigned to the created VerticalContainer. |
| Parent | The screen the created VerticalContainer will belong to. |
Definition at line 328 of file verticalcontainer.cpp.
|
virtual |
Creates a new VerticalContainer.
| XMLNode | The node of the xml document to construct from. |
| Parent | The screen the created VerticalContainer will belong to. |
Definition at line 335 of file verticalcontainer.cpp.
Creates a Widget of the type represented by this factory.
| Parent | The screen the created Widget will belong to. |
Implements Mezzanine::UI::WidgetFactory.
Definition at line 342 of file verticalcontainer.cpp.
|
virtual |
Creates a Widget of the type represented by this factory.
| RendName | The name to be given to the created widget. |
| Params | A NameValuePairMap containing the params to be applied during construction. |
| Parent | The screen the created Widget will belong to. |
Implements Mezzanine::UI::WidgetFactory.
Definition at line 349 of file verticalcontainer.cpp.
|
virtual |
Creates a Widget of the type represented by this factory.
| RendName | The name to be given to the created widget. |
| RendRect | The dimensions that will be assigned to the created Widget. |
| Params | A NameValuePairMap containing the params to be applied during construction. |
| Parent | The screen the created Widget will belong to. |
Implements Mezzanine::UI::WidgetFactory.
Definition at line 352 of file verticalcontainer.cpp.
|
virtual |
| XMLNode | The node of the xml document to construct from. |
| Parent | The screen the created Widget will belong to. |
Implements Mezzanine::UI::WidgetFactory.
Definition at line 355 of file verticalcontainer.cpp.
|
virtual |
Destroys a Widget created by this factory.
| ToBeDestroyed | A pointer to the Widget to be destroyed. |
Implements Mezzanine::UI::WidgetFactory.
Definition at line 358 of file verticalcontainer.cpp.
|
virtual |
Gets the name of the Widget that is created by this factory.
Implements Mezzanine::UI::WidgetFactory.
Definition at line 318 of file verticalcontainer.cpp.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.