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

Method SetParameterName

source/intercoms/src/G4UIcmdWithAString.cc:43–50  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

41
42// --------------------------------------------------------------------
43void G4UIcmdWithAString::SetParameterName(const char* theName, G4bool omittable,
44 G4bool currentAsDefault)
45{
46 G4UIparameter* theParam = GetParameter(0);
47 theParam->SetParameterName(theName);
48 theParam->SetOmittable(omittable);
49 theParam->SetCurrentAsDefault(currentAsDefault);
50}
51
52// --------------------------------------------------------------------
53void G4UIcmdWithAString::SetCandidates(const char* candidateList)

Callers

nothing calls this directly

Calls 2

SetOmittableMethod · 0.80
SetCurrentAsDefaultMethod · 0.80

Tested by

no test coverage detected