|
MyGUI 3.4.3
|
#include <MyGUI_SubWidgetBinding.h>
Public Member Functions | |
| SubWidgetBinding () | |
| SubWidgetBinding (const IntCoord &_coord, Align _aligin, std::string_view _type) | |
| void | create (const IntCoord &_coord, Align _aligin, std::string_view _type) |
| void | clear () |
| void | add (std::string_view _name, IStateInfo *_data, std::string_view _skin) |
Friends | |
| class | ResourceSkin |
Definition at line 17 of file MyGUI_SubWidgetBinding.h.
| MyGUI::SubWidgetBinding::SubWidgetBinding | ( | ) |
Definition at line 13 of file MyGUI_SubWidgetBinding.cpp.
| MyGUI::SubWidgetBinding::SubWidgetBinding | ( | const IntCoord & | _coord, |
| Align | _aligin, | ||
| std::string_view | _type ) |
Definition at line 18 of file MyGUI_SubWidgetBinding.cpp.
| void MyGUI::SubWidgetBinding::add | ( | std::string_view | _name, |
| IStateInfo * | _data, | ||
| std::string_view | _skin ) |
Definition at line 38 of file MyGUI_SubWidgetBinding.cpp.
| void MyGUI::SubWidgetBinding::clear | ( | ) |
Definition at line 31 of file MyGUI_SubWidgetBinding.cpp.
| void MyGUI::SubWidgetBinding::create | ( | const IntCoord & | _coord, |
| Align | _aligin, | ||
| std::string_view | _type ) |
Definition at line 23 of file MyGUI_SubWidgetBinding.cpp.
|
friend |
Definition at line 20 of file MyGUI_SubWidgetBinding.h.