Changeset 1119


Ignore:
Timestamp:
Oct 6, 2009, 5:05:50 PM (15 years ago)
Author:
garnier
Message:

ras

File:
1 edited

Legend:

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

    r989 r1119  
    168168  Wt::WContainerWidget *inside = new Wt::WContainerWidget();
    169169
    170 #ifdef GEANT4_WT_DEBUG
     170#ifdef G4DEBUG_INTERFACES_BASIC
    171171  printf("G4UIWt::Initialise after main window creation\n");
    172172#endif
     
    230230
    231231
    232 #ifdef GEANT4_WT_DEBUG
     232#ifdef G4DEBUG_INTERFACES_BASIC
    233233  printf("G4UIWt::   2\n");
    234234#endif
     
    341341
    342342
    343 #ifdef GEANT4_WT_DEBUG
     343#ifdef G4DEBUG_INTERFACES_BASIC
    344344  printf("G4UIWt::SessionStart Start session.. ????\n");
    345345#endif
     
    360360
    361361  interactorManager->EnableSecondaryLoop ();
    362 #ifdef GEANT4_WT_DEBUG
     362#ifdef G4DEBUG_INTERFACES_BASIC
    363363  printf("enable secondary loop\n");
    364364#endif
     
    406406  if (!aState) return;
    407407
    408 #ifdef GEANT4_WT_DEBUG
     408#ifdef G4DEBUG_INTERFACES_BASIC
    409409  printf("G4UIWt::PauseSessionStart\n");
    410410#endif
     
    431431  if (!aPrompt) return;
    432432
    433 #ifdef GEANT4_WT_DEBUG
     433#ifdef G4DEBUG_INTERFACES_BASIC
    434434  printf("G4UIWt::SecondaryLoop\n");
    435435#endif
     
    467467// FIXME : SHOULD BE IMPROVE
    468468
    469 #ifdef GEANT4_WT_DEBUG
     469#ifdef G4DEBUG_INTERFACES_BASIC
    470470  printf("G4UIWt::ReceiveG4cout : append text is not optimized  \n");
    471471#endif
     
    500500// #else
    501501//FIXME no  color change for the moment
    502 #ifdef GEANT4_WT_DEBUG
     502#ifdef G4DEBUG_INTERFACES_BASIC
    503503  printf("G4UIWt::ReceiveG4cerr : no  color change for the moment \n");
    504504  printf("G4UIWt::ReceiveG4cerr : append text is not optimized \n");
     
    559559  if(aCommand==NULL) return; // TO KEEP
    560560
    561 #ifdef GEANT4_WT_DEBUG
     561#ifdef G4DEBUG_INTERFACES_BASIC
    562562  printf("G4UIWt::AddButton NOT YET IMPLEMENTED   FIXME\n");
    563563#endif
     
    10621062)
    10631063{
    1064 #ifdef GEANT4_WT_DEBUG
     1064#ifdef G4DEBUG_INTERFACES_BASIC
    10651065  printf("G4UIWt::GetHelpChoice SHOULD NEVER GO HERE");
    10661066#endif
     
    10741074)
    10751075{
    1076 #ifdef GEANT4_WT_DEBUG
     1076#ifdef G4DEBUG_INTERFACES_BASIC
    10771077  printf("G4UIWt::ExitHelp SHOULD NEVER GO HERE");
    10781078#endif
     
    16651665//       commandResultMap.insert(tmp*multFactor+doubleKeyAdd,WString((char*)(aCommandTree->GetCommand(a+1)->GetCommandPath()).data()));
    16661666// #endif
    1667 #ifdef GEANT4_WT_DEBUG
     1667#ifdef G4DEBUG_INTERFACES_BASIC
    16681668#endif
    16691669    }
Note: See TracChangeset for help on using the changeset viewer.