Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VtkInteractorStyle Class Reference

#include <G4VtkInteractorStyle.hh>

+ Inheritance diagram for G4VtkInteractorStyle:

Public Member Functions

 vtkTypeMacro (G4VtkInteractorStyle, vtkInteractorStyleMultiTouchCamera) void OnMouseMove() override
 
void OnLeftButtonDown () override
 
void OnLeftButtonUp () override
 
void OnMiddleButtonDown () override
 
void OnRightButtonDown () override
 

Static Public Member Functions

static G4VtkInteractorStyleNew ()
 

Detailed Description

Definition at line 38 of file G4VtkInteractorStyle.hh.

Member Function Documentation

◆ New()

static G4VtkInteractorStyle * G4VtkInteractorStyle::New ( )
static

◆ OnLeftButtonDown()

void G4VtkInteractorStyle::OnLeftButtonDown ( )
inlineoverride

Definition at line 49 of file G4VtkInteractorStyle.hh.

50 {
51 // Forward events
52 vtkInteractorStyleMultiTouchCamera::OnLeftButtonDown();
53 }

◆ OnLeftButtonUp()

void G4VtkInteractorStyle::OnLeftButtonUp ( )
inlineoverride

Definition at line 56 of file G4VtkInteractorStyle.hh.

57 {
58 // Forward events
59 vtkInteractorStyleMultiTouchCamera::OnLeftButtonUp();
60 }

◆ OnMiddleButtonDown()

void G4VtkInteractorStyle::OnMiddleButtonDown ( )
inlineoverride

Definition at line 62 of file G4VtkInteractorStyle.hh.

63 {
64 // Forward events
65 vtkInteractorStyleMultiTouchCamera::OnMiddleButtonDown();
66 }

◆ OnRightButtonDown()

void G4VtkInteractorStyle::OnRightButtonDown ( )
inlineoverride

Definition at line 68 of file G4VtkInteractorStyle.hh.

69 {
70 // Forward events
71 vtkInteractorStyleMultiTouchCamera::OnRightButtonDown();
72 }

◆ vtkTypeMacro()

G4VtkInteractorStyle::vtkTypeMacro ( G4VtkInteractorStyle ,
vtkInteractorStyleMultiTouchCamera  )
inlineoverride

Definition at line 42 of file G4VtkInteractorStyle.hh.

45 {
46 vtkInteractorStyleMultiTouchCamera::OnMouseMove();
47 }

The documentation for this class was generated from the following file: