39 #ifndef __vtkInteractorEventRecorder_h
40 #define __vtkInteractorEventRecorder_h
58 vtkSetStringMacro(FileName);
59 vtkGetStringMacro(FileName);
79 vtkSetMacro(ReadFromInputString,
int);
80 vtkGetMacro(ReadFromInputString,
int);
81 vtkBooleanMacro(ReadFromInputString,
int);
86 vtkSetStringMacro(InputString);
87 vtkGetStringMacro(InputString);
106 static void ProcessCharEvent(
vtkObject*
object,
unsigned long event,
107 void* clientdata,
void* calldata);
109 void* clientdata,
void* calldata);
111 virtual void WriteEvent(
const char* event,
int pos[2],
int ctrlKey,
112 int shiftKey,
int keyCode,
int repeatCount,
115 virtual void ReadEvent();