lib
Kross::Api::EventScript Class Reference
#include <eventscript.h>
Inheritance diagram for Kross::Api::EventScript:

Detailed Description
- Todo:
- implement EventScript ?!
Definition at line 33 of file eventscript.h.
Public Types | |
typedef KSharedPtr< EventScript > | Ptr |
Public Member Functions | |
EventScript (const QString &name, Object::Ptr parent) | |
virtual | ~EventScript () |
virtual const QString | getClassName () const |
virtual Object::Ptr | call (const QString &name, KSharedPtr< List > arguments) |
Member Typedef Documentation
|
Shared pointer to implement reference-counting.
Reimplemented from Kross::Api::Callable. Definition at line 41 of file eventscript.h. |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 27 of file eventscript.cpp. |
|
Destructor.
Definition at line 32 of file eventscript.cpp. |
Member Function Documentation
|
Pass a call to the object and evaluated it recursive down the object-hierachy. Objects like Class are able to handle call's by just implementing this function. If the call is done the called() method will be executed recursive from bottom up the call hierachy.
Reimplemented from Kross::Api::Object. Definition at line 41 of file eventscript.cpp. |
|
Return the class name. This could be something like "Kross::Api::Callable" for this object. The value is mainly used for display purposes.
Reimplemented from Kross::Api::Callable. Definition at line 36 of file eventscript.cpp. |
The documentation for this class was generated from the following files: