#include <singleton.h>
Public Member Functions | |
template<> | |
Engine * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY DockManager * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY FileManager * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY HistoryManager * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY ObjectManager * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY PluginManager * | m_instance |
template<> | |
GLUON_CREATOR_VISIBILITY SelectionManager * | m_instance |
template<> | |
GLUONCREATOR_EXPORT PropertyWidgetItemFactory * | m_instance |
template<> | |
PropertyWidgetItemFactory * | m_instance |
template<> | |
GLUON_ENGINE_EXPORT ScriptingEngine * | m_instance |
template<> | |
Game * | m_instance |
template<> | |
Engine * | m_instance |
template<> | |
InputManager * | m_instance |
template<> | |
GLUON_INPUT_EXPORT GluonButtons * | m_instance |
template<> | |
GLUON_INPUT_EXPORT GluonButtons * | m_instance |
template<> | |
GLUON_INPUT_EXPORT GluonButtons * | m_instance |
template<> | |
AtticaManager * | m_instance |
template<> | |
GLUON_PLAYER_EXPORT Authentication * | m_instance |
Static Public Member Functions | |
static T * | instance () |
Static Protected Attributes | |
static T * | m_instance |
Definition at line 28 of file singleton.h.
static T* GluonCore::Singleton< T >::instance | ( | ) | [inline, static] |
Definition at line 31 of file singleton.h.
GLUON_PLAYER_EXPORT Authentication * GluonCore::Singleton< Authentication >::m_instance | ( | ) | [inline] |
Definition at line 28 of file authentication.cpp.
AtticaManager * GluonCore::Singleton< AtticaManager >::m_instance | ( | ) | [inline] |
Definition at line 24 of file atticamanager.cpp.
GLUON_INPUT_EXPORT GluonButtons * GluonCore::Singleton< GluonButtons >::m_instance | ( | ) | [inline] |
Definition at line 27 of file gluonbuttons.cpp.
GLUON_INPUT_EXPORT GluonButtons * GluonCore::Singleton< GluonButtons >::m_instance | ( | ) | [inline] |
Definition at line 26 of file gluonbuttons.cpp.
GLUON_INPUT_EXPORT GluonButtons * GluonCore::Singleton< GluonButtons >::m_instance | ( | ) | [inline] |
Definition at line 26 of file gluonbuttons.cpp.
InputManager * GluonCore::Singleton< InputManager >::m_instance | ( | ) | [inline] |
Definition at line 42 of file inputmanager.cpp.
Engine * GluonCore::Singleton< Engine >::m_instance | ( | ) | [inline] |
Definition at line 40 of file engine.cpp.
Game * GluonCore::Singleton< Game >::m_instance | ( | ) | [inline] |
GLUON_ENGINE_EXPORT ScriptingEngine * GluonCore::Singleton< ScriptingEngine >::m_instance | ( | ) | [inline] |
Definition at line 69 of file scriptingengine.cpp.
PropertyWidgetItemFactory * GluonCore::Singleton< PropertyWidgetItemFactory >::m_instance | ( | ) | [inline] |
Definition at line 36 of file propertywidgetitemfactory.cpp.
GLUONCREATOR_EXPORT PropertyWidgetItemFactory * GluonCore::Singleton< PropertyWidgetItemFactory >::m_instance | ( | ) | [inline] |
Definition at line 30 of file propertywidgetitemfactory.cpp.
GLUON_CREATOR_VISIBILITY SelectionManager * GluonCore::Singleton< SelectionManager >::m_instance | ( | ) | [inline] |
Definition at line 34 of file selectionmanager.cpp.
GLUON_CREATOR_VISIBILITY PluginManager * GluonCore::Singleton< PluginManager >::m_instance | ( | ) | [inline] |
Definition at line 30 of file pluginmanager.cpp.
GLUON_CREATOR_VISIBILITY ObjectManager * GluonCore::Singleton< ObjectManager >::m_instance | ( | ) | [inline] |
Definition at line 43 of file objectmanager.cpp.
GLUON_CREATOR_VISIBILITY HistoryManager * GluonCore::Singleton< HistoryManager >::m_instance | ( | ) | [inline] |
Definition at line 29 of file historymanager.cpp.
GLUON_CREATOR_VISIBILITY FileManager * GluonCore::Singleton< FileManager >::m_instance | ( | ) | [inline] |
Definition at line 41 of file filemanager.cpp.
GLUON_CREATOR_VISIBILITY DockManager * GluonCore::Singleton< DockManager >::m_instance | ( | ) | [inline] |
Definition at line 35 of file dockmanager.cpp.
Engine * GluonCore::Singleton< Engine >::m_instance | ( | ) | [inline] |
Definition at line 33 of file engine.cpp.
T* GluonCore::Singleton< T >::m_instance [static, protected] |
Definition at line 41 of file singleton.h.