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

#include <G4OpenInventorQtViewer.hh>

+ Inheritance diagram for G4OpenInventorQtDestroyCallback:

Public Slots

void execute ()
 

Public Member Functions

 G4OpenInventorQtDestroyCallback (G4OpenInventorQtViewer *a_viewer)
 
virtual ~G4OpenInventorQtDestroyCallback ()=default
 

Detailed Description

Definition at line 127 of file G4OpenInventorQtViewer.hh.

Constructor & Destructor Documentation

◆ G4OpenInventorQtDestroyCallback()

G4OpenInventorQtDestroyCallback::G4OpenInventorQtDestroyCallback ( G4OpenInventorQtViewer * a_viewer)
inline

Definition at line 130 of file G4OpenInventorQtViewer.hh.

130:fViewer(a_viewer) {}

◆ ~G4OpenInventorQtDestroyCallback()

virtual G4OpenInventorQtDestroyCallback::~G4OpenInventorQtDestroyCallback ( )
virtualdefault

Member Function Documentation

◆ execute

void G4OpenInventorQtDestroyCallback::execute ( )
inlineslot

Definition at line 133 of file G4OpenInventorQtViewer.hh.

133 {
134 delete fViewer;
135 }

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