script manager class More...
#include <Script.h>
Public Member Functions | |
| void | addScript (Script *script) |
| adds script More... | |
| void | removeScript (Script *script) |
| removes script More... | |
Static Public Member Functions | |
| static ScriptManager & | getInstance () |
| gets the instance. (This is the only object.) More... | |
Protected Member Functions | |
| ScriptManager () | |
| constructor | |
| virtual | ~ScriptManager () |
| destructor | |
Protected Attributes | |
| std::set< Script * > | m_scriptSet |
| void kome::objects::ScriptManager::addScript | ( | Script * | script | ) |
|
static |
gets the instance. (This is the only object.)
Definition at line 218 of file Script.cpp.
| void kome::objects::ScriptManager::removeScript | ( | Script * | script | ) |
|
protected |
1.8.6