X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_OperationFeature.h;h=ab0ce8c900ab13485f5ecf6333ff950674daf10b;hb=752c9e02e6aa8ced24e9b53097cb42540d5e6a08;hp=f32bbb384462dca759a9160be9ac25add6aa3a02;hpb=f34fba2433c87ccdf824df0dc8c34099054b1715;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_OperationFeature.h b/src/ModuleBase/ModuleBase_OperationFeature.h index f32bbb384..ab0ce8c90 100755 --- a/src/ModuleBase/ModuleBase_OperationFeature.h +++ b/src/ModuleBase/ModuleBase_OperationFeature.h @@ -67,7 +67,9 @@ Q_OBJECT /// Change the operation mode from create to edit. /// The transaction and the operation name in the model history of transaction are the same. /// It updates the edit state in the widgets of property panel - void setEditOperation(); + /// \param theRestartTransaction if true, the current model transaction is committed and + /// the new one is started + void setEditOperation(const bool theRestartTransaction); /// Returns the operation feature /// \return the feature @@ -113,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 @@ -131,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.