17#ifndef vtkWidgetCallbackMapper_h
18#define vtkWidgetCallbackMapper_h
20#include "vtkInteractionWidgetsModule.h"
23VTK_ABI_NAMESPACE_BEGIN
71 unsigned long VTKEvent,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
72 void SetCallbackMethod(
unsigned long VTKEvent,
int modifiers,
char keyCode,
int repeatCount,
73 const char* keySym,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
a simple class to control print indentation
abstract base class for most VTK objects