Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -50,18 +50,6 @@ private:
G4UIcommand* fpCommand;
};
class G4VisCommandSetTextColour: public G4VVisCommand {
public:
G4VisCommandSetTextColour ();
virtual ~G4VisCommandSetTextColour ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandSetTextColour (const G4VisCommandSetTextColour&);
G4VisCommandSetTextColour& operator = (const G4VisCommandSetTextColour&);
G4UIcommand* fpCommand;
};
class G4VisCommandSetLineWidth: public G4VVisCommand {
public:
G4VisCommandSetLineWidth ();
@@ -74,6 +62,18 @@ private:
G4UIcmdWithADouble* fpCommand;
};
class G4VisCommandSetTextColour: public G4VVisCommand {
public:
G4VisCommandSetTextColour ();
virtual ~G4VisCommandSetTextColour ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandSetTextColour (const G4VisCommandSetTextColour&);
G4VisCommandSetTextColour& operator = (const G4VisCommandSetTextColour&);
G4UIcommand* fpCommand;
};
class G4VisCommandSetTextLayout: public G4VVisCommand {
public:
G4VisCommandSetTextLayout ();
@@ -86,6 +86,18 @@ private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandSetTextSize: public G4VVisCommand {
public:
G4VisCommandSetTextSize ();
virtual ~G4VisCommandSetTextSize ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandSetTextSize (const G4VisCommandSetTextSize&);
G4VisCommandSetTextSize& operator = (const G4VisCommandSetTextSize&);
G4UIcmdWithADouble* fpCommand;
};
class G4VisCommandSetTouchable: public G4VVisCommand {
public:
G4VisCommandSetTouchable ();