18 class DtOsgGlStudioCockpit;
45 virtual const std::string& className();
Processor to handle events for the osgWidget overlay on a channel.
Definition: DtGlStudioEventProcessor.h:22
This class encapsulates a Key event.
Definition: DtKeyEvent.h:16
EventType
Describe the types of mouse events supported.
Definition: DtMouseEvent.h:23
This class encapsulates a mouse button event.
Definition: DtMouseEvent.h:19
The abstract Channel Class.
Definition: DtChannel.h:35
Interface for an event processor for a channel.
DtOsgGlStudioCockpit is the implementation of the distributed object of the same name (and under our ...
Definition: DtOsgGlStudioCockpit.h:48
virtual bool processWidgetEvent(const DtUniqueID &id, DtMouseEvent::EventType &eventType, const DtMouseState &mouseState, DtChannel &channel)
Ignore.
Definition: DtGlStudioEventProcessor.h:40
This class encapsulates the state associated with a mouse button event.
Definition: DtMouseState.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:22
DtOsgGlStudioCockpit * myCockpit
Definition: DtGlStudioEventProcessor.h:49
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtDe & myDe
Definition: DtGlStudioEventProcessor.h:48
The DtEventProcessorInterface defines the generic interface for classes which handle input events...
Definition: DtEventProcessorInterface.h:34