CLAM-Development  1.4.0
Classes | Public Types | Public Member Functions | Protected Member Functions
SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 > Class Template Reference

#include <Signalv3ImplSerious.hxx>

List of all members.

Classes

struct  tCallback

Public Types

typedef CBL::Functor3
< ParmType1, ParmType2,
ParmType3 > 
tCallbackType
typedef CBL::Functor3
< ParmType1, ParmType2,
ParmType3 > 
tCallbackType
typedef tCallbackTypetCallbackPtr
typedef std::list< tCallbackPtrtCallList
typedef std::list
< tCallbackPtr >::iterator 
tCallIterator
typedef std::list< tCallbacktCallbackList
typedef std::list< tCallback >
::iterator 
tCbListIterator
typedef std::list< tCallback >
::const_iterator 
const_tCbListIterator
- Public Types inherited from SigSlot::Signal
typedef std::stack< unsignedtConnectionIdStack
typedef unsigned tConnectionId

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.
- Public Member Functions inherited from SigSlot::Signal
virtual ~Signal ()
 Destructor.

Protected Member Functions

void AddCallback (tConnectionId pConnection, Slot *slot, tCallbackType cb)
bool HasNoCallbacks () const
tCallListGetCalls ()
void RemoveCall (tConnectionId id)
void DestroyConnections ()
- Protected Member Functions inherited from SigSlot::Signal
void FreeConnectionId (tConnectionId)
tConnectionId AssignConnection ()

Additional Inherited Members

- Static Protected Attributes inherited from SigSlot::Signal
static tConnectionId smLastConnectionId = 0

Detailed Description

template<typename ParmType1, typename ParmType2, typename ParmType3>
class SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >

Definition at line 35 of file Signalv3ImplSerious.hxx.


Member Typedef Documentation

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef std::list<tCallback>::const_iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::const_tCbListIterator

Definition at line 61 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef std::list<tCallback> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackList

Definition at line 59 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef tCallbackType* SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackPtr

Definition at line 56 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef CBL::Functor3<ParmType1,ParmType2, ParmType3 > SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackType

Definition at line 38 of file Signalv3ImplSerious.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef CBL::Functor3<ParmType1,ParmType2,ParmType3> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallbackType

Definition at line 40 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef std::list<tCallbackPtr >::iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallIterator

Definition at line 58 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef std::list<tCallbackPtr> SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCallList

Definition at line 57 of file Signalv3ImplVC6.hxx.

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
typedef std::list<tCallback>::iterator SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::tCbListIterator

Definition at line 60 of file Signalv3ImplVC6.hxx.


Constructor & Destructor Documentation

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
virtual SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::~Signalv3 ( )
inlinevirtual
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
virtual SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::~Signalv3 ( )
inlinevirtual

Member Function Documentation

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::AddCallback ( tConnectionId  pConnection,
Slot slot,
tCallbackType  cb 
)
inlineprotected
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect ( Slotv3< ParmType1, ParmType2, ParmType3 > &  slot)
inline
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect ( Slotv3< ParmType1, ParmType2, ParmType3 > &  slot)
inline
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::DestroyConnections ( )
inlineprotected
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit ( ParmType1  parm1,
ParmType2  parm2,
ParmType3  parm3 
)
inline
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Emit ( ParmType1  parm1,
ParmType2  parm2,
ParmType3  parm3 
)
inline
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::FreeConnection ( Connection conn)
inlinevirtual

Removes a connection.

Removes the given connections, so the Signal does not notify anymore the Slot behind that Connection.

Parameters:
connThe 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().

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::FreeConnection ( Connection conn)
inlinevirtual

Removes a connection.

Removes the given connections, so the Signal does not notify anymore the Slot behind that Connection.

Parameters:
connThe 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().

template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
tCallList& SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::GetCalls ( )
inlineprotected
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
bool SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::HasNoCallbacks ( ) const
inlineprotected
template<typename ParmType1 , typename ParmType2 , typename ParmType3 >
void SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::RemoveCall ( tConnectionId  id)
inlineprotected

The documentation for this class was generated from the following files: