36 #ifndef vtkWidgetEventTranslator_h
37 #define vtkWidgetEventTranslator_h
39 #include "vtkInteractionWidgetsModule.h"
73 void SetTranslation(
unsigned long VTKEvent,
unsigned long widgetEvent);
74 void SetTranslation(
const char *VTKEvent,
const char *widgetEvent);
75 void SetTranslation(
unsigned long VTKEvent,
int modifier,
char keyCode,
76 int repeatCount,
const char* keySym,
unsigned long widgetEvent);
77 void SetTranslation(
vtkEvent *VTKevent,
unsigned long widgetEvent);
85 unsigned long GetTranslation(
unsigned long VTKEvent);
86 const char *GetTranslation(
const char *VTKEvent);
87 unsigned long GetTranslation(
unsigned long VTKEvent,
int modifier,
char keyCode,
88 int repeatCount,
char* keySym);
89 unsigned long GetTranslation(
vtkEvent *VTKEvent);
97 int RemoveTranslation(
unsigned long VTKEvent,
98 int modifier,
char keyCode,
99 int repeatCount,
char* keySym);
100 int RemoveTranslation(
vtkEvent *e );
101 int RemoveTranslation(
unsigned long VTKEvent);
102 int RemoveTranslation(
const char *VTKEvent);
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...