26#ifndef vtkWidgetCallbackMapper_h
27#define vtkWidgetCallbackMapper_h
29#include "vtkInteractionWidgetsModule.h"
32VTK_ABI_NAMESPACE_BEGIN
80 unsigned long VTKEvent,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
81 void SetCallbackMethod(
unsigned long VTKEvent,
int modifiers,
char keyCode,
int repeatCount,
82 const char* keySym,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
a simple class to control print indentation
abstract base class for most VTK objects