Salome HOME
Bug IPAL19097 NPAL16768 is not implemented for "Normal to a face"
[modules/geom.git] / src / MeasureGUI / MeasureGUI_WhatisDlg.h
index 04913ec7a2350bd74fa107f99dfdaf8a6ebf774f..f9a698af39f00fe62ec09621d8ece9a7571a0f19 100644 (file)
 
 #include "MeasureGUI_Skeleton.h"
 
-class MeasureGUI_1Sel1TextView;
-
 //=================================================================================
-// class    : DialogBox_PROPERTIES
+// class    : MeasureGUI_WhatisDlg
 // purpose  :
 //=================================================================================
 class MeasureGUI_WhatisDlg : public MeasureGUI_Skeleton
 { 
   Q_OBJECT
+
+  class Whatis;
       
 public:
   MeasureGUI_WhatisDlg( GeometryGUI*, QWidget* );
@@ -46,12 +46,16 @@ protected:
   // redefined from GEOMBase_Helper and MeasureGUI_Skeleton
   virtual void                        processObject();
   
+protected slots:
+  virtual void                        ClickOnProperties();
+
 private:
   void                                Init();
   bool                                getParameters( QString& );
+  QString                             getKindOfShape( QString& );
   
 private:
-  MeasureGUI_1Sel1TextView*           myGrp;
+  Whatis*                             myGrp;
 };
 
 #endif // MEASUREGUI_WHATISDLG_H