Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / PartSet / PartSet_SketcherReetntrantMgr.h
index 1f8d2e5fd24e9840e1e3839c73d7454de0401007..ebdb0eb16b55b1178f40af4d356ec7845e1fcb9c 100755 (executable)
@@ -130,6 +130,12 @@ private:
   /// Commits the current operation and launches a new with the commited operation feature index
   void restartOperation();
 
+  /// Creates an internal feature and controls to process it
+  void createInternalFeature();
+
+  /// A pair method for an internal creation to remove it and clear all created controls
+  void deleteInternalFeature();
+
   /// Breaks sequense of automatically resterted operations
   void resetFlags();
 
@@ -147,6 +153,9 @@ private:
   bool myIsInternalEditOperation; /// true when the 'internal' edit is started
 
   FeaturePtr myInternalFeature;
+  QWidget* myInternalWidget;
+  ModuleBase_ModelWidget* myInternalActiveWidget;
+  std::string myNoMoreWidgetsAttribute;
 };
 
 #endif