Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VBasicShell.hh>
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 &) |
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 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 51 of file G4VBasicShell.hh.
G4VBasicShell::G4VBasicShell | ( | ) |
Definition at line 38 of file G4VBasicShell.cc.
|
virtual |
Definition at line 43 of file G4VBasicShell.cc.
|
protected |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 232 of file G4VBasicShell.cc.
|
protected |
Definition at line 74 of file G4VBasicShell.cc.
Referenced by ChangeDirectoryCommand().
|
protected |
Definition at line 325 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
Definition at line 180 of file G4VBasicShell.cc.
|
protectedvirtual |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 206 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protectedpure virtual |
Referenced by TerminalHelp().
|
protected |
Definition at line 109 of file G4VBasicShell.cc.
|
protected |
Definition at line 87 of file G4VBasicShell.cc.
Referenced by ChangeDirectory(), and ListDirectory().
|
protected |
Definition at line 196 of file G4VBasicShell.cc.
Referenced by Complete().
|
protected |
Definition at line 69 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ListDirectory(), and TerminalHelp().
Referenced by TerminalHelp().
|
protected |
Definition at line 339 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protected |
Definition at line 47 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ShowCurrent(), and TerminalHelp().
|
pure virtual |
Reimplemented from G4UIsession.
Implemented in G4UIQt, G4UIXm, G4UIWin32, and G4UIterminal.
|
pure virtual |
Reimplemented from G4UIsession.
Implemented in G4UIQt, G4UIterminal, G4UIXm, and G4UIWin32.
|
protected |
Definition at line 313 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protected |
Definition at line 355 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().