Ignore:
Timestamp:
Dec 6, 2013, 4:45:25 PM (11 years ago)
Author:
garnier
Message:

Renommage de toutes les classes d’élément dans le GWt_ par GWt_elementXXX

File:
1 copied

Legend:

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

    r436 r437  
    1 #ifndef GWT_CELL_SEEN
    2 #define GWT_CELL_SEEN
     1#ifndef GWT_elementCell_SEEN
     2#define GWT_elementCell_SEEN
    33
    44#include "GWt_abstractElement.h"
    5 #include "abstractElement.h"
    65
    76#include <iostream>
     
    1211using namespace std;
    1312
    14 class GWt_cell : public GWt_abstractElement
     13class GWt_elementCell : public GWt_abstractElement
    1514{
    1615  WLineEdit* lenghtElemEdit_; // cm
     
    2625 public :
    2726   
    28   GWt_cell() {;}
    29   GWt_cell(GWt_elementLigneFaisceau* );
    30   ~GWt_cell() {;}
     27  GWt_elementCell() {;}
     28  GWt_elementCell(GWt_elementLigneFaisceau* );
     29  ~GWt_elementCell() {;}
    3130 
    3231  virtual void dialogDone(WDialog::DialogCode code);
    33   WImage* getImage();
    3432   
    3533  inline string getMimeType() {return "htdocs/cell.jpg"; }
Note: See TracChangeset for help on using the changeset viewer.