Go to the documentation of this file.
29 #include "vtkInteractionWidgetsModule.h"
66 vtkSetMacro(EventId,
unsigned long);
67 vtkGetMacro(EventId,
unsigned long);
74 vtkSetMacro(Modifier,
int);
75 vtkGetMacro(Modifier,
int);
82 vtkSetMacro(KeyCode,
char);
83 vtkGetMacro(KeyCode,
char);
90 vtkSetMacro(RepeatCount,
int);
91 vtkGetMacro(RepeatCount,
int);
98 vtkSetStringMacro(KeySym);
99 vtkGetStringMacro(KeySym);
126 void operator=(
const vtkEvent&) =
delete;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
a complete specification of a VTK event including all modifiers
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
VTKCOMMONCORE_EXPORT bool operator==(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
platform-independent render window interaction including picking and frame rate control.
EventModifiers
Ways to specify modifiers to VTK events.