|
MyGUI 3.0.1
|
#include <MyGUI_IWidgetFactory.h>
Inheritance diagram for MyGUI::factory::BaseWidgetFactory< T >: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] |
Implements MyGUI::IWidgetFactory.
Definition at line 75 of file MyGUI_IWidgetFactory.h.
| const std::string& MyGUI::factory::BaseWidgetFactory< T >::getTypeName | ( | ) | [inline, virtual] |
Implements MyGUI::IWidgetFactory.
Definition at line 70 of file MyGUI_IWidgetFactory.h.
| bool MyGUI::factory::BaseWidgetFactory< T >::isFalseType | ( | Widget * | _ptr, |
| const std::string & | _key | ||
| ) | [inline] |
Definition at line 81 of file MyGUI_IWidgetFactory.h.
1.7.4