]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ViewerProxy.h
Salome HOME
Task 2.2.5: Highlight all results if a shape of a one result is preselected
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 93e76332bcf84ce48894e4095c4842ecf5a078e6..9c4755f827084bfe5cb14c5a7b12a089fb84964a 100644 (file)
 
 #include "XGUI.h"
 #include <ModuleBase_IViewer.h>
+#include <ModelAPI_Feature.h>
 
 #include <AIS_Trihedron.hxx>
+#include <AIS_ListOfInteractive.hxx>
 
 #ifndef HAVE_SALOME
   #include <AppElements_ViewWindow.h>
@@ -152,7 +154,12 @@ private slots:
 #endif
 
  private:
+   void displayHighlight();
+   void eraseHighlight();
+
   XGUI_Workshop* myWorkshop;
+  FeaturePtr myFeature;
+  AIS_ListOfInteractive myHighlights;
 };
 
 #endif