#include <MyGUI_IWidgetCreator.h>
Detailed Description
Definition at line 33 of file MyGUI_IWidgetCreator.h.
Constructor & Destructor Documentation
virtual MyGUI::IWidgetCreator::~IWidgetCreator |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void MyGUI::IWidgetCreator::_deleteWidget |
( |
WidgetPtr |
_widget |
) |
[protected] |
virtual void MyGUI::IWidgetCreator::_destroyAllChildWidget |
( |
|
) |
[protected, pure virtual] |
virtual void MyGUI::IWidgetCreator::_destroyChildWidget |
( |
WidgetPtr |
_widget |
) |
[protected, pure virtual] |
virtual void MyGUI::IWidgetCreator::_linkChildWidget |
( |
WidgetPtr |
_widget |
) |
[inline, virtual] |
virtual void MyGUI::IWidgetCreator::_unlinkChildWidget |
( |
WidgetPtr |
_widget |
) |
[inline, virtual] |
virtual WidgetPtr MyGUI::IWidgetCreator::baseCreateWidget |
( |
WidgetStyle |
_style, |
|
|
const std::string & |
_type, |
|
|
const std::string & |
_skin, |
|
|
const IntCoord & |
_coord, |
|
|
Align |
_align, |
|
|
const std::string & |
_layer, |
|
|
const std::string & |
_name | |
|
) |
| | [protected, pure virtual] |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: