VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions
makVrv::DtChannelManagerSignaler Class Reference

A class which contains the signals used by the channel manager classes. More...

Inheritance diagram for makVrv::DtChannelManagerSignaler:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtChannelManagerSignaler ()
 DTOR.
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor.
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor.

Static Public Member Functions

static DtChannelManagerSignalerinstance (DtDe &anIG)
 Get an instance of the signaler.

Public Attributes

boost::signal< void(DtChannelManager
*, DtChannel *)> 
signal_channelCreated
 Signals when a new channel is created.
boost::signal< void(DtChannelManager
*, DtChannel *)> 
signal_channelToBeDestroyed
 Signals when a channel is about to be destroyed.
boost::signal< void(DtChannelManager
*, DtChannel *)> 
signal_channelUpdated
 Signals when a channel is updated.

Protected Member Functions

 DtChannelManagerSignaler ()

Detailed Description

A class which contains the signals used by the channel manager classes.

Constructor & Destructor Documentation

virtual makVrv::DtChannelManagerSignaler::~DtChannelManagerSignaler ( )
virtual

DTOR.

makVrv::DtChannelManagerSignaler::DtChannelManagerSignaler ( )
protected

Member Function Documentation

static DtChannelManagerSignaler& makVrv::DtChannelManagerSignaler::instance ( DtDe anIG)
static

Get an instance of the signaler.

Member Data Documentation

boost::signal<void (DtChannelManager*, DtChannel*)> makVrv::DtChannelManagerSignaler::signal_channelCreated

Signals when a new channel is created.

boost::signal<void (DtChannelManager*, DtChannel*)> makVrv::DtChannelManagerSignaler::signal_channelToBeDestroyed

Signals when a channel is about to be destroyed.

boost::signal<void (DtChannelManager*, DtChannel*)> makVrv::DtChannelManagerSignaler::signal_channelUpdated

Signals when a channel is updated.


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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)