X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Workshop.h;h=aa12b955a32d98a6e5b8ff7ecb0f71f1b4f24a10;hb=34de9275b4aab78e54233e68734f54ab0fb0db99;hp=35cca7104b5ae2850aab179ad665058efa12ec51;hpb=c0e273c1479a9940dbe4f966853c82a6b8709d88;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index 35cca7104..aa12b955a 100644 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -188,6 +188,9 @@ Q_OBJECT /// Move selected features to be after the current feature void moveObjects(const bool theSplit); + /// Start a "Recover" feature on the selected one + void recoverFeature(); + /// Returns true if the object can be shaded. If the object is a compsolid result, the method /// checks subobjects of the result /// \return boolean value @@ -233,6 +236,12 @@ Q_OBJECT /// \param theMode a mode to set (see \ref XGUI_Displayer) void setDisplayMode(const QObjectPtrList& theList, int theMode); + /// Toggle visualisation of edges direction + void toggleEdgesDirection(const QObjectPtrList& theList); + + /// Toggle state of display priority (normal/in front) + void toggleBringToFront(const QObjectPtrList& theList); + /// Set selection mode in viewer. If theMode=-1 then activate default mode /// \param theMode the selection mode (according to TopAbs_ShapeEnum) void setViewerSelectionMode(int theMode); @@ -340,6 +349,9 @@ Q_OBJECT /// The method updates a Color Scale object in the viewer void updateColorScaleVisibility(); + /// The method updates a Text of Group names in the viewer. + void updateGroupsText(); + void showHelpPage(const QString& thePage) const; signals: