39 #ifndef vtkInteractorStyleUser_h
40 #define vtkInteractorStyleUser_h
42 #include "vtkInteractionStyleModule.h"
46 #define VTKIS_USERINTERACTION 8
62 vtkGetVector2Macro(LastPos,
int);
71 vtkGetVector2Macro(OldPos,
int);
79 vtkGetMacro(ShiftKey,
int);
80 vtkGetMacro(CtrlKey,
int);
87 vtkGetMacro(Char,
int);
95 vtkGetStringMacro(KeySym);
103 vtkGetMacro(Button,
int);
a simple class to control print indentation
provides customizable interaction routines
void OnRightButtonUp() override
void OnMouseWheelForward() override
void OnRightButtonDown() override
void OnKeyRelease() override
~vtkInteractorStyleUser() override
void OnMiddleButtonUp() override
void OnMouseWheelBackward() override
void OnExpose() override
These are more esoteric events, but are useful in some cases.
void OnChar() override
Keyboard functions.
void OnTimer() override
OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.
void OnLeftButtonDown() override
void OnConfigure() override
static vtkInteractorStyleUser * New()
void OnKeyPress() override
void OnMouseMove() override
Generic event bindings.
void OnLeftButtonUp() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnMiddleButtonDown() override
provide event-driven interface to the rendering window (defines trackball mode)