|
Geant4
10.03.p02
|
#include <G4UIterminal.hh>


Public Member Functions | |
| G4UIterminal (G4VUIshell *aShell=0, G4bool qsig=true) | |
| ~G4UIterminal () | |
| void | SetPrompt (const G4String &prompt) |
| virtual G4UIsession * | SessionStart () |
| virtual void | PauseSessionStart (const G4String &msg) |
| virtual G4int | ReceiveG4cout (const G4String &coutString) |
| virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
Public Member Functions inherited from G4VBasicShell | |
| G4VBasicShell () | |
| virtual | ~G4VBasicShell () |
Public Member Functions inherited from G4UIsession | |
| G4UIsession () | |
| G4UIsession (G4int iBatch) | |
| virtual | ~G4UIsession () |
Public Member Functions inherited from G4coutDestination | |
| G4coutDestination () | |
| virtual | ~G4coutDestination () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4UIsession | |
| static G4int | InSession () |
Protected Member Functions inherited from G4VBasicShell | |
| G4String | ModifyToFullPathCommand (const char *aCommandLine) const |
| G4String | GetCurrentWorkingDirectory () const |
| G4bool | ChangeDirectory (const char *newDir) |
| G4UIcommandTree * | FindDirectory (const char *dirName) const |
| G4UIcommand * | FindCommand (const char *commandName) const |
| G4String | Complete (const G4String &) |
| G4String | FindMatchingPath (G4UIcommandTree *, const G4String &) |
| void | ApplyShellCommand (const G4String &, G4bool &, G4bool &) |
| void | ShowCurrent (const G4String &) const |
| void | ChangeDirectoryCommand (const G4String &) |
| void | ListDirectory (const G4String &) const |
| void | TerminalHelp (const G4String &) |
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 71 of file G4UIterminal.hh.
| G4UIterminal::G4UIterminal | ( | G4VUIshell * | aShell = 0, |
| G4bool | qsig = true |
||
| ) |
Definition at line 91 of file G4UIterminal.cc.

| G4UIterminal::~G4UIterminal | ( | ) |
Implements G4VBasicShell.
Definition at line 148 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 315 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 307 of file G4UIterminal.cc.
|
virtual |
Implements G4VBasicShell.
Definition at line 134 of file G4UIterminal.cc.
Definition at line 127 of file G4UIterminal.cc.