MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetCommand

Method GetCommand

source/intercoms/include/G4UIcommandTree.hh:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 1

CompleteCommandPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected