|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIterminal.hh>
Inheritance diagram for G4UIterminal: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 70 of file G4UIterminal.hh.
| G4UIterminal::G4UIterminal | ( | G4VUIshell * | aShell = 0, |
| G4bool | qsig = true |
||
| ) |
Definition at line 90 of file G4UIterminal.cc.
| G4UIterminal::~G4UIterminal | ( | ) |
Definition at line 113 of file G4UIterminal.cc.
|
virtual |
Implements G4VBasicShell.
Definition at line 147 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 314 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 306 of file G4UIterminal.cc.
|
virtual |
Implements G4VBasicShell.
Definition at line 133 of file G4UIterminal.cc.
| void G4UIterminal::SetPrompt | ( | const G4String & | prompt | ) |
Definition at line 126 of file G4UIterminal.cc.
Referenced by SetPrompt().