Ignore:
Timestamp:
May 5, 2009, 5:45:31 PM (15 years ago)
Author:
garnier
Message:

en test. Ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/intercoms/include/G4UIcommandTree.hh

    r1016 r1027  
    5757      G4UIcommand * FindPath(const char* commandPath);
    5858      G4UIcommandTree * FindCommandTree(const char* commandPath);
     59  G4String CompleteCommandPath(const G4String commandPath);
     60      // Complete most available caracters in common into command path in the command line
     61      // given
     62
    5963      void List();
    6064      void ListCurrent();
     
    6569      G4String CreateFileName(const char* pName);
    6670      G4String ModStr(const char* strS);
     71  G4String GetFirstMatchedString(const G4String&,const G4String&) const;
    6772
    6873      std::vector<G4UIcommand*> command;
Note: See TracChangeset for help on using the changeset viewer.