VR-Forces Developer's Guide
 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

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.

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

Public Member Functions

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

Public Attributes

boost::signalslib::signal
< void(const EventType &)> 
signal_eventTriggered
 

Protected Member Functions

void onEventTriggered (const EventType &entry)
 
void connectToEventTriggeredSignal ()
 
void disconnectFromEventTriggeredSignal ()
 
- Protected Member Functions inherited from makVrv::DtBaseEventView
 DtBaseEventView ()
 

Protected Attributes

DtDemyDe
 

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::signalslib::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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)