Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -80,6 +80,7 @@ class G4VisCommandOpen: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandOpen ();
|
||||
virtual ~G4VisCommandOpen ();
|
||||
G4String GetCurrentValue(G4UIcommand*);
|
||||
void SetNewValue (G4UIcommand* command, G4String newValue);
|
||||
private:
|
||||
G4VisCommandOpen (const G4VisCommandOpen&);
|
||||
@@ -87,6 +88,18 @@ private:
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
class G4VisCommandPlot: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandPlot ();
|
||||
virtual ~G4VisCommandPlot ();
|
||||
G4String GetCurrentValue (G4UIcommand* command);
|
||||
void SetNewValue (G4UIcommand* command, G4String newValue);
|
||||
private:
|
||||
G4VisCommandPlot (const G4VisCommandPlot&);
|
||||
G4VisCommandPlot& operator = (const G4VisCommandPlot&);
|
||||
G4UIcommand* fpCommand;
|
||||
};
|
||||
|
||||
class G4VisCommandSpecify: public G4VVisCommand {
|
||||
public:
|
||||
G4VisCommandSpecify ();
|
||||
|
||||
Reference in New Issue
Block a user