29 #include "vtkInteractionWidgetsModule.h"
67 vtkSetMacro(EventId,
unsigned long);
68 vtkGetMacro(EventId,
unsigned long);
75 vtkSetMacro(Modifier,
int);
76 vtkGetMacro(Modifier,
int);
83 vtkSetMacro(KeyCode,
char);
84 vtkGetMacro(KeyCode,
char);
91 vtkSetMacro(RepeatCount,
int);
92 vtkGetMacro(RepeatCount,
int);
99 vtkSetStringMacro(KeySym);
100 vtkGetStringMacro(KeySym);
127 void operator=(
const vtkEvent&) =
delete;
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.
EventModifiers
Ways to specify modifiers to VTK events.
platform-independent render window interaction including picking and frame rate control.
bool VTKCOMMONDATAMODEL_EXPORT operator==(vtkEdgeBase e1, vtkEdgeBase e2)
a simple class to control print indentation
a complete specification of a VTK event including all modifiers
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...