62#ifndef vtkInteractorStyleUser_h
63#define vtkInteractorStyleUser_h
65#include "vtkInteractionStyleModule.h"
69#define VTKIS_USERINTERACTION 8
85 vtkGetVector2Macro(LastPos,
int);
94 vtkGetVector2Macro(OldPos,
int);
102 vtkGetMacro(ShiftKey,
int);
103 vtkGetMacro(CtrlKey,
int);
110 vtkGetMacro(Char,
int);
118 vtkGetStringMacro(KeySym);
126 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)