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,
int repeatCount,
76 const char* keySym,
unsigned long widgetEvent);
77 void SetTranslation(
vtkEvent* VTKevent,
unsigned long widgetEvent);
78 void SetTranslation(
unsigned long VTKEvent,
vtkEventData* edata,
unsigned long widgetEvent);
86 unsigned long GetTranslation(
unsigned long VTKEvent);
87 const char* GetTranslation(
const char* VTKEvent);
88 unsigned long GetTranslation(
89 unsigned long VTKEvent,
int modifier,
char keyCode,
int repeatCount,
const char* keySym);
90 unsigned long GetTranslation(
unsigned long VTKEvent,
vtkEventData* edata);
91 unsigned long GetTranslation(
vtkEvent* VTKEvent);
99 int RemoveTranslation(
100 unsigned long VTKEvent,
int modifier,
char keyCode,
int repeatCount,
const char* keySym);
103 int RemoveTranslation(
unsigned long VTKEvent);
104 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...