#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 34 of file MyGUI_SubWidgetBinding.h.
MyGUI::SubWidgetBinding::SubWidgetBinding | ( | ) | [inline] |
Definition at line 40 of file MyGUI_SubWidgetBinding.h.
MyGUI::SubWidgetBinding::SubWidgetBinding | ( | const IntCoord & | _coord, | |
Align | _aligin, | |||
const std::string & | _type | |||
) | [inline] |
Definition at line 45 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::add | ( | const std::string & | _name, | |
IStateInfo * | _data, | |||
const std::string & | _skin | |||
) | [inline] |
Definition at line 65 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::clear | ( | ) | [inline] |
Definition at line 58 of file MyGUI_SubWidgetBinding.h.
void MyGUI::SubWidgetBinding::create | ( | const IntCoord & | _coord, | |
Align | _aligin, | |||
const std::string & | _type | |||
) | [inline] |
Definition at line 50 of file MyGUI_SubWidgetBinding.h.
friend class ResourceSkin [friend] |
Definition at line 37 of file MyGUI_SubWidgetBinding.h.