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


Ignore:
Timestamp:
Nov 21, 2012, 2:28:02 PM (12 years ago)
Author:
lemeur
Message:

creation d'un diagnostic de coherence

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

Legend:

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

    r94 r102  
    4444  WPushButton *exec_go_;
    4545
     46  WText* probleme_;
    4647
    4748  list<GWt_sectionToExecute*> selectedSections_;
  • Interface_Web/trunk/pspaWT/include/abstractElement.h

    r95 r102  
    1616
    1717 protected:
     18
     19  bool parmelaOk_;
     20  bool transportOk_;
    1821
    1922  int nbParam_;
     
    5255    lenghtElem_ = defaultLength_;
    5356    aperture_ = defaultAperture_;
     57    parmelaOk_ = false;
     58    transportOk_ = false;
    5459  }
    5560
     
    105110 int getNbParams() const {return nbParam_;};
    106111
     112 bool is_parmela_element() const {return parmelaOk_;};
     113 bool is_transport_element() const {return transportOk_;};
     114
    107115 virtual string* getParametersString() const = 0;
    108116
Note: See TracChangeset for help on using the changeset viewer.