Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / XGUI / XGUI_SelectionMgr.h
index da5d1cb9b602b9477c032d6d2175659f85da5e50..46650ef60adbfd5c23591311881224b76c958824 100644 (file)
@@ -104,6 +104,8 @@ private:
   void convertToObjectBrowserSelection(
        const QList<std::shared_ptr<ModuleBase_ViewerPrs> >& theValues, QObjectPtrList& theObjects);
 
+  QList<TopoDS_Shape> findAllShapes(const ResultPtr& theResult) const;
+
 private:
    /// Reference to workshop
   XGUI_Workshop* myWorkshop;