Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4UImessenger.hh 74278 2013-10-02 15:04:18Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4UImessenger_h
|
||||
@@ -48,7 +48,8 @@ class G4UImessenger
|
||||
{
|
||||
public: // with description
|
||||
G4UImessenger();
|
||||
G4UImessenger(const G4String& path, const G4String& dsc);
|
||||
G4UImessenger(const G4String& path, const G4String& dsc,
|
||||
G4bool commandsToBeBroadcasted = true);
|
||||
// Constructor. In the implementation of the concrete messenger, all commands
|
||||
// related to the messenger must be constructed.
|
||||
virtual ~G4UImessenger();
|
||||
@@ -83,7 +84,8 @@ class G4UImessenger
|
||||
// shortcut way for creating directory and commands
|
||||
G4UIdirectory* baseDir; // used if new object is created
|
||||
G4String baseDirName; // used if dir already exists
|
||||
void CreateDirectory(const G4String& path, const G4String& dsc);
|
||||
void CreateDirectory(const G4String& path, const G4String& dsc,
|
||||
G4bool commandsToBeBroadcasted=true);
|
||||
template <typename T> T* CreateCommand(const G4String& cname,
|
||||
const G4String& dsc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user