Ignore:
Timestamp:
Jun 1, 2010, 6:36:22 PM (14 years ago)
Author:
garnier
Message:

update from CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VisCommandsSceneAdd.hh

    r1170 r1288  
    2525//
    2626//
    27 // $Id: G4VisCommandsSceneAdd.hh,v 1.19 2009/11/04 13:15:02 allison Exp $
     27// $Id: G4VisCommandsSceneAdd.hh,v 1.20 2010/05/30 11:30:49 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929
     
    5151  G4VisCommandSceneAddAxes& operator = (const G4VisCommandSceneAddAxes&);
    5252  G4UIcommand* fpCommand;
     53};
     54
     55class G4VisCommandSceneAddDigis: public G4VVisCommandScene {
     56public:
     57  G4VisCommandSceneAddDigis ();
     58  virtual ~G4VisCommandSceneAddDigis ();
     59  G4String GetCurrentValue (G4UIcommand* command);
     60  void SetNewValue (G4UIcommand* command, G4String newValue);
     61private:
     62  G4VisCommandSceneAddDigis (const G4VisCommandSceneAddDigis&);
     63  G4VisCommandSceneAddDigis& operator = (const G4VisCommandSceneAddDigis&);
     64  G4UIcmdWithoutParameter* fpCommand;
     65  G4UIcmdWithoutParameter* fpCommandUS;
    5366};
    5467
Note: See TracChangeset for help on using the changeset viewer.