#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 33 of file MyGUI_SubWidgetBinding.h.
MyGUI::SubWidgetBinding::SubWidgetBinding | ( | ) | [inline] |
Definition at line 39 of file MyGUI_SubWidgetBinding.h.
MyGUI::SubWidgetBinding::SubWidgetBinding | ( | const IntCoord & | _coord, | |
Align | _aligin, | |||
const std::string & | _type | |||
) | [inline] |
Definition at line 44 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::add | ( | const std::string & | _name, | |
IStateInfo * | _data, | |||
const std::string & | _skin | |||
) | [inline] |
Definition at line 64 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::clear | ( | ) | [inline] |
Definition at line 57 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::create | ( | const IntCoord & | _coord, | |
Align | _aligin, | |||
const std::string & | _type | |||
) | [inline] |
Definition at line 49 of file MyGUI_SubWidgetBinding.h.
friend class ResourceSkin [friend] |
Definition at line 36 of file MyGUI_SubWidgetBinding.h.