17 #include "vtkInteractionWidgetsModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetMacro(EventId,
unsigned long);
57 vtkGetMacro(EventId,
unsigned long);
64 vtkSetMacro(Modifier,
int);
65 vtkGetMacro(Modifier,
int);
72 vtkSetMacro(KeyCode,
char);
73 vtkGetMacro(KeyCode,
char);
80 vtkSetMacro(RepeatCount,
int);
81 vtkGetMacro(RepeatCount,
int);
88 vtkSetStringMacro(KeySym);
89 vtkGetStringMacro(KeySym);
116 void operator=(
const vtkEvent&) =
delete;
119 VTK_ABI_NAMESPACE_END
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.
bool VTKCOMMONCORE_EXPORT operator==(const std::string &a, const vtkStringToken &b)
EventModifiers
Ways to specify modifiers to VTK events.
platform-independent render window interaction including picking and frame rate control.
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...