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

Method GetGuidanceEntries

source/intercoms/include/G4UIcommand.hh:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 inline const G4String& GetRange() const { return rangeExpression; }
123 inline std::size_t GetGuidanceEntries() const { return commandGuidance.size(); }
124 inline const G4String& GetGuidanceLine(G4int i) const { return commandGuidance[i]; }
125 inline const G4String& GetCommandPath() const { return commandPath; }
126 inline const G4String& GetCommandName() const { return commandName; }

Callers 8

CopyGuidanceFromMethod · 0.80
GetCommandListMethod · 0.80
updateHelpAreaMethod · 0.80
CreateCompleterModelMethod · 0.80
CreateHTMLMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected