lib
Kross::Api::EventSignal Class Reference
#include <eventsignal.h>
Inheritance diagram for Kross::Api::EventSignal:

Detailed Description
Each Qt signal and slot connection between a QObject instance and a functionname is represented with a EventSignal and handled by EventManager.
Definition at line 42 of file eventsignal.h.
Public Types | |
typedef KSharedPtr< EventSignal > | Ptr |
Public Member Functions | |
EventSignal (const QString &name, Object::Ptr parent, QObject *sender, QCString signal) | |
virtual | ~EventSignal () |
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 49 of file eventsignal.h. |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 30 of file eventsignal.cpp. |
|
Destructor.
Definition at line 37 of file eventsignal.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 46 of file eventsignal.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 41 of file eventsignal.cpp. |
The documentation for this class was generated from the following files: