|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIGainServer.hh>
Inheritance diagram for G4UIGainServer:Additional Inherited Members | |
Public Types inherited from G4coutDestination | |
| using | Transformer = std::function< G4bool(G4String &)> |
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 &) |
| 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 &) |
Protected Attributes inherited from G4UIsession | |
| G4int | ifBatch = 0 |
| G4int | lastRC = 0 |
Protected Attributes inherited from G4coutDestination | |
| std::vector< Transformer > | transformersCout |
| std::vector< Transformer > | transformersCerr |
Static Protected Attributes inherited from G4UIsession | |
| static G4ICOMS_DLL G4int | inSession = 0 |
Static Protected Attributes inherited from G4coutDestination | |
| static G4MTGLOB_DLL G4coutDestination * | masterG4coutDestination = nullptr |
Definition at line 63 of file G4UIGainServer.hh.
| G4UIGainServer::G4UIGainServer | ( | ) |
Definition at line 42 of file G4UIGainServer.cc.
| G4UIGainServer::~G4UIGainServer | ( | ) |
Definition at line 76 of file G4UIGainServer.cc.
| G4String G4UIGainServer::GetCommand | ( | ) |
Definition at line 183 of file G4UIGainServer.cc.
Referenced by PauseSessionStart(), and SessionStart().
|
virtual |
Implements G4VBasicShell.
Definition at line 112 of file G4UIGainServer.cc.
| void G4UIGainServer::Prompt | ( | G4String | ) |
Reimplemented from G4UIsession.
Definition at line 329 of file G4UIGainServer.cc.
Reimplemented from G4UIsession.
Definition at line 315 of file G4UIGainServer.cc.
|
virtual |
Implements G4VBasicShell.
Definition at line 93 of file G4UIGainServer.cc.
| void G4UIGainServer::SessionTerminate | ( | ) |
Definition at line 454 of file G4UIGainServer.cc.