Salome HOME
Issue #1042 Sometimes when setting distance constraints, the input field is not displ...
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.h
index f9d850fb8ac4e351ad63dd316b8f09e6b24aa90b..48c8506e12e6647a41d08c9ac966778f2fdcb79e 100755 (executable)
@@ -107,6 +107,14 @@ Q_OBJECT
   /// \return Installed parent feature (can be NULL)
   CompositeFeaturePtr parentFeature() const;
 
+  /// Stores the previous to the operation current feature
+  /// \set theFeature a feature
+  void setPreviousCurrentFeature(const FeaturePtr& theFeature);
+
+  /// Returns the previous to the operation current feature
+  /// \return theFeature a feature
+  FeaturePtr previousCurrentFeature();
+
 signals:
   /// The operation is filled with existing preselection
   void activatedByPreselection();