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

Method IsOmittable

source/intercoms/include/G4UIparameter.hh:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 inline void SetOmittable(G4bool om) { omittable = om; }
100 inline G4bool IsOmittable() const { return omittable; }
101
102 inline void SetCurrentAsDefault(G4bool val) { currentAsDefaultFlag = val; }
103 inline G4bool GetCurrentAsDefault() const { return currentAsDefaultFlag; }

Callers 10

CreateCommandWidgetMethod · 0.80
GetCommandListMethod · 0.80
updateHelpAreaMethod · 0.80
CreateCompleterModelMethod · 0.80
CreateHTMLMethod · 0.80
DoItMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected