|
Geant4
10.04.p03
|
Public Member Functions | |
| G4VUIshell (const G4String &prompt="> ") | |
| virtual | ~G4VUIshell () |
| void | SetNColumn (G4int ncol) |
| void | SetPrompt (const G4String &prompt) |
| void | SetCurrentDirectory (const G4String &ccd) |
| virtual void | SetLsColor (TermColorIndex, TermColorIndex) |
| virtual void | ShowCurrentDirectory () const |
| virtual void | ListCommand (const G4String &input, const G4String &candidate="") const |
| virtual G4String | GetCommandLineString (const char *msg=0)=0 |
| virtual void | ResetTerminal () |
Protected Member Functions | |
| virtual void | MakePrompt (const char *msg=0) |
| G4UIcommandTree * | GetCommandTree (const G4String &dir) const |
| G4String | GetAbsCommandDirPath (const G4String &apath) const |
| G4String | GetCommandPathTail (const G4String &apath) const |
Protected Attributes | |
| G4String | promptSetting |
| G4String | promptString |
| G4int | nColumn |
| G4bool | lsColorFlag |
| TermColorIndex | directoryColor |
| TermColorIndex | commandColor |
| G4String | currentCommandDir |
| G4VUIshell | ( | const G4String & | prompt = "> " | ) |
|
virtual |
|
protected |
References promptSetting.
References currentCommandDir.
|
virtual |
Reimplemented in G4UItcsh.
|
virtual |
References currentCommandDir, G4cout, and G4endl.
|
protected |
Referenced by SetPrompt().
|
protected |
|
protected |
Referenced by SetNColumn().
|
protected |
Referenced by G4UItcsh::SetLsColor().
|
protected |
Referenced by G4UItcsh::SetLsColor().
|
protected |
Referenced by G4UItcsh::SetLsColor().
|
protected |
Referenced by SetCurrentDirectory(), and ShowCurrentDirectory().