52 "with colon-separated list.");
278 UI-> SetMacroSearchPath(newValue);
279 UI-> ParseMacroSearchPath();
283 UI-> ExecuteMacroFile(UI-> FindMacroPath(newValue));
324 st += getenv(newValue);
328 {
G4cerr <<
"<" << newValue <<
"> is not defined as a shell variable. Command ignored." <<
G4endl; }
360 if(comp==
">") x = (l>r);
361 else if(comp==
">=") x = (l>=r);
362 else if(comp==
"<") x = (l<r);
363 else if(comp==
"<=") x = (l<=r);
364 else if(comp==
"==") x = (l==r);
365 else if(comp==
"!=") x = (l!=r);
436 currentValue = UI-> GetMacroSearchPath();
void ForeachS(const char *valueList)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void ExecuteMacroFile(const char *fileName)
void SetParameter(G4UIparameter *const newParameter)
void RemoveAlias(const char *aliasName)
G4UIcmdWithAnInteger * verboseCommand
G4UIcmdWithAString * ManualCommand
void SetAlias(const char *aliasLine)
G4UIcmdWithAString * HTMLCommand
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
G4UIcmdWithAnInteger * suppressAbortionCommand
void SetParameterRange(const char *theRange)
void SetParameterCandidates(const char *theString)
G4UIcmdWithAnInteger * maxStoredHistCommand
void SetNewValue(G4UIcommand *command, G4String newValue)
G4UIcmdWithAString * macroPathCommand
void SetToBeBroadcasted(G4bool val)
G4UIcmdWithAString * shellCommand
void SetDefaultValue(const char *theDefaultValue)
static G4String ConvertToString(G4bool boolVal)
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int val)
static G4UImanager * GetUIpointer()
void SetSuppressAbortion(G4int i)
static G4StateManager * GetStateManager()
G4UIdirectory * controlDirectory
G4GLOB_DLL std::ostream G4cout
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
G4UIcmdWithAString * getEnvCmd
G4UIcmdWithAString * historyCommand
G4UIcmdWithAString * echoCmd
G4String DtoS(G4double a)
G4UIcommand * subtractCommand
G4UIcommand * multiplyCommand
void SetMaxHistSize(G4int mx)
void ListCommands(const char *direc)
G4UIcommand * foreachCommand
G4UIcommand * aliasCommand
G4String GetCurrentValue(G4UIcommand *command)
void SetDefaultValue(const char *defVal)
G4double StoD(G4String s)
G4UIcmdWithoutParameter * stopStoreHistoryCommand
G4UIcmdWithoutParameter * listAliasCommand
G4String SolveAlias(const char *aCmd)
void LoopS(const char *valueList)
void SetDefaultValue(G4int defVal)
G4UIcommand * divideCommand
void CreateHTML(const char *dir="/")
G4UIcommand * loopCommand
G4UIcommand * remainderCommand
G4UIcmdWithAString * unaliasCommand
void StoreHistory(const char *fileName="G4history.macro")
G4UIcmdWithAString * ExecuteCommand
G4int ApplyCommand(const char *aCommand)
G4GLOB_DLL std::ostream G4cerr
G4int GetMaxHistSize() const