lib
Kross::Api::EventSlot Class Reference
#include <eventslot.h>
Inheritance diagram for Kross::Api::EventSlot:

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