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