scripting/core/asHasEvents.h File Reference

Go to the source code of this file.

Functions

bool connectEventSignal (const std::string &slotName, asIScriptObject *object, const std::string &function, HasEvents *container)
 Wrapper function to allow script-side classes to connect event signals.
void disconnectEventSignal (const std::string &slotName, asIScriptObject *object, const std::string &function, HasEvents *container)
 Wrapper function to allow script-side classes to disconnect event signals.
template<typename T >
void bindHasEventsBase (asIScriptEngine *engine, const char *type)
 Binds the base behaviours and methods of the HasEvents class to the given class in AngelScript.


Function Documentation

template<typename T >
void bindHasEventsBase ( asIScriptEngine *  engine,
const char *  type 
) [inline]

Binds the base behaviours and methods of the HasEvents class to the given class in AngelScript.

Definition at line 42 of file asHasEvents.h.

bool connectEventSignal ( const std::string &  slotName,
asIScriptObject *  object,
const std::string &  function,
HasEvents container 
)

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

Note:
For internal use only!

Definition at line 25 of file asHasEvents.cpp.

void disconnectEventSignal ( const std::string &  slotName,
asIScriptObject *  object,
const std::string &  function,
HasEvents container 
)

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

Note:
For internal use only!

Definition at line 55 of file asHasEvents.cpp.


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