|
| | ~G4UImanager () |
| |
| G4String | GetCurrentValues (const char *aCommand) |
| |
| void | AddNewCommand (G4UIcommand *newCommand) |
| |
| void | RemoveCommand (G4UIcommand *aCommand) |
| |
| void | ExecuteMacroFile (const char *fileName) |
| |
| void | Loop (const char *macroFile, const char *variableName, G4double initialValue, G4double finalValue, G4double stepSize=1.0) |
| |
| void | Foreach (const char *macroFile, const char *variableName, const char *candidates) |
| |
| G4int | ApplyCommand (const char *aCommand) |
| |
| G4int | ApplyCommand (const G4String &aCommand) |
| |
| void | StoreHistory (const char *fileName="G4history.macro") |
| |
| void | StoreHistory (G4bool historySwitch, const char *fileName="G4history.macro") |
| |
| void | ListCommands (const char *direc) |
| |
| void | SetAlias (const char *aliasLine) |
| |
| void | RemoveAlias (const char *aliasName) |
| |
| void | ListAlias () |
| |
| G4String | SolveAlias (const char *aCmd) |
| |
| void | CreateHTML (const char *dir="/") |
| |
| void | LoopS (const char *valueList) |
| |
| void | ForeachS (const char *valueList) |
| |
| virtual G4bool | Notify (G4ApplicationState requestedState) |
| |
| G4String | GetCurrentStringValue (const char *aCommand, G4int parameterNumber=1, G4bool reGet=true) |
| |
| G4int | GetCurrentIntValue (const char *aCommand, G4int parameterNumber=1, G4bool reGet=true) |
| |
| G4double | GetCurrentDoubleValue (const char *aCommand, G4int parameterNumber=1, G4bool reGet=true) |
| |
| G4String | GetCurrentStringValue (const char *aCommand, const char *aParameterName, G4bool reGet=true) |
| |
| G4int | GetCurrentIntValue (const char *aCommand, const char *aParameterName, G4bool reGet=true) |
| |
| G4double | GetCurrentDoubleValue (const char *aCommand, const char *aParameterName, G4bool reGet=true) |
| |
| void | SetPauseAtBeginOfEvent (G4bool vl) |
| |
| G4bool | GetPauseAtBeginOfEvent () const |
| |
| void | SetPauseAtEndOfEvent (G4bool vl) |
| |
| G4bool | GetPauseAtEndOfEvent () const |
| |
| G4UIcommandTree * | GetTree () const |
| |
| G4UIsession * | GetSession () const |
| |
| G4UIsession * | GetG4UIWindow () const |
| |
| void | SetSession (G4UIsession *const value) |
| |
| void | SetG4UIWindow (G4UIsession *const value) |
| |
| void | SetCoutDestination (G4UIsession *const value) |
| |
| void | SetVerboseLevel (G4int val) |
| |
| G4int | GetVerboseLevel () const |
| |
| G4int | GetNumberOfHistory () const |
| |
| G4String | GetPreviousCommand (G4int i) const |
| |
| void | SetMaxHistSize (G4int mx) |
| |
| G4int | GetMaxHistSize () const |
| |
| void | SetMacroSearchPath (const G4String &path) |
| |
| const G4String & | GetMacroSearchPath () const |
| |
| void | ParseMacroSearchPath () |
| |
| G4String | FindMacroPath (const G4String &fname) const |
| |
| void | SetMasterUIManager (G4bool val) |
| |
| void | SetIgnoreCmdNotFound (G4bool val) |
| |
| std::vector< G4String > * | GetCommandStack () |
| |
| void | RegisterBridge (G4UIbridge *brg) |
| |
| void | SetUpForAThread (G4int tId) |
| |
| void | SetUpForSpecialThread (G4String aPrefix) |
| |
| G4int | GetThreadID () const |
| |
| void | SetCoutFileName (const G4String &fileN="G4cout.txt", G4bool ifAppend=true) |
| |
| void | SetCerrFileName (const G4String &fileN="G4cerr.txt", G4bool ifAppend=true) |
| |
| void | SetThreadPrefixString (const G4String &s="W") |
| |
| void | SetThreadUseBuffer (G4bool flg=true) |
| |
| void | SetThreadIgnore (G4int tid=0) |
| |
| void | SetThreadIgnoreInit (G4bool flg=true) |
| |
| G4MTcoutDestination * | GetThreadCout () |
| |
| | G4VStateDependent (G4bool bottom=false) |
| |
| virtual | ~G4VStateDependent () |
| |
| G4int | operator== (const G4VStateDependent &right) const |
| |
| G4int | operator!= (const G4VStateDependent &right) const |
| |
Definition at line 56 of file G4UImanager.hh.