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;
a complete specification of a VTK event including all modifiers
bool operator==(vtkEvent *)
Used to compare whether two events are equal.
EventModifiers
Ways to specify modifiers to VTK events.
static vtkEvent * New()
The object factory constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard macros.
static int GetModifier(vtkRenderWindowInteractor *)
Convenience method computes the event modifier from an interactor.
bool operator==(unsigned long VTKEvent)
a simple class to control print indentation
abstract base class for most VTK objects
platform-independent render window interaction including picking and frame rate control.