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,
int repeatCount,
73 const char* keySym,
unsigned long widgetEvent);
74 void SetTranslation(
vtkEvent* VTKevent,
unsigned long widgetEvent);
75 void SetTranslation(
unsigned long VTKEvent,
vtkEventData* edata,
unsigned long widgetEvent);
83 unsigned long GetTranslation(
unsigned long VTKEvent);
84 const char* GetTranslation(
const char* VTKEvent);
85 unsigned long GetTranslation(
86 unsigned long VTKEvent,
int modifier,
char keyCode,
int repeatCount,
const char* keySym);
87 unsigned long GetTranslation(
unsigned long VTKEvent,
vtkEventData* edata);
88 unsigned long GetTranslation(
vtkEvent* VTKEvent);
96 int RemoveTranslation(
97 unsigned long VTKEvent,
int modifier,
char keyCode,
int repeatCount,
const char* keySym);
100 int RemoveTranslation(
unsigned long VTKEvent);
101 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...