#include <pslot.h>
Inheritance diagram for P::FuncSlot1< RetType, ParamType1 >:

Public Types | |
| typedef RetType(* | Callback )(ParamType1) |
Public Member Functions | |
| FuncSlot1 (Callback cb) | |
| ~FuncSlot1 () | |
| RetType | proxy (ParamType1 p1) |
| Slot1< RetType, ParamType1 > * | clone () const |
| bool | operator== (const FuncSlot1 &slot) const |
Definition at line 201 of file pslot.h.
|
|||||
|
|
|
||||||||||
|
Definition at line 205 of file pslot.h. Referenced by P::FuncSlot1< RetType, ParamType1 >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot1< RetType, ParamType1 >. Definition at line 213 of file pslot.h. References P::FuncSlot1< RetType, ParamType1 >::FuncSlot1(). |
|
||||||||||
|
Definition at line 216 of file pslot.h. References P::slot(). |
|
||||||||||
|
Implements P::Slot1< RetType, ParamType1 >. |
1.3.3