Salome HOME
Implementation "21042: EDF 1600 ALL: Rename objects in the OB" issue.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.h
index e2bb545c1c7ec5802f95733895acc5285142de7a..82de5a5c6ad2a687770c019df16fa7cc0dab4dd6 100644 (file)
@@ -145,6 +145,10 @@ public :
   virtual void                    restoreVisualParameters(int savePoint);
 
   virtual void                    addActorAsObserver( SMESH_Actor* theActor );
+  
+  virtual bool                    renameAllowed( const QString& ) const;
+  virtual bool                    renameObject( const QString&, const QString& );
+
 
   SMESHGUI_ClippingPlaneInfoMap&  getClippingPlaneInfoMap() { return myClippingPlaneInfoMap; }