MyGUI
3.2.1
|
#include <MyGUI_SubWidgetBinding.h>
Public Member Functions | |
SubWidgetBinding () | |
SubWidgetBinding (const IntCoord &_coord, Align _aligin, const std::string &_type) | |
void | create (const IntCoord &_coord, Align _aligin, const std::string &_type) |
void | clear () |
void | add (const std::string &_name, IStateInfo *_data, const std::string &_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, | ||
const std::string & | _type | ||
) |
Definition at line 18 of file MyGUI_SubWidgetBinding.cpp.
void MyGUI::SubWidgetBinding::add | ( | const std::string & | _name, |
IStateInfo * | _data, | ||
const std::string & | _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, | ||
const std::string & | _type | ||
) |
Definition at line 23 of file MyGUI_SubWidgetBinding.cpp.
|
friend |
Definition at line 20 of file MyGUI_SubWidgetBinding.h.