| 70 | inline const G4UIcommand* GetGuidance() const { return guidance; } |
| 71 | inline const G4String& GetPathName() const { return pathName; } |
| 72 | inline G4int GetTreeEntry() const { return G4int(tree.size()); } |
| 73 | inline G4int GetCommandEntry() const { return G4int(command.size()); } |
| 74 | inline G4UIcommandTree* GetTree(G4int i) { return tree[i - 1]; } |
| 75 | G4UIcommandTree* GetTree(const char* comNameC); |
no test coverage detected