Geant4
10.03.p03
|
#include <G4UIbatch.hh>
Public Member Functions | |
G4UIbatch (const char *fileName, G4UIsession *prevSession=0) | |
~G4UIbatch () | |
G4UIsession * | GetPreviousSession () const |
virtual G4UIsession * | SessionStart () |
virtual void | PauseSessionStart (const G4String &Prompt) |
Public Member Functions inherited from G4UIsession | |
G4UIsession () | |
G4UIsession (G4int iBatch) | |
virtual | ~G4UIsession () |
virtual G4int | ReceiveG4cout (const G4String &coutString) |
virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination () | |
virtual | ~G4coutDestination () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4UIsession | |
static G4int | InSession () |
Protected Attributes inherited from G4UIsession | |
G4int | ifBatch |
Static Protected Attributes inherited from G4UIsession | |
static G4int | inSession = 0 |
Static Protected Attributes inherited from G4coutDestination | |
static G4coutDestination * | masterG4coutDestination = 0 |
Definition at line 51 of file G4UIbatch.hh.
G4UIbatch::G4UIbatch | ( | const char * | fileName, |
G4UIsession * | prevSession = 0 |
||
) |
Definition at line 69 of file G4UIbatch.cc.
G4UIbatch::~G4UIbatch | ( | ) |
Definition at line 88 of file G4UIbatch.cc.
|
inline |
Definition at line 81 of file G4UIbatch.hh.
Reimplemented from G4UIsession.
Definition at line 228 of file G4UIbatch.cc.
|
virtual |
Reimplemented from G4UIsession.
Definition at line 195 of file G4UIbatch.cc.