Geant4-11
Public Slots | Public Member Functions | Private Member Functions | Private Attributes
G4ToolsSGQtDestroyCallback Class Reference

#include <G4ToolsSGQtViewer.hh>

Inheritance diagram for G4ToolsSGQtDestroyCallback:

Public Slots

void execute ()
 

Public Member Functions

 G4ToolsSGQtDestroyCallback (G4VViewer *a_viewer)
 
virtual ~G4ToolsSGQtDestroyCallback ()
 

Private Member Functions

 G4ToolsSGQtDestroyCallback (const G4ToolsSGQtDestroyCallback &)
 
G4ToolsSGQtDestroyCallbackoperator= (const G4ToolsSGQtDestroyCallback &)
 

Private Attributes

G4VViewerfViewer
 

Detailed Description

Definition at line 41 of file G4ToolsSGQtViewer.hh.

Constructor & Destructor Documentation

◆ G4ToolsSGQtDestroyCallback() [1/2]

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{}

◆ G4ToolsSGQtDestroyCallback() [2/2]

G4ToolsSGQtDestroyCallback::G4ToolsSGQtDestroyCallback ( const G4ToolsSGQtDestroyCallback )
private

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 }

References fViewer.

◆ operator=()

G4ToolsSGQtDestroyCallback & G4ToolsSGQtDestroyCallback::operator= ( const G4ToolsSGQtDestroyCallback )
private

Field Documentation

◆ fViewer

G4VViewer* G4ToolsSGQtDestroyCallback::fViewer
private

Definition at line 55 of file G4ToolsSGQtViewer.hh.

Referenced by execute().


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