 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #include "vtkInteractionWidgetsModule.h"
64 vtkSetMacro(EventId,
unsigned long);
65 vtkGetMacro(EventId,
unsigned long);
72 vtkSetMacro(Modifier,
int);
73 vtkGetMacro(Modifier,
int);
80 vtkSetMacro(KeyCode,
char);
81 vtkGetMacro(KeyCode,
char);
88 vtkSetMacro(RepeatCount,
int);
89 vtkGetMacro(RepeatCount,
int);
96 vtkSetStringMacro(KeySym);
97 vtkGetStringMacro(KeySym);
124 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.