VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrf::DtLocationEntryEventProcessor Class Reference

!!!!!!!!!!!!!!!!!!!! DtLocationEntryEventProcessor More...

Inheritance diagram for makVrf::DtLocationEntryEventProcessor:
Inheritance graph
[legend]

Public Member Functions

 DtLocationEntryEventProcessor (makVrv::DtDe &de, DtLocationEntryWidgetLogic *p, const std::string &className)
 
virtual ~DtLocationEntryEventProcessor ()
 
virtual void enable ()
 
virtual void disable ()
 
virtual bool processMouseEvent (const makVrv::DtMouseEvent &ev, makVrv::DtChannel &channel)
 Processes a mouse event on the channel. More...
 
virtual bool processKeyboardEvent (const makVrv::DtKeyEvent &ev, makVrv::DtChannel &channel)
 Processes a keyboard event on the channel. More...
 
const std::string & className ()
 Returns the name of the processor class, to be used for identifying an event processor. More...
 
- Public Member Functions inherited from makVrv::DtEventProcessorInterface
 DtEventProcessorInterface ()
 CTOR. More...
 
virtual ~DtEventProcessorInterface ()
 DTOR. More...
 
virtual bool processPinchGesture (const DtPinchGesture &ev, DtChannel &channel)
 Don't require a handler for pinch gestures, but make them available. More...
 
virtual void setEnabled (bool b)
 Get/set enabled flag. More...
 
bool enabled () const
 

Protected Attributes

bool myEnabled
 
DtLocationEntryWidgetLogicmyLogic
 
std::string myClassName
 
makVrv::DtDemyDe
 
- Protected Attributes inherited from makVrv::DtEventProcessorInterface
bool myEnabled
 

Detailed Description

!!!!!!!!!!!!!!!!!!!! DtLocationEntryEventProcessor

Constructor & Destructor Documentation

makVrf::DtLocationEntryEventProcessor::DtLocationEntryEventProcessor ( makVrv::DtDe de,
DtLocationEntryWidgetLogic p,
const std::string &  className 
)
virtual makVrf::DtLocationEntryEventProcessor::~DtLocationEntryEventProcessor ( )
virtual

Member Function Documentation

virtual void makVrf::DtLocationEntryEventProcessor::enable ( )
virtual
virtual void makVrf::DtLocationEntryEventProcessor::disable ( )
virtual
virtual bool makVrf::DtLocationEntryEventProcessor::processMouseEvent ( const makVrv::DtMouseEvent ev,
makVrv::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 bool makVrf::DtLocationEntryEventProcessor::processKeyboardEvent ( const makVrv::DtKeyEvent ev,
makVrv::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.

const std::string& makVrf::DtLocationEntryEventProcessor::className ( )
inlinevirtual

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

Implements makVrv::DtEventProcessorInterface.

Member Data Documentation

bool makVrf::DtLocationEntryEventProcessor::myEnabled
protected
DtLocationEntryWidgetLogic* makVrf::DtLocationEntryEventProcessor::myLogic
protected
std::string makVrf::DtLocationEntryEventProcessor::myClassName
protected
makVrv::DtDe& makVrf::DtLocationEntryEventProcessor::myDe
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)