Ignore:
Timestamp:
Feb 1, 2013, 8:08:52 PM (11 years ago)
Author:
garnier
Message:

Suppression de la classe "elementsCollection" et bug fixed #20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_elementLigneFaisceau.h

    r301 r305  
    3333   
    3434    GWt_elementLigneFaisceau(PspaApplication*);
    35     GWt_elementLigneFaisceau(abstractElement*,PspaApplication*);
     35    GWt_elementLigneFaisceau(typedElement,PspaApplication*);
    3636   
    3737    ~GWt_elementLigneFaisceau();
     
    3939   
    4040    inline WText* getElementName() {
    41         return elementName_;
     41        return elementLabel_;
    4242    }
    4343   
    4444    inline WText* getElementIcon() {
    45         return elementName_;
     45        return elementLabel_;
    4646    }
    4747   
    48     void setElementName(std::string label);
     48    void setElementLabel(std::string label);
    4949   
    5050    inline GWt_dropZoneLigneFaisceau* getDropZoneLeft() {
     
    5656    }
    5757
    58     inline GWt_abstractElement* getElement() {
    59         return abstractElement_;
     58    inline GWt_abstractElement* getGWt_AbstractElement() {
     59        return GWt_abstractElement_;
    6060    }
    6161   
     
    6464    void removeDone(GWt_abstractElement*);
    6565    std::string getElementNumberInBeamLine(nomdElements el);
    66     void initialize_ligneFaisceau(abstractElement*);
     66    void initialize_ligneFaisceau(typedElement eType);
    6767    GWt_dialog* messageDropZone_;
    6868    WText* firstTimeInsertMessage_;
     
    7070    GWt_dropZoneLigneFaisceau* dropZoneLeft_;
    7171    GWt_dropZoneLigneFaisceau* dropZoneRight_;
    72     WText* elementName_;
     72    WText* elementLabel_;
    7373    PspaApplication* pspa_;
    74     GWt_abstractElement* abstractElement_;
     74    GWt_abstractElement* GWt_abstractElement_;
    7575};
    7676#endif
Note: See TracChangeset for help on using the changeset viewer.