X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_OperationFeature.h;h=ab0ce8c900ab13485f5ecf6333ff950674daf10b;hb=450d1bd65c11870d3942a30164518037b9a7503e;hp=2cc3d2a3dfe4cb59292cda3244451cdef7f4ee03;hpb=fa6aa2e8be0857e27fd6de1dedcae2d61144fea4;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_OperationFeature.h b/src/ModuleBase/ModuleBase_OperationFeature.h index 2cc3d2a3d..ab0ce8c90 100755 --- a/src/ModuleBase/ModuleBase_OperationFeature.h +++ b/src/ModuleBase/ModuleBase_OperationFeature.h @@ -115,7 +115,7 @@ Q_OBJECT CompositeFeaturePtr parentFeature() const; /// Stores the previous to the operation current feature - /// \set theFeature a feature + /// \param theFeature a feature void setPreviousCurrentFeature(const FeaturePtr& theFeature); /// Returns the previous to the operation current feature @@ -133,7 +133,8 @@ signals: /// to change behavior of operation. There is no point in using this method. It would /// be better to inherit own operator from base one and redefine startOperation method /// instead. - void start(); + /// \return true if the start is successful + virtual bool start(); /// Aborts operation /// Public slot. Aborts operation. This slot is not virtual and cannot be redefined.