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 | Protected Attributes
makVrv::DtTritonEventProcessor Class Reference
Inheritance diagram for makVrv::DtTritonEventProcessor:
Inheritance graph
[legend]

Public Member Functions

 DtTritonEventProcessor (DtDe &de, DtTritonManager &mgr)
 CTOR.
virtual ~DtTritonEventProcessor ()
 DTOR.
virtual bool processKeyboardEvent (const DtKeyEvent &, DtChannel &)
 Processes a keyboard event on the channel.
virtual const std::string & className ()
 Returns the name of the processor class, to be used for identifying an event processor.
virtual bool processMouseEvent (const DtMouseEvent &mouseEvent, DtChannel &channel)
 Processes a mouse event on the channel.
virtual void impactModeOn ()
virtual void impactModeOff ()
virtual void slot_impactMassChanged (double mass)
virtual void slot_impactSpeedChanged (double speed)
virtual void slot_impactDiameterChanged (double diameter)
virtual void slot_impactSprayScaleChanged (double sprayScale)
- Public Member Functions inherited from makVrv::DtEventProcessorInterface
 DtEventProcessorInterface ()
 CTOR.
virtual ~DtEventProcessorInterface ()
 DTOR.
virtual bool processPinchGesture (const DtPinchGesture &ev, DtChannel &channel)
 Don't require a handler for pinch gestures, but make them available.
virtual void setEnabled (bool b)
 Get/set enabled flag.
bool enabled () const

Protected Attributes

bool myImpactMode
std::string myName
DtDemyDe
DtTritonManagermyTritonManager
double mySpeed
double myDiameter
double myMass
double mySprayScale
DtVector myDirection
Triton::Impact * myCurrentImpact
DtSignalConnectionManager mySignals
- Protected Attributes inherited from makVrv::DtEventProcessorInterface
bool myEnabled

Constructor & Destructor Documentation

makVrv::DtTritonEventProcessor::DtTritonEventProcessor ( DtDe de,
DtTritonManager mgr 
)

CTOR.

virtual makVrv::DtTritonEventProcessor::~DtTritonEventProcessor ( )
virtual

DTOR.

Member Function Documentation

virtual bool makVrv::DtTritonEventProcessor::processKeyboardEvent ( const DtKeyEvent ev,
DtChannel channel 
)
virtual

Processes a keyboard event on the channel.

Should return true if the event is handled successfully, and false to reject it and pass it on to the next event processor.

Implements makVrv::DtEventProcessorInterface.

virtual const std::string& makVrv::DtTritonEventProcessor::className ( )
virtual

Returns the name of the processor class, to be used for identifying an event processor.

Implements makVrv::DtEventProcessorInterface.

virtual bool makVrv::DtTritonEventProcessor::processMouseEvent ( const DtMouseEvent mouseEvent,
DtChannel channel 
)
virtual

Processes a mouse event on the channel.

Should return true if the event is handled successfully, and false to reject it and pass it on to the next event processor.

Implements makVrv::DtEventProcessorInterface.

virtual void makVrv::DtTritonEventProcessor::impactModeOn ( )
virtual
virtual void makVrv::DtTritonEventProcessor::impactModeOff ( )
virtual
virtual void makVrv::DtTritonEventProcessor::slot_impactMassChanged ( double  mass)
virtual
virtual void makVrv::DtTritonEventProcessor::slot_impactSpeedChanged ( double  speed)
virtual
virtual void makVrv::DtTritonEventProcessor::slot_impactDiameterChanged ( double  diameter)
virtual
virtual void makVrv::DtTritonEventProcessor::slot_impactSprayScaleChanged ( double  sprayScale)
virtual

Member Data Documentation

bool makVrv::DtTritonEventProcessor::myImpactMode
protected
std::string makVrv::DtTritonEventProcessor::myName
protected
DtDe& makVrv::DtTritonEventProcessor::myDe
protected
DtTritonManager& makVrv::DtTritonEventProcessor::myTritonManager
protected
double makVrv::DtTritonEventProcessor::mySpeed
protected
double makVrv::DtTritonEventProcessor::myDiameter
protected
double makVrv::DtTritonEventProcessor::myMass
protected
double makVrv::DtTritonEventProcessor::mySprayScale
protected
DtVector makVrv::DtTritonEventProcessor::myDirection
protected
Triton::Impact* makVrv::DtTritonEventProcessor::myCurrentImpact
protected
DtSignalConnectionManager makVrv::DtTritonEventProcessor::mySignals
protected

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)