MyGUI
3.2.1
|
#include <MyGUI_SubWidgetManager.h>
Public Member Functions | |
SubWidgetManager () | |
void | initialise () |
void | shutdown () |
const std::string & | getCategoryName () const |
const std::string & | getStateCategoryName () const |
Public Member Functions inherited from MyGUI::Singleton< SubWidgetManager > | |
Singleton () | |
virtual | ~Singleton () |
Additional Inherited Members | |
Public Types inherited from MyGUI::Singleton< SubWidgetManager > | |
typedef Singleton < SubWidgetManager > | Base |
Static Public Member Functions inherited from MyGUI::Singleton< SubWidgetManager > | |
static SubWidgetManager & | getInstance () |
static SubWidgetManager * | getInstancePtr () |
static const char * | getClassTypeName () |
Definition at line 16 of file MyGUI_SubWidgetManager.h.
MyGUI::SubWidgetManager::SubWidgetManager | ( | ) |
Definition at line 26 of file MyGUI_SubWidgetManager.cpp.
const std::string & MyGUI::SubWidgetManager::getCategoryName | ( | ) | const |
Definition at line 87 of file MyGUI_SubWidgetManager.cpp.
const std::string & MyGUI::SubWidgetManager::getStateCategoryName | ( | ) | const |
Definition at line 92 of file MyGUI_SubWidgetManager.cpp.
void MyGUI::SubWidgetManager::initialise | ( | ) |
Definition at line 33 of file MyGUI_SubWidgetManager.cpp.
void MyGUI::SubWidgetManager::shutdown | ( | ) |
Definition at line 60 of file MyGUI_SubWidgetManager.cpp.