Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+6 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Qt.hh,v 1.4 2008/11/06 10:06:33 lgarnier Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4Qt.hh,v 1.6 2010/05/20 07:01:03 lgarnier Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
// To unify Qt event treatment between
// G4/interfaces Qt sessions and G4/visualizations Qt drivers.
@@ -38,6 +38,9 @@
#include "G4VInteractorManager.hh"
class QWidget;
class QString;
// Class description :
//
// G4Qt : a singleton to handle GUI sessions and visualization
@@ -55,6 +58,7 @@ public:
void* GetEvent();
void FlushAndWaitExecution();
virtual ~G4Qt();
private:
G4Qt (int,char**,char*);
static G4Qt* instance; // Pointer to single instance.