Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIterminal.hh>
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 &) |
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 > | transformersDebug |
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 71 of file G4UIterminal.hh.
G4UIterminal::G4UIterminal | ( | G4VUIshell * | aShell = nullptr, |
G4bool | qsig = true ) |
Definition at line 89 of file G4UIterminal.cc.
|
override |
Definition at line 114 of file G4UIterminal.cc.
|
overridevirtual |
Implements G4VBasicShell.
Definition at line 147 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 324 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 316 of file G4UIterminal.cc.
Reimplemented from G4UIsession.
Definition at line 308 of file G4UIterminal.cc.
|
overridevirtual |
Implements G4VBasicShell.
Definition at line 133 of file G4UIterminal.cc.
void G4UIterminal::SetPrompt | ( | const G4String & | prompt | ) |
Definition at line 126 of file G4UIterminal.cc.