Salome HOME
22314: EDF 2594 SMESH: Preview "Union of triangles" result
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MultiEditDlg.h
index 4f6af1af1edc6357d7af17e496be1dbf32d2745a..68847772b6536db491a7644e1cd35313e74bb0af 100755 (executable)
@@ -28,6 +28,7 @@
 
 // SMESH includes
 #include "SMESH_SMESHGUI.hxx"
+#include "SMESHGUI_PreviewDlg.h"
 
 // Qt includes 
 #include <QDialog>
@@ -64,7 +65,7 @@ class QButtonGroup;
  *               union of two neighboring triangles
  */
 
-class SMESHGUI_EXPORT SMESHGUI_MultiEditDlg : public QDialog
+class SMESHGUI_EXPORT SMESHGUI_MultiEditDlg : public SMESHGUI_PreviewDlg
 {
   Q_OBJECT
 
@@ -197,6 +198,9 @@ protected:
                              const SMESH::long_array&,
                              SMESH::SMESH_IDSource_ptr obj );
 
+protected slots:
+   virtual void     onDisplaySimulation( bool );
+
 private:
   SMESHGUI_SpinBox* myMaxAngleSpin;
 };