Salome HOME
PAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Fix FUSE regression.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_CheckShapeDlg.h
index 60eb49538667cedab09f9a8943c3697c37b13878..b4d97f6c1bdef05f6ad783ea9f2dd2408c701c69 100644 (file)
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 //  File   : MeasureGUI_CheckShapeDlg.h
 //  Author : Nicolas REJNERI
 //  Module : GEOM
-//  $Header$
 
 #ifndef DIALOGBOX_CHECKSHAPEDLG_H
 #define DIALOGBOX_CHECKSHAPEDLG_H
 
 #include "MeasureGUI_Skeleton.h"
+#include "MeasureGUI_1Sel1TextView_QTD.h"
 
-class MeasureGUI_1Sel1TextView_QTD;
+class QCheckBox;
 
 #if defined WNT && defined MEASUREGUI_EXPORTS
 #define MEASUREGUI_EXPORT __declspec( dllexport )
@@ -39,6 +39,21 @@ class MeasureGUI_1Sel1TextView_QTD;
 #define MEASUREGUI_EXPORT
 #endif
 
+//=================================================================================
+// class    : MeasureGUI_1Sel1TextView1Check_QTD
+// purpose  :
+//=================================================================================
+class MeasureGUI_1Sel1TextView1Check_QTD : public MeasureGUI_1Sel1TextView_QTD
+{ 
+    Q_OBJECT
+
+public:
+    MeasureGUI_1Sel1TextView1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+    ~MeasureGUI_1Sel1TextView1Check_QTD();
+
+    QCheckBox* CheckBoxGeom;
+};
+
 //=================================================================================
 // class    : MeasureGUI_CheckShapeDlg
 // purpose  :
@@ -48,24 +63,19 @@ class MEASUREGUI_EXPORT MeasureGUI_CheckShapeDlg : public MeasureGUI_Skeleton
     Q_OBJECT
 
 public:
-                                        MeasureGUI_CheckShapeDlg( GeometryGUI* GUI,
-                                                                 QWidget*     parent );
-                                        ~MeasureGUI_CheckShapeDlg();
-protected:
+    MeasureGUI_CheckShapeDlg(GeometryGUI* GUI, QWidget* parent);
+    ~MeasureGUI_CheckShapeDlg();
 
+protected:
     // redefined from GEOMBase_Helper and MeasureGUI_Skeleton
-    virtual void                        processObject();
+    virtual void processObject();
 
 private:
-
-    void                                Init();
-    bool                                getParameters( bool& theIsValid,
-                                                      QString& theMsg);
+    void Init();
+    bool getParameters(bool& theIsValid, QString& theMsg);
 
 private:
-
-    MeasureGUI_1Sel1TextView_QTD*        myGrp;
-
+    MeasureGUI_1Sel1TextView1Check_QTD* myGrp;
 };
 
 #endif // DIALOGBOX_CHECKSHAPEDLG_H