This is the factory implementation for HorizontalScrollbar widgets. More...
#include <horizontalscrollbar.h>
Public Member Functions | |
HorizontalScrollbarFactory () | |
Class constructor. | |
virtual | ~HorizontalScrollbarFactory () |
Class destructor. | |
virtual HorizontalScrollbar * | CreateHorizontalScrollbar (const String &RendName, const UI::ScrollbarStyle &Style, Screen *Parent) |
Creates a new HorizontalScrollbar. More... | |
virtual HorizontalScrollbar * | CreateHorizontalScrollbar (const String &RendName, const UnifiedRect &RendRect, const UI::ScrollbarStyle &Style, Screen *Parent) |
Creates a new HorizontalScrollbar. More... | |
virtual HorizontalScrollbar * | CreateHorizontalScrollbar (const XML::Node &XMLNode, Screen *Parent) |
Creates a new HorizontalScrollbar. 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 HorizontalScrollbar widgets.
Definition at line 149 of file horizontalscrollbar.h.
|
virtual |
Creates a new HorizontalScrollbar.
RendName | The name to be given to the created HorizontalScrollbar. |
Style | An enum value representing how to position the button layout of the scrollbar. See UI::ScrollbarStyle enum for more info. |
Parent | The screen the created HorizontalScrollbar will belong to. |
Definition at line 479 of file horizontalscrollbar.cpp.
|
virtual |
Creates a new HorizontalScrollbar.
RendName | The name to be given to the created HorizontalScrollbar. |
RendRect | The dimensions that will be assigned to the created HorizontalScrollbar. |
Style | An enum value representing how to position the button layout of the scrollbar. See UI::ScrollbarStyle enum for more info. |
Parent | The screen the created HorizontalScrollbar will belong to. |
Definition at line 482 of file horizontalscrollbar.cpp.
|
virtual |
Creates a new HorizontalScrollbar.
XMLNode | The node of the xml document to construct from. |
Parent | The screen the created HorizontalScrollbar will belong to. |
Definition at line 485 of file horizontalscrollbar.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 488 of file horizontalscrollbar.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 491 of file horizontalscrollbar.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 503 of file horizontalscrollbar.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 515 of file horizontalscrollbar.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 518 of file horizontalscrollbar.cpp.
|
virtual |
Gets the name of the Widget that is created by this factory.
Implements Mezzanine::UI::WidgetFactory.
Definition at line 476 of file horizontalscrollbar.cpp.