| 74 | inline G4UIcommandTree* GetTree(G4int i) { return tree[i - 1]; } |
| 75 | G4UIcommandTree* GetTree(const char* comNameC); |
| 76 | inline G4UIcommand* GetCommand(G4int i) { return command[i - 1]; } |
| 77 | inline const G4String GetTitle() const |
| 78 | { |
| 79 | return (guidance == nullptr) ? G4String("...Title not available...") : guidance->GetTitle(); |