#include <Signalv3ImplSerious.hxx>
Classes | |
struct | tCallback |
Public Types | |
typedef CBL::Functor3 < ParmType1, ParmType2, ParmType3 > | tCallbackType |
typedef CBL::Functor3 < ParmType1, ParmType2, ParmType3 > | tCallbackType |
typedef tCallbackType * | tCallbackPtr |
typedef std::list< tCallbackPtr > | tCallList |
typedef std::list < tCallbackPtr >::iterator | tCallIterator |
typedef std::list< tCallback > | tCallbackList |
typedef std::list< tCallback > ::iterator | tCbListIterator |
typedef std::list< tCallback > ::const_iterator | const_tCbListIterator |
Public Member Functions | |
virtual | ~Signalv3 () |
void | Connect (Slotv3< ParmType1, ParmType2, ParmType3 > &slot) |
void | Emit (ParmType1 parm1, ParmType2 parm2, ParmType3 parm3) |
void | FreeConnection (Connection *pConnection) |
Removes a connection. | |
virtual | ~Signalv3 () |
void | Connect (Slotv3< ParmType1, ParmType2, ParmType3 > &slot) |
void | Emit (ParmType1 parm1, ParmType2 parm2, ParmType3 parm3) |
void | FreeConnection (Connection *pConnection) |
Removes a connection. | |
Protected Member Functions | |
void | AddCallback (tConnectionId pConnection, Slot *slot, tCallbackType cb) |
bool | HasNoCallbacks () const |
tCallList & | GetCalls () |
void | RemoveCall (tConnectionId id) |
void | DestroyConnections () |
Definition at line 35 of file Signalv3ImplSerious.hxx.
typedef std::list<tCallback>::const_iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::const_tCbListIterator |
Definition at line 61 of file Signalv3ImplVC6.hxx.
typedef std::list<tCallback> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackList |
Definition at line 59 of file Signalv3ImplVC6.hxx.
typedef tCallbackType* SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackPtr |
Definition at line 56 of file Signalv3ImplVC6.hxx.
typedef CBL::Functor3<ParmType1,ParmType2,ParmType3> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackType |
Definition at line 40 of file Signalv3ImplVC6.hxx.
typedef CBL::Functor3<ParmType1,ParmType2, ParmType3 > SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackType |
Definition at line 38 of file Signalv3ImplSerious.hxx.
typedef std::list<tCallbackPtr >::iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallIterator |
Definition at line 58 of file Signalv3ImplVC6.hxx.
typedef std::list<tCallbackPtr> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallList |
Definition at line 57 of file Signalv3ImplVC6.hxx.
typedef std::list<tCallback>::iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCbListIterator |
Definition at line 60 of file Signalv3ImplVC6.hxx.
virtual SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::~Signalv3 | ( | ) | [inline, virtual] |
Definition at line 42 of file Signalv3ImplSerious.hxx.
References SigSlot::ConnectionHandler< SignalType >::DestroyConnections().
virtual SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::~Signalv3 | ( | ) | [inline, virtual] |
Definition at line 124 of file Signalv3ImplVC6.hxx.
References SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::DestroyConnections().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::AddCallback | ( | tConnectionId | pConnection, | |
Slot * | slot, | |||
tCallbackType | cb | |||
) | [inline, protected] |
Definition at line 66 of file Signalv3ImplVC6.hxx.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect | ( | Slotv3< ParmType1, ParmType2, ParmType3 > & | slot | ) | [inline] |
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect | ( | Slotv3< ParmType1, ParmType2, ParmType3 > & | slot | ) | [inline] |
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::DestroyConnections | ( | ) | [inline, protected] |
Definition at line 108 of file Signalv3ImplVC6.hxx.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::~Signalv3().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit | ( | ParmType1 | parm1, | |
ParmType2 | parm2, | |||
ParmType3 | parm3 | |||
) | [inline] |
Definition at line 139 of file Signalv3ImplVC6.hxx.
References SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::GetCalls(), and SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::HasNoCallbacks().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit | ( | ParmType1 | parm1, | |
ParmType2 | parm2, | |||
ParmType3 | parm3 | |||
) | [inline] |
Definition at line 56 of file Signalv3ImplSerious.hxx.
References SigSlot::ConnectionHandler< SignalType >::GetCalls(), and SigSlot::ConnectionHandler< SignalType >::HasNoCallbacks().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::FreeConnection | ( | Connection * | conn | ) | [inline, virtual] |
Removes a connection.
Removes the given connections, so the Signal does not notify anymore the Slot behind that Connection.
conn | The connection to be freed |
Implements SigSlot::Signal.
Definition at line 156 of file Signalv3ImplVC6.hxx.
References SigSlot::Signal::FreeConnectionId(), SigSlot::Connection::GetID(), and SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::RemoveCall().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::FreeConnection | ( | Connection * | conn | ) | [inline, virtual] |
Removes a connection.
Removes the given connections, so the Signal does not notify anymore the Slot behind that Connection.
conn | The connection to be freed |
Implements SigSlot::Signal.
Definition at line 73 of file Signalv3ImplSerious.hxx.
References SigSlot::Signal::FreeConnectionId(), SigSlot::Connection::GetID(), and SigSlot::ConnectionHandler< SignalType >::RemoveCall().
tCallList& SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::GetCalls | ( | ) | [inline, protected] |
Definition at line 76 of file Signalv3ImplVC6.hxx.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit().
bool SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::HasNoCallbacks | ( | ) | const [inline, protected] |
Definition at line 71 of file Signalv3ImplVC6.hxx.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit().
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::RemoveCall | ( | tConnectionId | id | ) | [inline, protected] |
Definition at line 92 of file Signalv3ImplVC6.hxx.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::FreeConnection().