vtkPVContextInteractorStyle.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVContextInteractorStyle.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
24 #ifndef vtkPVContextInteractorStyle_h
25 #define vtkPVContextInteractorStyle_h
26 
28 #include "vtkRemotingViewsModule.h" //needed for exports
29 
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37  void OnLeftButtonDown() override;
38  void OnLeftButtonUp() override;
39  void OnMiddleButtonDown() override;
40  void OnMiddleButtonUp() override;
41  void OnRightButtonDown() override;
42  void OnRightButtonUp() override;
43  void OnMouseWheelForward() override;
44  void OnMouseWheelBackward() override;
45 
46 protected:
48  ~vtkPVContextInteractorStyle() override;
49 
50 private:
52  void operator=(const vtkPVContextInteractorStyle&) = delete;
53 };
54 
55 #endif
#define VTKREMOTINGVIEWS_EXPORT
virtual void OnLeftButtonUp()
virtual void OnMouseWheelForward()
virtual void OnMiddleButtonUp()
virtual void OnMiddleButtonDown()
virtual void OnMouseWheelBackward()
virtual void OnRightButtonDown()
extends vtkContextInteractorStyle to fire start/end interaction events.
virtual void OnRightButtonUp()
void PrintSelf(ostream &os, vtkIndent indent)
void operator=(const vtkObjectBase &)
static vtkContextInteractorStyle * New()
virtual void OnLeftButtonDown()