#include <Signalv4ImplVC6.hxx>
Public Member Functions | |
tCallback (tConnectionId id, Slot *slot, tCallbackType cb) | |
Public Attributes | |
tConnectionId | mConnection |
Slot * | mSlot |
tCallbackType | mCallback |
Definition at line 44 of file Signalv4ImplVC6.hxx.
SigSlot::Signalv4< ParmType1, ParmType2, ParmType3, ParmType4 >::tCallback::tCallback | ( | tConnectionId | id, | |
Slot * | slot, | |||
tCallbackType | cb | |||
) | [inline] |
Definition at line 50 of file Signalv4ImplVC6.hxx.
tCallbackType SigSlot::Signalv4< ParmType1, ParmType2, ParmType3, ParmType4 >::tCallback::mCallback |
Definition at line 48 of file Signalv4ImplVC6.hxx.
tConnectionId SigSlot::Signalv4< ParmType1, ParmType2, ParmType3, ParmType4 >::tCallback::mConnection |
Definition at line 46 of file Signalv4ImplVC6.hxx.
Slot* SigSlot::Signalv4< ParmType1, ParmType2, ParmType3, ParmType4 >::tCallback::mSlot |
Definition at line 47 of file Signalv4ImplVC6.hxx.