|
MyGUI 3.0.1
|
#include <MyGUI_SubWidgetManager.h>
Public Member Functions | |
| SubWidgetManager () | |
| ~SubWidgetManager () | |
| void | initialise () |
| void | shutdown () |
Static Public Member Functions | |
| static SubWidgetManager & | getInstance () |
| static SubWidgetManager * | getInstancePtr () |
Definition at line 32 of file MyGUI_SubWidgetManager.h.
| MyGUI::SubWidgetManager::SubWidgetManager | ( | ) |
Definition at line 39 of file MyGUI_SubWidgetManager.cpp.
| MyGUI::SubWidgetManager::~SubWidgetManager | ( | ) |
Definition at line 39 of file MyGUI_SubWidgetManager.cpp.
| SubWidgetManager & MyGUI::SubWidgetManager::getInstance | ( | ) | [static] |
Definition at line 39 of file MyGUI_SubWidgetManager.cpp.
| SubWidgetManager * MyGUI::SubWidgetManager::getInstancePtr | ( | ) | [static] |
Definition at line 39 of file MyGUI_SubWidgetManager.cpp.
| void MyGUI::SubWidgetManager::initialise | ( | ) |
Definition at line 41 of file MyGUI_SubWidgetManager.cpp.
| void MyGUI::SubWidgetManager::shutdown | ( | ) |
Definition at line 68 of file MyGUI_SubWidgetManager.cpp.
1.7.4