scripting/core/asEventManager.cpp File Reference

Go to the source code of this file.

Functions

bool connectEventSignal (const std::string &groupName, const std::string &slotName, asIScriptObject *object, const std::string &function, EventManager *pEventMgr)
 Wrapper function to allow script-side classes to connect event signals.
void disconnectEventSignal (const std::string &groupName, const std::string &slotName, asIScriptObject *object, const std::string &function, EventManager *pEventMgr)
 Wrapper function to allow script-side classes to disconnect event signals.
void bindEventManager (asIScriptEngine *engine)
 Binds the EventManager class to AngelScript.


Function Documentation

void bindEventManager ( asIScriptEngine *  engine  ) 

Binds the EventManager class to AngelScript.

Definition at line 74 of file asEventManager.cpp.

bool connectEventSignal ( const std::string &  groupName,
const std::string &  slotName,
asIScriptObject *  object,
const std::string &  function,
EventManager pEventMgr 
)

Wrapper function to allow script-side classes to connect event signals.

Note:
For internal use only!

Definition at line 26 of file asEventManager.cpp.

void disconnectEventSignal ( const std::string &  groupName,
const std::string &  slotName,
asIScriptObject *  object,
const std::string &  function,
EventManager pEventMgr 
)

Wrapper function to allow script-side classes to disconnect event signals.

Note:
For internal use only!

Definition at line 57 of file asEventManager.cpp.


Generated on Sun Aug 30 14:17:11 2009 for Sirrf - Simple Irrlicht Framework by  doxygen 1.5.8