| 68 | void CreateHTML(const G4String& = ""); |
| 69 | |
| 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()); } |