Geant4 11.2.2
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 > | 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 51 of file G4VBasicShell.hh.
G4VBasicShell::G4VBasicShell | ( | ) |
Definition at line 40 of file G4VBasicShell.cc.
|
overridedefault |
|
protected |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 237 of file G4VBasicShell.cc.
|
protected |
Definition at line 67 of file G4VBasicShell.cc.
Referenced by ChangeDirectoryCommand().
|
protected |
Definition at line 318 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
Definition at line 182 of file G4VBasicShell.cc.
|
protectedvirtual |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 208 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protectedpure virtual |
Referenced by TerminalHelp().
|
protected |
Definition at line 106 of file G4VBasicShell.cc.
|
protected |
Definition at line 82 of file G4VBasicShell.cc.
Referenced by ChangeDirectory(), and ListDirectory().
|
protected |
Definition at line 199 of file G4VBasicShell.cc.
Referenced by Complete().
|
protected |
Definition at line 65 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ListDirectory(), and TerminalHelp().
Referenced by TerminalHelp().
|
protected |
Definition at line 333 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protected |
Definition at line 44 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand(), ShowCurrent(), and TerminalHelp().
|
overridepure virtual |
Reimplemented from G4UIsession.
Implemented in G4UIQt, G4UIterminal, G4UIWin32, and G4UIXm.
|
overridepure virtual |
Reimplemented from G4UIsession.
Implemented in G4UIQt, G4UIterminal, G4UIWin32, and G4UIXm.
|
protected |
Definition at line 306 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().
|
protected |
Definition at line 351 of file G4VBasicShell.cc.
Referenced by ApplyShellCommand().