|
Geant4
10.03
|
#include <G4UIsession.hh>
Inheritance diagram for G4UIsession:
Collaboration diagram for G4UIsession:Public Member Functions | |
| G4UIsession () | |
| G4UIsession (G4int iBatch) | |
| virtual | ~G4UIsession () |
| virtual G4UIsession * | SessionStart () |
| virtual void | PauseSessionStart (const G4String &Prompt) |
| virtual G4int | ReceiveG4cout (const G4String &coutString) |
| virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
Public Member Functions inherited from G4coutDestination | |
| G4coutDestination () | |
| virtual | ~G4coutDestination () |
Static Public Member Functions | |
| static G4int | InSession () |
Protected Attributes | |
| G4int | ifBatch |
Static Protected Attributes | |
| static G4int | inSession = 0 |
Static Protected Attributes inherited from G4coutDestination | |
| static G4coutDestination * | masterG4coutDestination = 0 |
Definition at line 43 of file G4UIsession.hh.
| G4UIsession::G4UIsession | ( | ) |
Definition at line 35 of file G4UIsession.cc.
References inSession.
| G4UIsession::G4UIsession | ( | G4int | iBatch | ) |
Definition at line 40 of file G4UIsession.cc.
|
virtual |
Definition at line 43 of file G4UIsession.cc.
|
inlinestatic |
Definition at line 68 of file G4UIsession.hh.
References inSession.
Referenced by G4UIcontrolMessenger::SetNewValue().
Here is the caller graph for this function:
|
virtual |
Reimplemented in G4UIGainServer, G4UIterminal, G4UIbatch, G4UIGAG, G4VBasicShell, and G4VMPIsession.
Definition at line 48 of file G4UIsession.cc.
Referenced by G4UImanager::PauseSession(), and G4VisCommandReviewKeptEvents::SetNewValue().
Here is the caller graph for this function:Reimplemented from G4coutDestination.
Reimplemented in G4UIGainServer, G4UIterminal, G4UIGAG, and G4VMPIsession.
Definition at line 56 of file G4UIsession.cc.
Reimplemented from G4coutDestination.
Reimplemented in G4UIGainServer, G4UIterminal, G4UIGAG, and G4VMPIsession.
Definition at line 50 of file G4UIsession.cc.
|
virtual |
Reimplemented in G4UIGainServer, G4UIterminal, G4UIbatch, G4UIGAG, G4VBasicShell, G4MPIsession, and G4MPIbatch.
Definition at line 46 of file G4UIsession.cc.
Referenced by G4UImanager::ExecuteMacroFile(), and main().
Here is the caller graph for this function:
|
protected |
Definition at line 66 of file G4UIsession.hh.
Referenced by ~G4UIsession().
|
staticprotected |
Definition at line 65 of file G4UIsession.hh.
Referenced by G4UIsession(), InSession(), and ~G4UIsession().