Salome HOME
Display highlight for all sub-objects of a Feature only for Construction Results.
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 9c4755f827084bfe5cb14c5a7b12a089fb84964a..0e3396fb8426f268947a2eba2a7985ad7635aa17 100644 (file)
@@ -24,6 +24,7 @@
 #include "XGUI.h"
 #include <ModuleBase_IViewer.h>
 #include <ModelAPI_Feature.h>
+#include <ModelAPI_Result.h>
 
 #include <AIS_Trihedron.hxx>
 #include <AIS_ListOfInteractive.hxx>
@@ -158,7 +159,7 @@ private slots:
    void eraseHighlight();
 
   XGUI_Workshop* myWorkshop;
-  FeaturePtr myFeature;
+  ResultPtr myResult;
   AIS_ListOfInteractive myHighlights;
 };