Ignore:
Timestamp:
Jun 20, 2007, 12:24:47 PM (17 years ago)
Author:
garnier
Message:

r635@mac-90108: laurentgarnier | 2007-06-19 15:51:12 +0200
en test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/include/G4UIQt.hh

    r514 r516  
    9595  G4int ReceiveG4cout(G4String);
    9696  G4int ReceiveG4cerr(G4String);
    97 //   G4String GetCommand(Widget);
     97  //   G4String GetCommand(Widget);
     98
     99  // Some useful getters
     100  inline const QTextEdit * GetCommandHistoryArea() const
     101  { return fCommandHistoryArea; };
     102
    98103private:
    99104  void SecondaryLoop(G4String); // a VIRER
Note: See TracChangeset for help on using the changeset viewer.