KoMacro::MetaObject Class Reference
#include <metaobject.h>
Inheritance diagram for KoMacro::MetaObject:

Detailed Description
Class to provide abstract access to extended QObject functionality like the undocumented QUObject-API in Qt3.The design tried to limit future porting to Qt4 by providing a somewhat similar API to the Qt4 QMeta* stuff.
Definition at line 41 of file metaobject.h.
Public Member Functions | |
| MetaObject (QObject *const object) | |
| Constructor. | |
| ~MetaObject () | |
| Destructor. | |
| QObject *const | object () const |
| int | indexOfSignal (const char *signal) const |
| int | indexOfSlot (const char *slot) const |
| KSharedPtr< MetaMethod > | method (int index) |
| KSharedPtr< MetaMethod > | signal (const char *signal) |
| KSharedPtr< MetaMethod > | slot (const char *slot) |
| KSharedPtr< Variable > | invokeMethod (int index, QValueList< KSharedPtr< Variable > > arguments) |
Invoke the MetaMethod that has the index index . | |
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 58 of file metaobject.cpp. |
|
|
Destructor.
Definition at line 64 of file metaobject.cpp. |
Member Function Documentation
|
|
Definition at line 89 of file metaobject.cpp. References object(). Referenced by signal(). |
|
|
Definition at line 99 of file metaobject.cpp. References object(). Referenced by slot(). |
|
||||||||||||
|
Invoke the MetaMethod that has the index
|
|
|
Definition at line 109 of file metaobject.cpp. References object(), KoMacro::MetaMethod::Signal, and KoMacro::MetaMethod::Slot. |
|
|
Definition at line 69 of file metaobject.cpp. Referenced by indexOfSignal(), indexOfSlot(), and method(). |
|
|
Definition at line 134 of file metaobject.cpp. References indexOfSignal(), and method(). |
|
|
Definition at line 139 of file metaobject.cpp. References indexOfSlot(), and method(). |
The documentation for this class was generated from the following files:
