33 #ifndef vtkWidgetEventTranslator_h 34 #define vtkWidgetEventTranslator_h 36 #include "vtkInteractionWidgetsModule.h" 70 void SetTranslation(
unsigned long VTKEvent,
unsigned long widgetEvent);
71 void SetTranslation(
const char *VTKEvent,
const char *widgetEvent);
72 void SetTranslation(
unsigned long VTKEvent,
int modifier,
char keyCode,
73 int repeatCount,
const char* keySym,
unsigned long widgetEvent);
74 void SetTranslation(
vtkEvent *VTKevent,
unsigned long widgetEvent);
82 unsigned long GetTranslation(
unsigned long VTKEvent);
83 const char *GetTranslation(
const char *VTKEvent);
84 unsigned long GetTranslation(
unsigned long VTKEvent,
int modifier,
char keyCode,
85 int repeatCount,
char* keySym);
86 unsigned long GetTranslation(
vtkEvent *VTKEvent);
94 int RemoveTranslation(
unsigned long VTKEvent,
95 int modifier,
char keyCode,
96 int repeatCount,
char* keySym);
97 int RemoveTranslation(
vtkEvent *e );
98 int RemoveTranslation(
unsigned long VTKEvent);
99 int RemoveTranslation(
const char *VTKEvent);
123 vtkEventMap *EventMap;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
platform-independent render window interaction including picking and frame rate control.
supports function callbacks
a simple class to control print indentation
a complete specification of a VTK event including all modifiers
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...