Ignore:
Timestamp:
Feb 7, 2014, 2:00:55 PM (10 years ago)
Author:
lemeur
Message:

lecture fichier sauvegarde AML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_abstractElement.cc

    r485 r488  
    122122}
    123123
    124 void GWt_abstractElement::FileInput(ifstream& ifs)
    125 {
    126   getAbstractElement()->FileInput(ifs);
    127   initilializeDialog();
    128   updateLabelAndToolTipWidget();
     124// void GWt_abstractElement::FileInput(ifstream& ifs)
     125// {
     126//   getAbstractElement()->FileInput(ifs);
     127//   initilializeDialog();
     128//   updateLabelAndToolTipWidget();
    129129 
    130   // update parameters
    131   GWt_ligneFaisceau* ligneFaisceau = NULL;
    132   if ( static_cast<GWt_ligneFaisceau*> (wApp->findWidget ("ligneFaisceau"))) {
    133     ligneFaisceau = static_cast<GWt_ligneFaisceau*> (wApp->findWidget ("ligneFaisceau"));
    134     ligneFaisceau->update();
    135   }
    136 }
     130//   // update parameters
     131//   GWt_ligneFaisceau* ligneFaisceau = NULL;
     132//   if ( static_cast<GWt_ligneFaisceau*> (wApp->findWidget ("ligneFaisceau"))) {
     133//     ligneFaisceau = static_cast<GWt_ligneFaisceau*> (wApp->findWidget ("ligneFaisceau"));
     134//     ligneFaisceau->update();
     135//   }
     136// }
    137137
    138138abstractElement* GWt_abstractElement::getAbstractElement() {
Note: See TracChangeset for help on using the changeset viewer.