56#ifndef vtkInteractorStyleUser_h
57#define vtkInteractorStyleUser_h
59#include "vtkInteractionStyleModule.h"
64#define VTKIS_USERINTERACTION 8
66VTK_ABI_NAMESPACE_BEGIN
81 vtkGetVector2Macro(LastPos,
int);
90 vtkGetVector2Macro(OldPos,
int);
98 vtkGetMacro(ShiftKey,
int);
99 vtkGetMacro(CtrlKey,
int);
106 vtkGetMacro(Char,
int);
114 vtkGetStringMacro(KeySym);
122 vtkGetMacro(Button,
int);
a simple class to control print indentation
provides customizable interaction routines
void OnRightButtonUp() override
Generic event bindings.
void OnLeave() override
These are more esoteric events, but are useful in some cases.
void OnMouseWheelForward() override
Generic event bindings.
void OnRightButtonDown() override
Generic event bindings.
void OnKeyRelease() override
Keyboard functions.
~vtkInteractorStyleUser() override
void OnMiddleButtonUp() override
Generic event bindings.
void OnEnter() override
These are more esoteric events, but are useful in some cases.
static vtkInteractorStyleUser * New()
void OnMouseWheelBackward() override
Generic event bindings.
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
Generic event bindings.
void OnConfigure() override
These are more esoteric events, but are useful in some cases.
void OnKeyPress() override
Keyboard functions.
void OnMouseMove() override
Generic event bindings.
void OnLeftButtonUp() override
Generic event bindings.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnMiddleButtonDown() override
Generic event bindings.
provide event-driven interface to the rendering window (defines trackball mode)