Salome HOME
Implement folder operations for sub document
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index 53ce3b98a2731477b35492d7cf0b0a500aa91a5a..8a96cfa803fd838891e70dad003e90cf6974a787 100755 (executable)
@@ -451,6 +451,12 @@ private:
   /// Insert folder object before currently selected feature
   void insertFeatureFolder();
 
+  /// Insert an object to a folder above or below
+  void insertToFolder(bool isBefore);
+
+  /// Insert an object to a folder above or below
+  void moveOutFolder(bool isBefore);
+
  private slots:
   /// SLOT, that is called after the operation is started. Update workshop state according to
   /// the started operation, e.g. visualizes the property panel and connect to it.