#include <MyGUI_IWidgetFactory.h>
Public Member Functions | |
virtual | ~IWidgetFactory () |
virtual const std::string & | getTypeName ()=0 |
virtual WidgetPtr | createWidget (WidgetStyle _style, const std::string &_skin, const IntCoord &_coord, Align _align, WidgetPtr _parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name)=0 |
Definition at line 39 of file MyGUI_IWidgetFactory.h.
virtual MyGUI::IWidgetFactory::~IWidgetFactory | ( | ) | [inline, virtual] |
Definition at line 42 of file MyGUI_IWidgetFactory.h.
virtual WidgetPtr MyGUI::IWidgetFactory::createWidget | ( | WidgetStyle | _style, | |
const std::string & | _skin, | |||
const IntCoord & | _coord, | |||
Align | _align, | |||
WidgetPtr | _parent, | |||
ICroppedRectangle * | _croppedParent, | |||
IWidgetCreator * | _creator, | |||
const std::string & | _name | |||
) | [pure virtual] |
Implemented in MyGUI::factory::BaseWidgetFactory< T >.
virtual const std::string& MyGUI::IWidgetFactory::getTypeName | ( | ) | [pure virtual] |
Implemented in MyGUI::factory::BaseWidgetFactory< T >.