Salome HOME
PAL10491. use GetAlgoState() instead of IsReadyToCompute()
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshOp.h
index 063ebcaac73e14becd064b87da1d7c3403a9c111..b79f676437ab7f2d8e4a12935d21ce131ed51ceb 100644 (file)
@@ -40,7 +40,7 @@ public:
   SMESHGUI_MeshOp( const bool theToCreate, const bool theIsMesh = true );
   virtual ~SMESHGUI_MeshOp();
   
-  virtual SalomeApp_Dialog*      dlg() const;  
+  virtual LightApp_Dialog*       dlg() const;  
 
 protected:
   virtual void                   startOperation();
@@ -52,6 +52,7 @@ protected slots:
   virtual bool                   onApply();
   void                           onCreateHyp( const int theHypType, const int theIndex );
   void                           onEditHyp( const int theHypType, const int theIndex );
+  void                           onHypoSet( const QString& theSetName );
 
 private:
   bool                           isValid( QString& ) const;
@@ -69,6 +70,7 @@ private:
   bool                           editMeshOrSubMesh( QString& );
   
   int                            currentHyp( const int, const int ) const;
+  bool                           isAccessibleDim( const int ) const;
   void                           setCurrentHyp( const int, const int, const int );
   void                           setDefaultName() const;
   SMESH::SMESH_Hypothesis_var    getAlgo( const int );