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

Method GetTitle

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

Source from the content-addressed store, hash-verified

145 inline void SetGuidance(const char* aGuidance) { commandGuidance.emplace_back(aGuidance); }
146
147 inline const G4String GetTitle() const
148 {
149 return (commandGuidance.empty()) ? G4String("...Title not available...") : commandGuidance[0];
150 }
151
152 inline void SetToBeBroadcasted(G4bool val) { toBeBroadcasted = val; }
153 inline G4bool ToBeBroadcasted() const { return toBeBroadcasted; }

Callers 5

HelpTreeClicCallbackMethod · 0.45
GetHelpTreeToolTipsMethod · 0.45
ListCurrentMethod · 0.45
ListCurrentWithNumMethod · 0.45
CreateHTMLMethod · 0.45

Calls 2

G4StringClass · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected