Go to the documentation of this file.
29 #include "vtkInteractionWidgetsModule.h"
67 vtkGetMacro(EventId,
unsigned long);
75 vtkGetMacro(Modifier,
int);
83 vtkGetMacro(KeyCode,
char);
91 vtkGetMacro(RepeatCount,
int);
98 vtkSetStringMacro(KeySym);
126 void operator=(
const vtkEvent&) VTK_DELETE_FUNCTION;
static vtkEvent * New()
The object factory constructor.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
a complete specification of a VTK event including all modifiers
a simple class to control print indentation
static int GetModifier(vtkRenderWindowInteractor *)
Convenience method computes the event modifier from an interactor.
bool operator==(unsigned long VTKEvent)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
platform-independent render window interaction including picking and frame rate control.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
EventModifiers
Ways to specify modifiers to VTK events.
bool operator==(vtkEvent *)
Used to compare whether two events are equal.