Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

Location:
trunk/source/interfaces/basic/src
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4UIArrayString.cc

    r688 r850  
    2626//
    2727// $Id: G4UIArrayString.cc,v 1.8 2006/06/29 19:09:43 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r836 r850  
    2626//
    2727// $Id: G4UIQt.cc,v 1.17 2008/05/05 13:24:00 lgarnier Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// L. Garnier
    3131
    32 #define GEANT4_QT_DEBUG
     32//define GEANT4_QT_DEBUG
    3333
    3434#ifdef G4UI_BUILD_QT_SESSION
     
    285285#endif
    286286  interactorManager->DisableSecondaryLoop (); // TO KEEP
    287 
    288   // launch app
    289287  if ((QApplication*)interactorManager->GetMainInteractor())
    290288    ((QApplication*)interactorManager->GetMainInteractor())->exec();
    291  
    292  
    293   void* event;
    294   while((event = interactorManager->GetEvent())!=NULL) {
    295     interactorManager->DispatchEvent(event);
    296     if(exitSession==true) break;
    297   }
    298  
     289
     290  // on ne passe pas le dessous ? FIXME ????
     291  // je ne pense pas 13/06
     292
     293  //   void* event; // TO KEEP
     294  //   while((event = interactorManager->GetEvent())!=NULL) {  // TO KEEP
     295  //     interactorManager->DispatchEvent(event); // TO KEEP
     296  //     if(exitSession==true) break; // TO KEEP
     297  //   } // TO KEEP
     298
    299299  interactorManager->EnableSecondaryLoop ();
    300300#ifdef GEANT4_QT_DEBUG
     
    307307/**   Display the prompt in the prompt area
    308308   @param aPrompt : string to display as the promt label
     309   //FIXME : probablement inutile puisque le seul a afficher qq chose d'autre
     310   que "session" est SecondaryLoop()
    309311*/
    310312void G4UIQt::Prompt (
  • trunk/source/interfaces/basic/src/G4UIWin32.cc

    r688 r850  
    2626//
    2727// $Id: G4UIWin32.cc,v 1.13 2006/06/29 19:09:45 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// G.Barrand
  • trunk/source/interfaces/basic/src/G4UIXaw.cc

    r688 r850  
    2626//
    2727// $Id: G4UIXaw.cc,v 1.6 2006/06/29 19:09:47 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// G.Barrand
  • trunk/source/interfaces/basic/src/G4UIXm.cc

    r688 r850  
    2626//
    2727// $Id: G4UIXm.cc,v 1.14 2006/06/29 19:09:49 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// G.Barrand
  • trunk/source/interfaces/basic/src/G4UIcsh.cc

    r688 r850  
    2626//
    2727// $Id: G4UIcsh.cc,v 1.8 2006/06/29 19:09:51 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030
  • trunk/source/interfaces/basic/src/G4UItcsh.cc

    r688 r850  
    2525//
    2626//
    27 // $Id: G4UItcsh.cc,v 1.16 2008/01/15 08:13:34 kmura Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4UItcsh.cc,v 1.17 2008/07/18 06:37:06 kmura Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030
     
    559559      if(commandLine.length()!=0 && IsCursorLast()) ListMatchedCommand();
    560560      else if (commandLine.empty()) {
    561         G4cout << G4endl;
    562         RestoreTerm();
    563         exit(0);
     561        return G4String("exit");       
    564562      } else DeleteCharacter();
    565563      break;
  • trunk/source/interfaces/basic/src/G4UIterminal.cc

    r593 r850  
    2525//
    2626//
    27 // $Id: G4UIterminal.cc,v 1.27 2007/10/29 18:49:45 asaim Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4UIterminal.cc,v 1.28 2008/07/18 06:38:59 kmura Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// ====================================================================
     
    7070           << "Session terminated." << G4endl;
    7171    theshell-> ResetTerminal();
    72     exit(0);
     72    G4Exception("G4UIterminal/SignalHandler", "KeyboardInterrupt",
     73                FatalException, "Interrupt with Ctrl-C");
    7374  }
    7475
  • trunk/source/interfaces/basic/src/G4VUIshell.cc

    r688 r850  
    2626//
    2727// $Id: G4VUIshell.cc,v 1.10 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030
Note: See TracChangeset for help on using the changeset viewer.