#include <MyGUI_MainSkin.h>

Public Member Functions | |
| MainSkin () | |
| virtual | ~MainSkin () |
| void | _setAlign (const IntSize &_oldsize, bool _update) |
| void | _setAlign (const IntCoord &_oldsize, bool _update) |
Definition at line 32 of file MyGUI_MainSkin.h.
| MyGUI::MainSkin::MainSkin | ( | ) |
Definition at line 32 of file MyGUI_MainSkin.cpp.
| MyGUI::MainSkin::~MainSkin | ( | ) | [virtual] |
Definition at line 37 of file MyGUI_MainSkin.cpp.
| void MyGUI::MainSkin::_setAlign | ( | const IntCoord & | _oldsize, | |
| bool | _update | |||
| ) | [inline, virtual] |
Reimplemented from MyGUI::SubSkin.
Definition at line 42 of file MyGUI_MainSkin.h.
| void MyGUI::MainSkin::_setAlign | ( | const IntSize & | _oldsize, | |
| bool | _update | |||
| ) | [virtual] |
Reimplemented from MyGUI::SubSkin.
Definition at line 41 of file MyGUI_MainSkin.cpp.
1.6.3