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

#include <G4ToolsSGQtViewer.hh>

+ Inheritance diagram for G4ToolsSGQtDestroyCallback:

Public Slots

void execute ()
 

Public Member Functions

 G4ToolsSGQtDestroyCallback (G4VViewer *a_viewer)
 
virtual ~G4ToolsSGQtDestroyCallback ()
 

Detailed Description

Definition at line 41 of file G4ToolsSGQtViewer.hh.

Constructor & Destructor Documentation

◆ G4ToolsSGQtDestroyCallback()

G4ToolsSGQtDestroyCallback::G4ToolsSGQtDestroyCallback ( G4VViewer a_viewer)
inline

Definition at line 44 of file G4ToolsSGQtViewer.hh.

44:fViewer(a_viewer) {}

◆ ~G4ToolsSGQtDestroyCallback()

virtual G4ToolsSGQtDestroyCallback::~G4ToolsSGQtDestroyCallback ( )
inlinevirtual

Definition at line 45 of file G4ToolsSGQtViewer.hh.

45{}

Member Function Documentation

◆ execute

void G4ToolsSGQtDestroyCallback::execute ( )
inlineslot

Definition at line 50 of file G4ToolsSGQtViewer.hh.

50 {
51 //::printf("debug : G4ToolsSGQtDestroyCallback::execute\n");
52 delete fViewer;
53 }

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