Changeset 39 in PSPA for Interface_Web/trunk/pspaWT


Ignore:
Timestamp:
Oct 28, 2012, 2:40:20 PM (12 years ago)
Author:
lemeur
Message:

renommage fichier graphiques

Location:
Interface_Web/trunk/pspaWT
Files:
2 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/cmt/requirements

    r38 r39  
    2222#macro PSPSLib_linkopts     " -L${PSPAWTROOT}/$(Platform_bin) -lPSPSLib "
    2323
    24 application pspaWt GWt_cell.cc GWt_initialBeam.cc GWt_globalParameters.cc graphDriftElement.cc dataManager.cc LigneFaisceau.cc pspa.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
     24application pspaWt GWt_cell.cc GWt_initialBeam.cc GWt_globalParameters.cc GWt_drift.cc dataManager.cc LigneFaisceau.cc pspa.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
    2525
    2626macro DrawWt_linkopts " ${PSPSLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
  • Interface_Web/trunk/pspaWT/src/LigneFaisceau.cc

    r38 r39  
    11#include "LigneFaisceau.h"
    22//#include "driftDefinition.h"
    3 #include "graphDriftElement.h"
     3#include "GWt_drift.h"
    44#include "GWt_initialBeam.h"
    55#include "GWt_cell.h"
     
    5555      pspa_->addConsoleMessage(" j'ai trouve DRIFT");
    5656      AbstractElementDefinition* newDrift = pspa_->getDataManager()->addDrift();
    57       graphDriftElement* gdrift = new graphDriftElement(pspa_,newDrift, evt.mimeType());
     57      GWt_drift* gdrift = new GWt_drift(pspa_,newDrift, evt.mimeType());
    5858
    5959      WPushButton* dropped = gdrift->getButton();
Note: See TracChangeset for help on using the changeset viewer.