Ignore:
Timestamp:
Dec 19, 2013, 3:53:53 PM (10 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/include/GWt_elementLigneFaisceau.h

    r455 r469  
    3131     */
    3232   
    33     GWt_elementLigneFaisceau(dataManager*,GWt_ligneFaisceau*, abstractElement* abstractElem);
     33  GWt_elementLigneFaisceau(dataManager*,GWt_ligneFaisceau*, abstractElement* abstractElem, std::string);
    3434   
    3535    ~GWt_elementLigneFaisceau();
     
    6161        softwareName_ =new WText(name);
    6262    }
     63 
     64  /**
     65   Set the background color for this element
     66   */
     67  void setBGColor(const WColor);
     68
    6369
    6470private:
     
    6672    void removeDone(GWt_abstractElement*);
    6773    std::string getElementNumberInBeamLine(nomdElements el);
    68     void initialize_ligneFaisceau(GWt_ligneFaisceau* ligne, abstractElement* abstractElem);
     74    void initialize_ligneFaisceau(GWt_ligneFaisceau* ligne, abstractElement* abstractElem, std::string);
    6975    void mouseWentOut();
    7076    void mouseWentOver();
    71   /**
    72    Update the software of this element according to the sectionToExecute software. Will change the color of this object
    73    */
    74   void updateSoftware();
    75     void setBGColor(const WColor);
     77
    7678    GWt_dialog* messageDropZone_;
    7779    WText* firstTimeInsertMessage_;
Note: See TracChangeset for help on using the changeset viewer.