X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_Workshop.h;h=8a96cfa803fd838891e70dad003e90cf6974a787;hb=8259f38e8a93b8a65d5c4ec88a39c211c7ae9c4d;hp=53ce3b98a2731477b35492d7cf0b0a500aa91a5a;hpb=767fef5f36265c72503b4ee389c3bd3190c7b4e0;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index 53ce3b98a..8a96cfa80 100755 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -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.