VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
DtEvent Class Referenceabstract
Inheritance diagram for DtEvent:
Inheritance graph
[legend]

Public Types

enum  EventType {
  Unknown = 0, DetonationEvent = 1, FireEvent = 2, SimInterfaceContentMessageEvent = 3,
  DataInteractionEvent = 4, SignalInteractionEvent = 5, InfluenceInteractionEvent = 6, SensorFieldOfViewControlEvent = 7,
  CommentInteractionEvent = 8, AcknowledgeInteractionEvent = 9, StartResumeInteractionEvent = 10, StopFreezeInteractionEvent = 11,
  DIGuyActionEvent = 12, DIGuyEndActionEvent = 13, ServiceRequestEvent = 14, ResupplyOfferEvent = 15,
  ResupplyReceivedEvent = 16, ResupplyCancelEvent = 17, UserEvent = 1024
}
 

Public Member Functions

 DtEvent ()
 
 DtEvent (EventType t)
 
 DtEvent (const DtEvent &orig)
 
virtual ~DtEvent ()
 
EventType eventType () const
 
virtual void * contents () const =0
 
virtual DtEventclone () const =0
 
virtual bool isNetworkEvent () const =0
 
virtual bool processLocally () const
 There are some events that, if sent over the network, don't want to be processed locally. More...
 

Protected Attributes

EventType myEventType
 

Member Enumeration Documentation

Enumerator
Unknown 
DetonationEvent 
FireEvent 
SimInterfaceContentMessageEvent 
DataInteractionEvent 
SignalInteractionEvent 
InfluenceInteractionEvent 
SensorFieldOfViewControlEvent 
CommentInteractionEvent 
AcknowledgeInteractionEvent 
StartResumeInteractionEvent 
StopFreezeInteractionEvent 
DIGuyActionEvent 
DIGuyEndActionEvent 
ServiceRequestEvent 
ResupplyOfferEvent 
ResupplyReceivedEvent 
ResupplyCancelEvent 
UserEvent 

Constructor & Destructor Documentation

DtEvent::DtEvent ( )
inline
DtEvent::DtEvent ( EventType  t)
inline
DtEvent::DtEvent ( const DtEvent orig)
inline
virtual DtEvent::~DtEvent ( )
inline

Member Function Documentation

EventType DtEvent::eventType ( ) const
inline
virtual void* DtEvent::contents ( ) const
pure virtual
virtual DtEvent* DtEvent::clone ( ) const
pure virtual
virtual bool DtEvent::isNetworkEvent ( ) const
pure virtual
virtual bool DtEvent::processLocally ( ) const
inlinevirtual

There are some events that, if sent over the network, don't want to be processed locally.

Event these events (if not sent) do not want to be processed locally. Return false from this method to never process this event locally

Reimplemented in DtAcknowledgeInteractionEvent.

Member Data Documentation

EventType DtEvent::myEventType
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)