17#ifndef vtkTrackballPan_h
18#define vtkTrackballPan_h
22#include "vtkInteractionStyleModule.h"
26VTK_ABI_NAMESPACE_BEGIN
70 std::unique_ptr<vtkInternals> Internals;
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
void OnButtonUp(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
static vtkTrackballPan * New()
void EndInteraction() override
Unimplemented methods from vtkCameraManipulator.
void StartInteraction() override
Unimplemented methods from vtkCameraManipulator.
void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnKeyUp(vtkRenderWindowInteractor *) override
Overriden to detect if the 'x' or 'y' keys are pressed to constrain the panning to a particular axis.
void OnKeyDown(vtkRenderWindowInteractor *) override
Overriden to detect if the 'x' or 'y' keys are pressed to constrain the panning to a particular axis.
~vtkTrackballPan() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.