35 #ifndef vtkInteractorEventRecorder_h
36 #define vtkInteractorEventRecorder_h
40 #include "vtkRenderingCoreModule.h"
42 VTK_ABI_NAMESPACE_BEGIN
69 vtkSetFilePathMacro(FileName);
70 vtkGetFilePathMacro(FileName);
117 vtkSetStringMacro(InputString);
118 vtkGetStringMacro(InputString);
140 static void ProcessCharEvent(
141 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
142 static void ProcessDeleteEvent(
143 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
145 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
147 virtual void WriteEvent(
const char* event,
int pos[2],
int modifiers,
int keyCode,
148 int repeatCount,
char* keySym,
void* callData =
nullptr);
151 "This method was not used at all and has been replaced by ReadEvent(const std::string&)")
152 virtual
void ReadEvent(){};
184 VTK_ABI_NAMESPACE_END
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...