Inheritance diagram for CP_SigSlot::CP_Signal0:
Public Types | |
typedef std::list< CP_Slot * > | connections_list |
Public Member Functions | |
CP_Signal0 () | |
virtual | ~CP_Signal0 () |
void | disconnect_all () |
void | disconnect (CP_SlotObject *inSlotObject) |
void | connect (const CP_Slot &CP_Slot) |
void | emit () const |
void | add (const CP_Slot &CP_Slot) |
void | slot_disconnect (CP_SlotObject *pCP_Slot) |
Protected Attributes | |
connections_list | fConnectedSlots |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements CP_SigSlot::CP_Signal. |
|
|