#include <mxmQtSignal.h>
Inheritance diagram for mxmQtSignal:
Public Member Functions | |
mxmQtSignal (const QObject *sender, const mxmString &signal_id) | |
Pass some SIGNAL(...) expression to signal_id . | |
const QObject * | sender () const |
Retrieves the object emitting the signal. | |
const char * | signalId () const |
Retrieves the signal id. | |
Private Attributes | |
const QObject * | Sender |
mxmString | SignalId |
[khe]
Kai Hergenroether