Geant4
9.6.p02
|
#include <G4UIGainServer.hh>
Public Member Functions | |
G4UIsession * | SessionStart () |
virtual void | PauseSessionStart (const G4String &msg) |
virtual G4int | ReceiveG4cout (const G4String &coutString) |
virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
G4UIGainServer () | |
~G4UIGainServer () | |
void | SessionTerminate () |
void | Prompt (G4String) |
G4String | GetCommand () |
Public Member Functions inherited from G4VBasicShell | |
G4VBasicShell () | |
virtual | ~G4VBasicShell () |
Public Member Functions inherited from G4UIsession | |
G4UIsession () | |
virtual | ~G4UIsession () |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination () | |
virtual | ~G4coutDestination () |
Additional Inherited Members | |
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 &) |
Definition at line 64 of file G4UIGainServer.hh.
G4UIGainServer::G4UIGainServer | ( | ) |
G4UIGainServer::~G4UIGainServer | ( | ) |
G4String G4UIGainServer::GetCommand | ( | ) |
Definition at line 183 of file G4UIGainServer.cc.
Implements G4VBasicShell.
Definition at line 113 of file G4UIGainServer.cc.
Reimplemented from G4UIsession.
Definition at line 327 of file G4UIGainServer.cc.
Reimplemented from G4UIsession.
Definition at line 314 of file G4UIGainServer.cc.
|
virtual |
Implements G4VBasicShell.
Definition at line 94 of file G4UIGainServer.cc.
void G4UIGainServer::SessionTerminate | ( | ) |
Definition at line 451 of file G4UIGainServer.cc.