29 #ifndef vtkWidgetCallbackMapper_h
30 #define vtkWidgetCallbackMapper_h
32 #include "vtkInteractionWidgetsModule.h"
81 void SetCallbackMethod(
unsigned long VTKEvent,
unsigned long widgetEvent,
83 void SetCallbackMethod(
unsigned long VTKEvent,
int modifiers,
char keyCode,
84 int repeatCount,
const char* keySym,
85 unsigned long widgetEvent,
95 void InvokeCallback(
unsigned long widgetEvent);
112 void SetCallbackMethod(
unsigned long widgetEvent,
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.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...