Inheritance diagram for CP_SigSlot::CP_SlotConnection2< dest_type, P1, P2 >:
Public Member Functions | |
CP_SlotConnection2 () | |
CP_SlotConnection2 (dest_type *pobject, void(dest_type::*pmemfun)(P1, P2)) | |
virtual | ~CP_SlotConnection2 () |
void | signalConnect (CP_Signal *inSignal) |
virtual void | emit (P1 a1, P2 a2) |
virtual CP_SlotObject * | getdest () const |
void | emit () |
CP_Slot2< P1, P2 > * | GetSlot () |
void | SetNULLSlot () |
void | signalConnect (CP_Signal *inCP_Signal) const |
Private Attributes | |
dest_type * | fPobject |
void(dest_type::* | fPmemfun )(P1, P2) |
|
|
|
|
|
|
|
|
|
Reimplemented from CP_SigSlot::CP_Slot2< P1, P2 >. |
|
Reimplemented from CP_SigSlot::CP_Slot. |
|
Reimplemented in CP_SigSlot::CP_SlotConnection0< dest_type >. |
|
Reimplemented from CP_SigSlot::CP_Slot. |
|
|
|
|
|
|
|
|