Salome HOME
bos #29479 Merge branch 'CR29479'
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index 19234656d4e9273fa790ebc486f1c92601b95628..81145343e00f38aff875f4adcb2d746c97334a02 100644 (file)
@@ -236,6 +236,9 @@ 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);
+
   /// 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);