Go to the documentation of this file.
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);
void OnKeyRelease() override
void OnChar() override
Keyboard functions.
static vtkInteractorStyleUser * New()
void OnLeftButtonDown() override
~vtkInteractorStyleUser() override
void OnTimer() override
OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.
void OnExpose() override
These are more esoteric events, but are useful in some cases.
void OnMiddleButtonDown() override
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.
void OnRightButtonUp() override
void OnMiddleButtonUp() override
void OnRightButtonDown() override
provide event-driven interface to the rendering window (defines trackball mode)
void OnMouseWheelForward() override
void OnKeyPress() override
provides customizable interaction routines
void OnMouseWheelBackward() override
void OnLeftButtonUp() override
void OnMouseMove() override
Generic event bindings.
void OnConfigure() override