Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+7 -8
View File
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4UIcommandTree.hh,v 1.17 2009-05-07 09:33:51 lgarnier Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
#ifndef G4UIcommandTree_h
@@ -54,15 +53,15 @@ class G4UIcommandTree
public:
void AddNewCommand(G4UIcommand * newCommand);
void RemoveCommand(G4UIcommand * aCommand);
G4UIcommand * FindPath(const char* commandPath);
G4UIcommandTree * FindCommandTree(const char* commandPath);
G4String CompleteCommandPath(const G4String commandPath);
G4UIcommand* FindPath(const char* commandPath) const;
G4UIcommandTree* FindCommandTree(const char* commandPath);
G4String CompleteCommandPath(const G4String& commandPath);
// Complete most available caracters in common into command path in the command line
// given
void List();
void ListCurrent();
void ListCurrentWithNum();
void List() const;
void ListCurrent() const;
void ListCurrentWithNum() const;
void CreateHTML();
private: