Inheritance diagram for CP_SigSlot::CP_Signal1< P1 >:
Public Types | |
typedef std::list< CP_Slot1< P1 > * > | connections_list |
typedef std::list< CP_Slot1< P1 > *, std::allocator< CP_Slot1< P1 > * > >::const_iterator | connections_list_const_iterator |
typedef std::list< CP_Slot1< P1 > *, std::allocator< CP_Slot1< P1 > * > >::iterator | connections_list_iterator |
Public Member Functions | |
CP_Signal1 () | |
virtual | ~CP_Signal1 () |
void | disconnect_all () |
void | disconnect (CP_SlotObject *inSlotObject) |
void | connect (const CP_Slot1< P1 > &inSlot) |
virtual void | emit (P1 a1) |
void | add (const CP_Slot1< P1 > &inSlot) |
void | slot_disconnect (CP_SlotObject *inSlotObject) |
Protected Attributes | |
connections_list | fConnectedSlots |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements CP_SigSlot::CP_Signal. |
|
|