29 #ifndef vtkWidgetCallbackMapper_h 30 #define vtkWidgetCallbackMapper_h 32 #include "vtkInteractionWidgetsModule.h" 81 void SetCallbackMethod(
82 unsigned long VTKEvent,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
83 void SetCallbackMethod(
unsigned long VTKEvent,
int modifiers,
char keyCode,
int repeatCount,
84 const char* keySym,
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
85 void SetCallbackMethod(
unsigned long VTKEvent,
vtkEventData* ed,
unsigned long widgetEvent,
95 void InvokeCallback(
unsigned long widgetEvent);
112 void SetCallbackMethod(
unsigned long widgetEvent,
vtkAbstractWidget* w, CallbackType f);
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...