Changeset 1043 for trunk/source/interfaces/basic
- Timestamp:
- May 15, 2009, 12:25:09 PM (17 years ago)
- Location:
- trunk/source/interfaces/basic
- Files:
-
- 2 edited
-
include/G4VUIshell.hh (modified) (3 diffs)
-
src/G4UIQt.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/include/G4VUIshell.hh
r989 r1043 25 25 // 26 26 // 27 // $Id: G4VUIshell.hh,v 1. 7 2007/06/14 05:44:58kmura Exp $28 // GEANT4 tag $Name: geant4-09-02-ref-02$27 // $Id: G4VUIshell.hh,v 1.8 2009/05/13 09:01:36 kmura Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 … … 87 87 void SetPrompt(const G4String& prompt); 88 88 void SetCurrentDirectory(const G4String& ccd); 89 virtual void SetLsColor(TermColorIndex, TermColorIndex); 89 90 90 91 // shell commands … … 118 119 } 119 120 121 inline void G4VUIshell::SetLsColor(TermColorIndex, TermColorIndex) 122 { 123 } 124 120 125 inline void G4VUIshell::ShowCurrentDirectory() const 121 126 { -
trunk/source/interfaces/basic/src/G4UIQt.cc
r1034 r1043 25 25 // 26 26 // 27 // $Id: G4UIQt.cc,v 1.2 5 2009/02/16 11:40:26lgarnier Exp $27 // $Id: G4UIQt.cc,v 1.26 2009/05/15 09:36:17 lgarnier Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 //
Note:
See TracChangeset
for help on using the changeset viewer.
