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

Method GetParameter

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

Source from the content-addressed store, hash-verified

126 inline const G4String& GetCommandName() const { return commandName; }
127 inline std::size_t GetParameterEntries() const { return parameter.size(); }
128 inline G4UIparameter* GetParameter(G4int i) const { return parameter[i]; }
129 inline std::vector<G4ApplicationState>* GetStateList() { return &availabelStateList; }
130 inline G4UImessenger* GetMessenger() const { return messenger; }
131

Callers 15

CopyParametersFromMethod · 0.80
ExecuteCommandMethod · 0.80
ActWithAStringMethod · 0.80
CreateCommandWidgetMethod · 0.80
GetCommandListMethod · 0.80
updateHelpAreaMethod · 0.80
IsGUICommandMethod · 0.80
CreateCompleterModelMethod · 0.80
GetCurrentStringValueMethod · 0.80
DoCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected