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

Method ToBeBroadcasted

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

Source from the content-addressed store, hash-verified

151
152 inline void SetToBeBroadcasted(G4bool val) { toBeBroadcasted = val; }
153 inline G4bool ToBeBroadcasted() const { return toBeBroadcasted; }
154 inline void SetToBeFlushed(G4bool val) { toBeFlushed = val; }
155 inline G4bool ToBeFlushed() const { return toBeFlushed; }
156 inline void SetWorkerThreadOnly(G4bool val = true) { workerThreadOnly = val; }

Callers 2

ApplyCommandMethod · 0.80
AddNewCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected