53 return myAllowEditing;
66 virtual const std::string& className();
Virtual base class.
Definition: DtVirtualBaseClass.h:22
This class encapsulates a Key event.
Definition: DtKeyEvent.h:19
Definition: vrfEditManagerEventProcessor.h:74
void setAllowEditing(bool b)
Definition: vrfEditManagerEventProcessor.h:46
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool myAllowEditing
Definition: vrfEditManagerEventProcessor.h:70
This class encapsulates a mouse button event.
Definition: DtMouseEvent.h:22
The abstract Channel Class.
Definition: DtChannel.h:29
Contains makVrv::DtVirtualBaseClass class.
Interface for an event processor for a channel.
This file contains the declaration for the class DtMouseEvent.
makVrv::DtDe & myDe
Definition: vrfEditManagerEventProcessor.h:69
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool allowEditing() const
Definition: vrfEditManagerEventProcessor.h:51
The DtEventProcessorInterface defines the generic interface for classes which handle input events...
Definition: DtEventProcessorInterface.h:37
Listen for double-click events on behalf of the DtVrfEditManager and initiate the edit process...
Definition: vrfEditManagerEventProcessor.h:35