#include <mxmQtSlot.h>
Inheritance diagram for mxmQtSlot:
Public Member Functions | |
mxmQtSlot (const QObject *receiver, const mxmString &slot_id) | |
Pass some SLOT(...) expression to slot_id . | |
const QObject * | receiver () const |
Retrieves the object owning the slot. | |
const char * | slotId () const |
Retrieves the slot id as produced by Qt 's magic SLOT() macro - use this for calls to QObject::connect() . | |
const char * | slotName () const |
Retrieves the slot name (the actual method name) - this has to be used if one intends to use QMetaObject::invokeMethod() . | |
Private Attributes | |
const QObject * | Receiver |
mxmString | SlotId |
mxmString | SlotName |
[khe]
Kai Hergenroether