Salome HOME
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.h
index 6cf6c524dcd9e78bd7aff30f014367703606ea5a..f4db07a2ed5e55d305ed73518deaf410d45d6f27 100644 (file)
@@ -64,6 +64,9 @@ public:
   QString                      hypType() const;
   QString                      hypName() const;
   bool                         isCreation() const;
+  
+  QString                      getShapeEntry() const { return myShapeEntry; }
+  void                         setShapeEntry( const QString& theEntry );
 
 protected:
   struct StdParam
@@ -121,6 +124,7 @@ private:
   bool                         myIsCreate;
   QtxDialog*                   myDlg;
   QEventLoop*                  myEventLoop;
+  QString                      myShapeEntry;
 };
 
 class SMESHGUI_HypothesisDlg : public QtxDialog