EventList Class Reference
#include <kexievents.h>
Inheritance diagram for EventList:

Public Member Functions | |
| EventList () | |
| ~EventList () | |
| void | addEvent (Event *event) |
| void | addEvent (QObject *sender, const QCString &signal, QObject *receiver, const QCString &slot) |
| void | addEvent (QObject *sender, const QCString &signal, const QCString &action) |
| void | removeEvent (Event *event) |
| EventList * | allEventsForObject (QObject *object) |
| void | removeAllEventsForObject (QObject *object) |
| QValueListConstIterator< Event * > | constBegin () const |
| QValueListConstIterator< Event * > | constEnd () const |
| bool | isEmpty () const |
Constructor & Destructor Documentation
|
|
Definition at line 73 of file kexievents.h. Referenced by allEventsForObject(). |
|
|
Definition at line 74 of file kexievents.h. |
Member Function Documentation
|
||||||||||||||||
|
Definition at line 54 of file kexievents.cpp. |
|
||||||||||||||||||||
|
Definition at line 47 of file kexievents.cpp. |
|
|
Adds an event in list. Other overload are available, so that other classes don't have to use Event class in simple cases. Definition at line 40 of file kexievents.cpp. Referenced by allEventsForObject(), and ScriptIO::loadEvent(). |
|
|
Definition at line 69 of file kexievents.cpp. References addEvent(), constBegin(), constEnd(), and EventList(). |
|
|
Definition at line 93 of file kexievents.h. Referenced by allEventsForObject(), FormScript::connectEvents(), and removeAllEventsForObject(). |
|
|
Definition at line 94 of file kexievents.h. Referenced by allEventsForObject(), FormScript::connectEvents(), and removeAllEventsForObject(). |
|
|
Definition at line 95 of file kexievents.h. |
|
|
Removes all events related to widget name. Called eg when widget is destroyed. Definition at line 84 of file kexievents.cpp. References constBegin(), constEnd(), and removeEvent(). |
|
|
Removes the Event event from the FormScript's list. Definition at line 61 of file kexievents.cpp. Referenced by removeAllEventsForObject(). |
The documentation for this class was generated from the following files:
