#include <G4OpenInventorXtExaminerViewer.hh>
Inheritance diagram for HookEventProcState:

Public Member Functions | |
| HookEventProcState (G4OpenInventorXtExaminerViewer *) | |
| ~HookEventProcState () | |
| virtual G4bool | Notify (G4ApplicationState requiredState) |
Definition at line 34 of file G4OpenInventorXtExaminerViewer.hh.
| HookEventProcState::HookEventProcState | ( | G4OpenInventorXtExaminerViewer * | ) |
| HookEventProcState::~HookEventProcState | ( | ) |
| G4bool HookEventProcState::Notify | ( | G4ApplicationState | requiredState | ) | [virtual] |
Implements G4VStateDependent.
Definition at line 4732 of file G4OpenInventorXtExaminerViewer.cc.
References G4State_EventProc, and G4OpenInventorXtExaminerViewer::newEvents.
04733 { 04734 if(requiredState == G4State_EventProc){ 04735 this->viewer->newEvents = true; 04736 } 04737 return true; 04738 }
1.4.7