47 #ifndef vtkInteractorEventRecorder_h
48 #define vtkInteractorEventRecorder_h
52 #include "vtkRenderingCoreModule.h"
80 vtkSetFilePathMacro(FileName);
81 vtkGetFilePathMacro(FileName);
128 vtkSetStringMacro(InputString);
129 vtkGetStringMacro(InputString);
151 static void ProcessCharEvent(
152 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
153 static void ProcessDeleteEvent(
154 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
156 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
158 virtual void WriteEvent(
const char* event,
int pos[2],
int modifiers,
int keyCode,
159 int repeatCount,
char* keySym,
void* callData =
nullptr);
162 "This method was not used at all and has been replaced by ReadEvent(const std::string&)")
163 virtual
void ReadEvent(){};
virtual void SetInteractor(vtkRenderWindowInteractor *iren)
This method is used to associate the widget with the render window interactor.
abstract base class for most VTK objects
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
Handles the char widget activation event.
#define VTK_DEPRECATED_IN_9_2_0(reason)
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state.
a vtkAbstractArray subclass for strings
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
float CurrentStreamVersion
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor ...
platform-independent render window interaction including picking and frame rate control.
supports function callbacks
a simple class to control print indentation
static float StreamVersion
vtkCallbackCommand * DeleteEventCallbackCommand
record and play VTK events passing through a vtkRenderWindowInteractor
vtkTypeBool ReadFromInputString
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...