Changeset 239 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Jan 18, 2013, 9:34:38 AM (11 years ago)
Author:
garnier
Message:

modifications de la partie Web, a ameliorer

Location:
Interface_Web/trunk/pspaWT/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/GWt_abstractElement.h

    r229 r239  
    33
    44//#include "GWt_pspaApplication.h"
     5#include "GWt_draggableImage.h"
    56#include "abstractElement.h"
    67
     
    2021
    2122  WDialog* dialog_;
    22   WPushButton* dropped_;
     23  GWt_draggableImage* dropped_;
    2324  WContainerWidget* wc_;
    2425  WText* wc_item_;
     
    3839  void setLabelWidget();
    3940  void updateLabelWidget();
    40   WPushButton* getButton();
     41  GWt_draggableImage* getImage();
    4142  WContainerWidget* getWidget();
    4243  abstractElement* getElement();
  • Interface_Web/trunk/pspaWT/include/GWt_dropZoneLigneFaiseau.h

    r199 r239  
    1515{
    1616 public :
     17  /**
     18     dropZone element
     19     @param pspa : application name
     20     @param linkImage : true/false if the drop zone have to display the link image
     21     @param showInsertMessage : true/false if it has to display the insertMessage at first step
     22   */
    1723
    18   GWt_dropZoneLigneFaiseau(PspaApplication*,bool linkImage = true);
     24  GWt_dropZoneLigneFaiseau(PspaApplication* pspa,bool linkImage = true,bool showInsertMessage = false);
    1925  ~GWt_dropZoneLigneFaiseau();
    2026  void addElement(WContainerWidget* elem);
  • Interface_Web/trunk/pspaWT/include/GWt_tools.h

    r226 r239  
    1616 public :
    1717
    18 static WContainerWidget* console_;
     18  static WContainerWidget* console_;
    1919
    2020
Note: See TracChangeset for help on using the changeset viewer.