Inheritance diagram for CP_SigSlot::CP_SlotConnection0< dest_type >:
Public Member Functions | |
CP_SlotConnection0 () | |
CP_SlotConnection0 (dest_type *pobject, void(dest_type::*pmemfun)()) | |
virtual | ~CP_SlotConnection0 () |
void | signalConnect (CP_Signal *inCP_Signal) |
virtual void | emit () |
virtual CP_SlotObject * | getdest () const |
CP_Slot * | GetSlot () |
void | signalConnect (CP_Signal *inCP_Signal) const |
Private Attributes | |
dest_type * | fPobject |
void(dest_type::* | fPmemfun )() |
|
|
|
|
|
|
|
|
|
Reimplemented from CP_SigSlot::CP_Slot. |
|
Reimplemented from CP_SigSlot::CP_Slot. |
|
Reimplemented in CP_SigSlot::CP_Slot1< P1 >, CP_SigSlot::CP_Slot2< P1, P2 >, CP_SigSlot::CP_Slot3< P1, P2, P3 >, and CP_SigSlot::CP_Slot2< CP_DataValueHolder &, OSStatus & >. |
|
|
|
|
|
|