|
MyGUI
3.2.0
|
#include <MyGUI_Singleton.h>
Inheritance diagram for MyGUI::Singleton< T >:Public Types | |
| typedef Singleton< T > | Base |
Public Member Functions | |
| Singleton () | |
| virtual | ~Singleton () |
Static Public Member Functions | |
| static T & | getInstance () |
| static T * | getInstancePtr () |
| static const char * | getClassTypeName () |
Protected Member Functions | |
| template<> | |
| const char * | mClassTypeName ("ClipboardManager") |
| template<> | |
| const char * | mClassTypeName ("ControllerManager") |
| template<> | |
| const char * | mClassTypeName ("DataManager") |
| template<> | |
| const char * | mClassTypeName ("DynLibManager") |
| template<> | |
| const char * | mClassTypeName ("FactoryManager") |
| template<> | |
| const char * | mClassTypeName ("FontManager") |
| template<> | |
| const char * | mClassTypeName ("Gui") |
| template<> | |
| const char * | mClassTypeName ("InputManager") |
| template<> | |
| const char * | mClassTypeName ("LanguageManager") |
| template<> | |
| const char * | mClassTypeName ("LayerManager") |
| template<> | |
| const char * | mClassTypeName ("LayoutManager") |
| template<> | |
| const char * | mClassTypeName ("PluginManager") |
| template<> | |
| const char * | mClassTypeName ("PointerManager") |
| template<> | |
| const char * | mClassTypeName ("RenderManager") |
| template<> | |
| const char * | mClassTypeName ("ResourceManager") |
| template<> | |
| const char * | mClassTypeName ("SkinManager") |
| template<> | |
| const char * | mClassTypeName ("SubWidgetManager") |
| template<> | |
| const char * | mClassTypeName ("ToolTipManager") |
| template<> | |
| const char * | mClassTypeName ("WidgetManager") |
Static Protected Attributes | |
| static const char * | mClassTypeName |
Definition at line 35 of file MyGUI_Singleton.h.
| typedef Singleton<T> MyGUI::Singleton< T >::Base |
Definition at line 39 of file MyGUI_Singleton.h.
|
inline |
Definition at line 41 of file MyGUI_Singleton.h.
|
inlinevirtual |
Definition at line 47 of file MyGUI_Singleton.h.
|
inlinestatic |
Definition at line 64 of file MyGUI_Singleton.h.
|
inlinestatic |
Definition at line 53 of file MyGUI_Singleton.h.
|
inlinestatic |
Definition at line 59 of file MyGUI_Singleton.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
Definition at line 73 of file MyGUI_Singleton.h.
1.8.5