Salome HOME
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_NbSegmentsCreator.h
index ba7c7bff85d840f0b10d33e1d9586a6251d5b530..188674497ddd47a4fe2f29903ba5fbc6c18fdc5b 100644 (file)
@@ -44,6 +44,7 @@ class QButtonGroup;
 class QGroupBox;
 class QGridLayout;
 class QRadioButton;
+class StdMeshersGUI_EdgeDirectionParamWdg;
 
 typedef struct
 {
@@ -91,6 +92,9 @@ private:
   QGridLayout*     myGroupLayout;
   int              myTableRow, myPreviewRow;
   QRadioButton*    myCutNeg;
+  QGroupBox*       myReversedEdgesBox;
+
+  StdMeshersGUI_EdgeDirectionParamWdg*    myDirectionWidget;
 };
 
 #endif // STDMESHERSGUI_NBSEGMENTSCREATOR_H