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

Method GetTreeEntry

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

Source from the content-addressed store, hash-verified

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

Callers 12

CompleteCommandMethod · 0.80
TerminalHelpMethod · 0.80
ListCommandMethod · 0.80
FillHelpTreeMethod · 0.80
CreateHelpTreeMethod · 0.80
CreateCompleterModelMethod · 0.80
InitHelpTreeItemsMethod · 0.80
CreateHelpTreeMethod · 0.80
RemoveCommandMethod · 0.80
CompleteCommandPathMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected