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. | |
| 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.
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.
Definition at line 55 of file asHasEvents.cpp.
1.5.8