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 | 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.
virtual bool processKeyboardEvent (const makVrv::DtKeyEvent &ev, makVrv::DtChannel &channel)
 Processes a keyboard event on the channel.
const std::string & className ()
 Returns the name of the processor class, to be used for identifying an event processor.
- 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 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)