|
Geant4_10
|
#include <G4UImanager.hh>


Public Member Functions | |
| ~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 | 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) |
Public Member Functions inherited from G4VStateDependent | |
| G4VStateDependent (G4bool bottom=false) | |
| virtual | ~G4VStateDependent () |
| G4int | operator== (const G4VStateDependent &right) const |
| G4int | operator!= (const G4VStateDependent &right) const |
Static Public Member Functions | |
| static G4UImanager * | GetUIpointer () |
| static G4UImanager * | GetMasterUIpointer () |
Protected Member Functions | |
| G4UImanager () | |
Definition at line 56 of file G4UImanager.hh.
|
protected |
Definition at line 74 of file G4UImanager.cc.


| G4UImanager::~G4UImanager | ( | ) |
| void G4UImanager::AddNewCommand | ( | G4UIcommand * | newCommand | ) |
| G4int G4UImanager::ApplyCommand | ( | const char * | aCommand | ) |
| void G4UImanager::CreateHTML | ( | const char * | dir = "/" | ) |
Definition at line 628 of file G4UImanager.cc.


| void G4UImanager::ExecuteMacroFile | ( | const char * | fileName | ) |
Definition at line 278 of file G4UImanager.cc.


Definition at line 667 of file G4UImanager.cc.
| void G4UImanager::Foreach | ( | const char * | macroFile, |
| const char * | variableName, | ||
| const char * | candidates | ||
| ) |
Definition at line 347 of file G4UImanager.cc.


| void G4UImanager::ForeachS | ( | const char * | valueList | ) |
Definition at line 331 of file G4UImanager.cc.


| std::vector< G4String > * G4UImanager::GetCommandStack | ( | ) |
| G4int G4UImanager::GetCurrentIntValue | ( | const char * | aCommand, |
| G4int | parameterNumber = 1, |
||
| G4bool | reGet = true |
||
| ) |
Definition at line 218 of file G4UImanager.cc.


| G4String G4UImanager::GetCurrentStringValue | ( | const char * | aCommand, |
| G4int | parameterNumber = 1, |
||
| G4bool | reGet = true |
||
| ) |
Definition at line 168 of file G4UImanager.cc.


| G4String G4UImanager::GetCurrentValues | ( | const char * | aCommand | ) |
Definition at line 156 of file G4UImanager.cc.


|
inline |
Definition at line 210 of file G4UImanager.hh.
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
| void G4UImanager::ListAlias | ( | ) |
Definition at line 623 of file G4UImanager.cc.


| void G4UImanager::ListCommands | ( | const char * | direc | ) |
Definition at line 524 of file G4UImanager.cc.


| void G4UImanager::Loop | ( | const char * | macroFile, |
| const char * | variableName, | ||
| G4double | initialValue, | ||
| G4double | finalValue, | ||
| G4double | stepSize = 1.0 |
||
| ) |
Definition at line 307 of file G4UImanager.cc.


| void G4UImanager::LoopS | ( | const char * | valueList | ) |
Definition at line 287 of file G4UImanager.cc.


|
virtual |
Implements G4VStateDependent.
Definition at line 555 of file G4UImanager.cc.

| void G4UImanager::ParseMacroSearchPath | ( | ) |
| void G4UImanager::RegisterBridge | ( | G4UIbridge * | brg | ) |
Definition at line 689 of file G4UImanager.cc.


| void G4UImanager::RemoveAlias | ( | const char * | aliasName | ) |
Definition at line 616 of file G4UImanager.cc.


| void G4UImanager::RemoveCommand | ( | G4UIcommand * | aCommand | ) |
Definition at line 266 of file G4UImanager.cc.


| void G4UImanager::SetAlias | ( | const char * | aliasLine | ) |
Definition at line 597 of file G4UImanager.cc.


Definition at line 723 of file G4UImanager.cc.


| void G4UImanager::SetCoutDestination | ( | G4UIsession *const | value | ) |
Definition at line 591 of file G4UImanager.cc.


Definition at line 708 of file G4UImanager.cc.


|
inline |
Definition at line 215 of file G4UImanager.hh.
|
inline |
Definition at line 752 of file G4UImanager.cc.


Definition at line 738 of file G4UImanager.cc.


Definition at line 745 of file G4UImanager.cc.


Definition at line 700 of file G4UImanager.cc.


| G4String G4UImanager::SolveAlias | ( | const char * | aCmd | ) |
Definition at line 364 of file G4UImanager.cc.


| void G4UImanager::StoreHistory | ( | const char * | fileName = "G4history.macro" | ) |
Definition at line 502 of file G4UImanager.cc.
1.8.5