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


Ignore:
Timestamp:
Dec 15, 2012, 11:05:15 PM (12 years ago)
Author:
garnier
Message:

modif pour l insertion, non terminee

Location:
Interface_Web/trunk/pspaWT/include
Files:
1 edited
1 moved

Legend:

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

    r173 r186  
    4444  void clickEvent(WContainerWidget*);
    4545  void deleteElement(WContainerWidget*);
    46   void onClick(GWt_abstractElement*);
    47   void removeDone(GWt_abstractElement*);
     46  void addElement(WContainerWidget*);
    4847
    49  private :
    50 
    51   void dropEvent(WDropEvent evt);
    52   WDialog *message_;
    5348};
    5449
  • Interface_Web/trunk/pspaWT/include/GWt_dropZoneLigneFaiseau.h

    r178 r186  
    1 #ifndef GWT_STRECHELEMENT_SEEN
    2 #define GWT_STRECHELEMENT_SEEN
     1#ifndef GWT_DROPZONELIGNEFAISEAU_SEEN
     2#define GWT_DROPZONELIGNEFAISEAU_SEEN
    33
     4#include "GWt_LigneFaisceau.h"
    45#include <Wt/WContainerWidget>
     6#include "GWt_dialog.h"
    57
    68using namespace Wt;
    79
    810
    9 class GWt_strechElement : public WContainerWidget
     11class GWt_dropZoneLigneFaiseau : public WContainerWidget
    1012{
    1113 public :
    1214
    13   GWt_strechElement();
    14   ~GWt_strechElement();
     15  GWt_dropZoneLigneFaiseau(PspaApplication*);
     16  ~GWt_dropZoneLigneFaiseau();
    1517
    1618 private:
     
    1820  void mouseOut(const WMouseEvent &e );
    1921  void mouseUp(const WMouseEvent &e );
     22  void mouseDown(const WMouseEvent &e );
     23  void mouseIsDragged(const WMouseEvent &e );
     24  void dropEvent(WDropEvent evt);
    2025
     26  void onClick(GWt_abstractElement*);
     27  void removeDone(GWt_abstractElement*);
     28
     29  PspaApplication* pspa_;
     30  GWt_LigneFaisceau* ligneFaiseau_;
     31  GWt_dialog* messageDropZone_;
    2132};
    2233#endif
Note: See TracChangeset for help on using the changeset viewer.