#include <MyGUI_IWidgetFactory.h>
Public Member Functions | |
BaseWidgetFactory () | |
~BaseWidgetFactory () | |
const std::string & | getTypeName () |
Widget * | createWidget (WidgetStyle _style, const std::string &_skin, const IntCoord &_coord, Align _align, Widget *_parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name) |
bool | isFalseType (Widget *_ptr, const std::string &_key) |
Definition at line 53 of file MyGUI_IWidgetFactory.h.
MyGUI::factory::BaseWidgetFactory< T >::BaseWidgetFactory | ( | ) | [inline] |
Definition at line 56 of file MyGUI_IWidgetFactory.h.
MyGUI::factory::BaseWidgetFactory< T >::~BaseWidgetFactory | ( | ) | [inline] |
Definition at line 63 of file MyGUI_IWidgetFactory.h.
Widget* MyGUI::factory::BaseWidgetFactory< T >::createWidget | ( | WidgetStyle | _style, | |
const std::string & | _skin, | |||
const IntCoord & | _coord, | |||
Align | _align, | |||
Widget * | _parent, | |||
ICroppedRectangle * | _croppedParent, | |||
IWidgetCreator * | _creator, | |||
const std::string & | _name | |||
) | [inline, virtual] |
const std::string& MyGUI::factory::BaseWidgetFactory< T >::getTypeName | ( | ) | [inline, virtual] |
bool MyGUI::factory::BaseWidgetFactory< T >::isFalseType | ( | Widget * | _ptr, | |
const std::string & | _key | |||
) | [inline] |
Definition at line 81 of file MyGUI_IWidgetFactory.h.