21 class DtOsgGlStudioCockpit;
61 virtual const std::string& className();
Processor to handle events for the osgWidget overlay on a channel.
Definition: DtGlStudioEventProcessor.h:38
This class encapsulates a Key event.
Definition: DtKeyEvent.h:16
DtVirtualBaseClassCreator< DtGlStudioEventProcessor, DtOsgGlStudioCockpit * > DtGlStudioEventProcessorCreator
Creator class for DtObjectsListLogic.
Definition: DtGlStudioEventProcessor.h:25
EventType
Describe the types of mouse events supported.
Definition: DtMouseEvent.h:23
This class encapsulates a mouse button event.
Definition: DtMouseEvent.h:19
Variadic templated creator class for defining a DtVirtualBaseClass creator that is automatically regi...
Definition: DtVirtualBaseClassCreator.h:22
The abstract Channel Class.
Definition: DtChannel.h:35
const char * creatorTypeName< DtGlStudioEventProcessor >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtGlStudioEventProcessor.h:34
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:56
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:65
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:64
The DtEventProcessorInterface defines the generic interface for classes which handle input events...
Definition: DtEventProcessorInterface.h:34