28 #ifndef __vtkWidgetCallbackMapper_h
29 #define __vtkWidgetCallbackMapper_h
31 #include "vtkInteractionWidgetsModule.h"
32 #include "vtkObject.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
74 void SetCallbackMethod(
unsigned long VTKEvent,
unsigned long widgetEvent,
76 void SetCallbackMethod(
unsigned long VTKEvent,
int modifiers,
char keyCode,
77 int repeatCount,
const char* keySym,
78 unsigned long widgetEvent,
86 void InvokeCallback(
unsigned long widgetEvent);
103 void SetCallbackMethod(
unsigned long widgetEvent,