VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
makVrv::DtEventView< EventType > Class Template Reference

A DtEventView is a the interface to event state information. More...

Inheritance diagram for makVrv::DtEventView< EventType >:
Inheritance graph
[legend]

Public Member Functions

 DtEventView (DtDe &de)
 CTOR.
virtual ~DtEventView ()
 DTOR.
- Public Member Functions inherited from makVrv::DtBaseEventView
virtual ~DtBaseEventView ()
 DTOR.

Public Attributes

boost::signal< void(const
EventType &)> 
signal_eventTriggered
 Emit the event's state.

Protected Member Functions

void onEventTriggered (const EventType &entry)
 This will get called by the DtSimEntry when the state for this event received.
void connectToEventTriggeredSignal ()
 Connects to DtSimData::signal_simEventTriggered.
void disconnectFromEventTriggeredSignal ()
 Disconnects from DtSimData::signal_simEventTriggered.
- Protected Member Functions inherited from makVrv::DtBaseEventView
 DtBaseEventView ()
 CTOR.

Protected Attributes

DtDemyDe

Detailed Description

template<class EventType>
class makVrv::DtEventView< EventType >

A DtEventView is a the interface to event state information.

Users can create DtEventView's to receive specific state for events they care about.

Constructor & Destructor Documentation

template<class EventType >
makVrv::DtEventView< EventType >::DtEventView ( DtDe de)

CTOR.

template<class EventType >
virtual makVrv::DtEventView< EventType >::~DtEventView ( )
virtual

DTOR.

Member Function Documentation

template<class EventType >
void makVrv::DtEventView< EventType >::onEventTriggered ( const EventType &  entry)
protected

This will get called by the DtSimEntry when the state for this event received.

This emits a signal containing the state of the event.

template<class EventType >
void makVrv::DtEventView< EventType >::connectToEventTriggeredSignal ( )
protected
template<class EventType >
void makVrv::DtEventView< EventType >::disconnectFromEventTriggeredSignal ( )
protected

Member Data Documentation

template<class EventType >
boost::signal<void (const EventType&)> makVrv::DtEventView< EventType >::signal_eventTriggered

Emit the event's state.

template<class EventType >
DtDe& makVrv::DtEventView< EventType >::myDe
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)