]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Displayer.h
Salome HOME
Provide presentation for a step
[modules/shaper.git] / src / XGUI / XGUI_Displayer.h
index cf1f5edc2dedf66f6caf8dd8a6d98ba06b5f5b96..df1237c43087d75b2510b67e3a3b8a8e758a0e49 100644 (file)
@@ -440,10 +440,12 @@ private:
     const NCollection_DataMap<TopoDS_Shape,
       NCollection_Map<Handle(AIS_InteractiveObject)>>& theShapesToBeSelected);
 
-protected:
+private:
   XGUI_SelectionActivate* selectionActivate() const;
 
-protected:
+  AISObjectPtr createPresentation(const ResultPtr& theResult) const;
+
+private:
   XGUI_Workshop* myWorkshop; ///< Reference to workshop
 #ifdef TINSPECTOR
   Handle(VInspectorAPI_CallBack) myVCallBack;