Salome HOME
Crash in sketch on external objects use. Scenario:
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index 470294bdb1dec44f8d84db4de4e6b31c33cbc577..f074786d33f30c8d1a9be9eaf39cf43253e53767 100755 (executable)
@@ -219,6 +219,14 @@ public:
   /// \param thePreviousAttributeID an index of the previous active attribute
   virtual bool processEnter(const std::string& thePreviousAttributeID);
 
+  /// Performs some GUI actions after an operation transaction is opened
+  /// Default realization is empty
+  virtual void beforeOperationStarted(ModuleBase_Operation* theOperation);
+
+  /// Performs some GUI actions before an operation transaction is stopped
+  /// Default realization is empty
+  virtual void beforeOperationStopped(ModuleBase_Operation* theOperation);
+
 public slots:
   /// Redefines the parent method in order to customize the next case:
   /// If the sketch nested operation is active and the presentation is not visualized in the viewer,