45 G4bool commandsToBeBroadcasted)
68 std::ostringstream os;
76 std::ostringstream os;
84 std::ostringstream os;
92 return b ?
"true" :
"0";
116 G4String v = G4StrUtil::to_upper_copy(std::move(str));
117 return (v ==
"Y" || v ==
"YES" || v ==
"1" || v ==
"T" || v ==
"TRUE");
129 G4bool commandsToBeBroadcasted)
134 if (fullpath.back() !=
'/') {
135 fullpath.append(
"/");
139 if (tree !=
nullptr) {
G4GLOB_DLL std::ostream G4cerr
const G4String & GetPathName() const
G4UIcommandTree * FindCommandTree(const char *commandPath)
const G4String & GetCommandPath() const
void SetGuidance(const char *aGuidance)
G4UIcommandTree * GetTree() const
static G4UImanager * GetUIpointer()
virtual G4String GetCurrentValue(G4UIcommand *command)
G4double StoD(const G4String &s)
void AddUIcommand(G4UIcommand *newCommand)
G4String DtoS(G4double a)
G4long StoL(const G4String &s)
void CreateDirectory(const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
virtual void SetNewValue(G4UIcommand *command, G4String newValue)
G4int StoI(const G4String &s)
T StoT(const G4String &s)