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

#include <G4OpenInventorQtExaminerViewer.hh>

+ Inheritance diagram for HookEventProcState:

Public Member Functions

 HookEventProcState (G4OpenInventorQtExaminerViewer *)
 
 ~HookEventProcState ()
 
virtual G4bool Notify (G4ApplicationState requestedState)
 
 HookEventProcState (G4OpenInventorXtExaminerViewer *)
 
 ~HookEventProcState ()
 
virtual G4bool Notify (G4ApplicationState requiredState)
 
- Public Member Functions inherited from G4VStateDependent
 G4VStateDependent (G4bool bottom=false)
 
virtual ~G4VStateDependent ()
 
G4bool operator== (const G4VStateDependent &right) const
 
G4bool operator!= (const G4VStateDependent &right) const
 
virtual G4bool Notify (G4ApplicationState requestedState)=0
 

Detailed Description

Definition at line 39 of file G4OpenInventorQtExaminerViewer.hh.

Constructor & Destructor Documentation

◆ HookEventProcState() [1/2]

HookEventProcState::HookEventProcState ( G4OpenInventorQtExaminerViewer vwr)

Definition at line 4111 of file G4OpenInventorQtExaminerViewer.cc.

4112{
4113 viewer = vwr;
4114}

◆ ~HookEventProcState() [1/2]

HookEventProcState::~HookEventProcState ( )

Definition at line 4116 of file G4OpenInventorQtExaminerViewer.cc.

4117{;}

◆ HookEventProcState() [2/2]

HookEventProcState::HookEventProcState ( G4OpenInventorXtExaminerViewer vwr)

Definition at line 4924 of file G4OpenInventorXtExaminerViewer.cc.

4925{
4926 this->viewer = vwr;
4927}

◆ ~HookEventProcState() [2/2]

HookEventProcState::~HookEventProcState ( )

Member Function Documentation

◆ Notify() [1/2]

G4bool HookEventProcState::Notify ( G4ApplicationState  requestedState)
virtual

Implements G4VStateDependent.

Definition at line 4119 of file G4OpenInventorQtExaminerViewer.cc.

4120{
4121 if (requestedState == G4State_EventProc) viewer->newEvents = true;
4122 return true;
4123}
@ G4State_EventProc

◆ Notify() [2/2]

virtual G4bool HookEventProcState::Notify ( G4ApplicationState  requiredState)
virtual

Implements G4VStateDependent.


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