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

Method SetToBeBroadcasted

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

Source from the content-addressed store, hash-verified

150 }
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; }

Callers 15

G4GDMLMessengerMethod · 0.80
G4EmMessengerMethod · 0.80
G4ScoringMessengerMethod · 0.80
G4NistMessengerMethod · 0.80
G4ParticleMessengerMethod · 0.80
G4AnalysisMessengerMethod · 0.80
G4UIcontrolMessengerMethod · 0.80
AddNewCommandMethod · 0.80
CommandClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected