Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VisCommandsViewer.hh,v 1.7 2000/01/11 17:22:29 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4VisCommandsViewer.hh,v 1.9 2000/06/07 08:43:28 johna Exp $
// GEANT4 tag $Name: geant4-02-00 $
// /vis/viewer commands - John Allison 25th October 1998
@@ -24,7 +24,6 @@ public:
G4VVisCommandViewer ();
~G4VVisCommandViewer ();
protected:
G4String ShortName (const G4String &);
void UpdateCandidateLists ();
};
@@ -74,6 +73,17 @@ private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandViewerReset: public G4VVisCommandViewer {
public:
// Uses compiler defaults for copy constructor and assignment.
G4VisCommandViewerReset ();
~G4VisCommandViewerReset ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandViewerSelect: public G4VVisCommandViewer {
public:
// Uses compiler defaults for copy constructor and assignment.
@@ -85,11 +95,11 @@ private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandViewerShow: public G4VVisCommandViewer {
class G4VisCommandViewerUpdate: public G4VVisCommandViewer {
public:
// Uses compiler defaults for copy constructor and assignment.
G4VisCommandViewerShow ();
~G4VisCommandViewerShow ();
G4VisCommandViewerUpdate ();
~G4VisCommandViewerUpdate ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private: