Ignore:
Timestamp:
Dec 19, 2013, 3:53:53 PM (11 years ago)
Author:
garnier
Message:

Désormais il est de nouveau possible d'ajouter des sections et dy affecter des softwares (ne marche pour le moment quavec la 1ere sectionToExecute. Autres améliorations et renommages

File:
1 edited

Legend:

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

    r468 r469  
    178178      elemLigneFaisceau = new GWt_elementLigneFaisceau(dataManager_,
    179179                                                       this,
    180                                                        abstractElem[j]);
     180                                                       abstractElem[j],UI_sector_->getSectorControler()->getSectionsToExecute()[i]->getSoftware()->getColor());
    181181     
    182182      // remove default text
     
    328328    }
    329329}
    330 
    331 
    332 void GWt_ligneFaisceau::initializeSoftwares()
    333 {   
    334   vector <abstractElement*> elems = getAllAbstractElements();
    335   cout << "GWt_ligneFaisceau::initializeSoftwares() " << elems.size() << endl;
    336 
    337   for (int a = 0; a < elems.size(); a++) {
    338     elems[a]->setSoftware( NULL );
    339   }
    340 }
    341 
    342 
Note: See TracChangeset for help on using the changeset viewer.