#include <MyGUI_FactoryManager.h>
Detailed Description
Definition at line 34 of file MyGUI_FactoryManager.h.
Member Typedef Documentation
Constructor & Destructor Documentation
MyGUI::FactoryManager::FactoryManager |
( |
| ) |
|
MyGUI::FactoryManager::~FactoryManager |
( |
| ) |
|
Member Function Documentation
IObject * MyGUI::FactoryManager::createObject |
( |
const std::string & |
_category, |
|
|
const std::string & |
_type |
|
) |
| |
void MyGUI::FactoryManager::destroyObject |
( |
IObject * |
_object | ) |
|
void MyGUI::FactoryManager::initialise |
( |
| ) |
|
bool MyGUI::FactoryManager::isFactoryExist |
( |
const std::string & |
_category, |
|
|
const std::string & |
_type |
|
) |
| |
void MyGUI::FactoryManager::registerFactory |
( |
const std::string & |
_category, |
|
|
const std::string & |
_type, |
|
|
Delegate::IDelegate * |
_delegate |
|
) |
| |
template<typename Type >
void MyGUI::FactoryManager::registerFactory |
( |
const std::string & |
_category | ) |
|
|
inline |
template<typename Type >
void MyGUI::FactoryManager::registerFactory |
( |
const std::string & |
_category, |
|
|
const std::string & |
_type |
|
) |
| |
|
inline |
void MyGUI::FactoryManager::shutdown |
( |
| ) |
|
void MyGUI::FactoryManager::unregisterFactory |
( |
const std::string & |
_category, |
|
|
const std::string & |
_type |
|
) |
| |
void MyGUI::FactoryManager::unregisterFactory |
( |
const std::string & |
_category | ) |
|
template<typename Type >
void MyGUI::FactoryManager::unregisterFactory |
( |
const std::string & |
_category | ) |
|
|
inline |
The documentation for this class was generated from the following files: