Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VBasicShell.hh>
Public Member Functions | |
G4VBasicShell () | |
virtual | ~G4VBasicShell () |
virtual G4UIsession * | SessionStart ()=0 |
virtual void | PauseSessionStart (const G4String &Prompt)=0 |
Public Member Functions inherited from G4UIsession | |
G4UIsession () | |
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 () |
virtual G4int | ReceiveG4cout (const G4String &) |
virtual G4int | ReceiveG4cerr (const G4String &) |
Protected Member Functions | |
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 &) |
virtual void | ExecuteCommand (const G4String &) |
virtual G4bool | GetHelpChoice (G4int &)=0 |
virtual void | ExitHelp () const =0 |
void | ApplyShellCommand (const G4String &, G4bool &, G4bool &) |
void | ShowCurrent (const G4String &) const |
void | ChangeDirectoryCommand (const G4String &) |
void | ListDirectory (const G4String &) const |
void | TerminalHelp (const G4String &) |
Definition at line 52 of file G4VBasicShell.hh.
G4VBasicShell::G4VBasicShell | ( | ) |
Definition at line 39 of file G4VBasicShell.cc.
|
virtual |
Definition at line 44 of file G4VBasicShell.cc.
|
protected |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 227 of file G4VBasicShell.cc.
Definition at line 75 of file G4VBasicShell.cc.
Referenced by ChangeDirectoryCommand().
Definition at line 321 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
Definition at line 176 of file G4VBasicShell.cc.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 201 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protectedpure virtual |
Referenced by TerminalHelp().
|
protected |
Definition at line 110 of file G4VBasicShell.cc.
|
protected |
Definition at line 88 of file G4VBasicShell.cc.
Referenced by ChangeDirectory(), and ListDirectory().
|
protected |
Definition at line 191 of file G4VBasicShell.cc.
Referenced by Complete().
|
protected |
Definition at line 70 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ListDirectory(), and TerminalHelp().
Referenced by TerminalHelp().
Definition at line 335 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
Definition at line 48 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ShowCurrent(), and TerminalHelp().
Reimplemented from G4UIsession.
Implemented in G4UIterminal, and G4UIGainServer.
|
pure virtual |
Reimplemented from G4UIsession.
Implemented in G4UIterminal, and G4UIGainServer.
Definition at line 309 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
Definition at line 351 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().