Salome HOME
Merge from V6_main 06/03/2013
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ConvToQuadDlg.h
index 660dbc7318a82b64ebda02df64c86b8781896ddc..cc4a26c8625401abc26161e6a444904c713e7b65 100644 (file)
@@ -56,6 +56,7 @@ public:
   int           CurrentRB(); //returns the ID of the selected toggle button
   void          ShowWarning(bool);
   bool          isWarningShown();
+  bool          IsBiQuadratic() const;
 
 signals:
   void          onClicked( int );
@@ -64,8 +65,9 @@ private:
   QCheckBox*    myMedNdsOnGeom;
   QGroupBox*    myBGBox;
   QButtonGroup* myBG;
-  QRadioButton* myRB1;
-  QRadioButton* myRB2;
+  QRadioButton* myRB2Lin;
+  QRadioButton* myRB2Quad;
+  QRadioButton* myRB2BiQua;
   QLabel* myWarning;
 };