]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Minor change.
authorouv <ouv@opencascade.com>
Tue, 1 Nov 2011 13:18:04 +0000 (13:18 +0000)
committerouv <ouv@opencascade.com>
Tue, 1 Nov 2011 13:18:04 +0000 (13:18 +0000)
src/GLViewer/GLViewer_Object.h

index f3ab08800e7754914a714e6bd01396ac418a837f..fa44def19e940db1e3baff7593172c48468f4361 100644 (file)
@@ -153,6 +153,8 @@ public:
   
   //! Returns true if object is highlighted
   virtual GLboolean         isHighlighted() const { return myIsHigh; }
+  //! Installs highlight status to object
+  virtual void              setHighlighted( GLboolean state ) { myIsHigh = state; }
   //! Returns true if object is selected
   virtual GLboolean         isSelected() const { return myIsSel; }
   //! Installs select status to object