VisualizationFoundation CATDeviceEvent
Usage: you must use this class as is. You should never derive it.
public class CATDeviceEvent
Class to notify an event from a device.
Role: Describe the nature of the event and
provide additionnal information specific to that event.
This class is derived for specific devices.
It Handles communication between the viewer, the manipulator ans
the CATDevices.
Constructor and Destructor Index
- o
~CATDeviceEvent()
-
Data Member Index
- o
GeneralModifier
- State of the Crtl and Shift Keyboard keys when the event occured.
Constructor and Destructor
o ~CATDeviceEvent
public virtual ~CATDeviceEvent( | ) |
-
Data Members
o GeneralModifier
public int GeneralModifier
-
State of the Crtl and Shift Keyboard keys when the event occured.
The state is set on a bit:
- ShiftModifierOn: The bit mask for the Shift key
- ControlModifierOn: The bit mask for the Control key
This object is included in the file: CATDeviceEvent.h
If needed, your Imakefile.mk should include the module: CATVisFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.