#include <Slotv4.hxx>
Public Member Functions | |
Slotv4 () | |
virtual | ~Slotv4 () |
template<class RefType , typename PtrMember > | |
void | Wrap (RefType thisRef, PtrMember pMember) |
template<typename PtrMember > | |
void | Wrap (PtrMember pMember) |
const WrappedFuncType & | GetMethod () const |
void | operator() (ParmType1 parm1, ParmType2 parm2, ParmType3 parm3, ParmType4 parm4) |
Definition at line 33 of file Slotv4.hxx.
SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::Slotv4 | ( | ) | [inline] |
Definition at line 39 of file Slotv4.hxx.
virtual SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::~Slotv4 | ( | ) | [inline, virtual] |
Definition at line 44 of file Slotv4.hxx.
const WrappedFuncType& SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::GetMethod | ( | ) | const [inline] |
Definition at line 63 of file Slotv4.hxx.
References CLAM_ASSERT.
Referenced by SigSlot::Signalv4< ParmType1, ParmType2, ParmType3, ParmType4 >::Connect().
void SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::operator() | ( | ParmType1 | parm1, | |
ParmType2 | parm2, | |||
ParmType3 | parm3, | |||
ParmType4 | parm4 | |||
) | [inline] |
Definition at line 69 of file Slotv4.hxx.
References CLAM_ASSERT.
void SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::Wrap | ( | PtrMember | pMember | ) | [inline] |
Definition at line 56 of file Slotv4.hxx.
void SigSlot::Slotv4< ParmType1, ParmType2, ParmType3, ParmType4 >::Wrap | ( | RefType | thisRef, | |
PtrMember | pMember | |||
) | [inline] |
Definition at line 49 of file Slotv4.hxx.