Salome HOME
Issue #2673: Provide N and P keys for traversing of highlighted entities
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 178b99ab2651ecef6f51c8fc203a59aaff53d424..f9f104ff35520301eef89e71353a813a8dacb191 100644 (file)
@@ -118,6 +118,8 @@ Q_OBJECT
   /// by mouse drugging. If this is impossible thet it has to return False.
   virtual bool canDragByMouse() const;
 
+  virtual void updateHighlight();
+
   // Fit all along Z (perpendicular to display)
   //virtual void Zfitall();
 
@@ -159,7 +161,6 @@ private slots:
  private:
    void displayHighlight();
    void eraseHighlight();
-   void updateHighlight();
 
   XGUI_Workshop* myWorkshop;
   ResultPtr myResult;