X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_Actor.h;h=c72ca7e1688a0bf8209a34818eb438ad27482cc4;hp=e8818e4d50b344f94edbb1feef52b8383d1c4e75;hb=8d297d6698f361d4f2dde723050bcfbaea050920;hpb=10191484fe88a27e962b8e4b57e09d390d8705c7 diff --git a/src/OBJECT/SMESH_Actor.h b/src/OBJECT/SMESH_Actor.h index e8818e4d5..c72ca7e16 100644 --- a/src/OBJECT/SMESH_Actor.h +++ b/src/OBJECT/SMESH_Actor.h @@ -83,12 +83,8 @@ class SMESHOBJECT_EXPORT SMESH_Actor: public SALOME_Actor virtual void SetBallColor(double r,double g,double b) = 0; virtual void GetBallColor(double& r,double& g,double& b) = 0; - virtual void SetHighlightColor(double r,double g,double b) = 0; - virtual void GetHighlightColor(double& r,double& g,double& b) = 0; - - virtual void SetPreHighlightColor(double r,double g,double b) = 0; - virtual void GetPreHighlightColor(double& r,double& g,double& b) = 0; - + virtual void UpdateSelectionProps() = 0; + virtual double GetLineWidth() = 0; virtual void SetLineWidth(double theVal) = 0; @@ -146,8 +142,10 @@ class SMESHOBJECT_EXPORT SMESH_Actor: public SALOME_Actor eMinimumAngle, eWarping, eSkew, eAspectRatio3D, eMultiConnection2D, eVolume3D, eMaxElementLength2D, eMaxElementLength3D, eBareBorderFace, eBareBorderVolume, eOverConstrainedFace, eOverConstrainedVolume, eCoincidentNodes, - eCoincidentElems1D, eCoincidentElems2D, eCoincidentElems3D, eNodeConnectivityNb }; + eCoincidentElems1D, eCoincidentElems2D, eCoincidentElems3D, eNodeConnectivityNb, + eCustomControl }; virtual void SetControlMode(eControl theMode) = 0; + virtual void SetControl(SMESH::Controls::FunctorPtr) = 0; virtual eControl GetControlMode() = 0; virtual SMESH::Controls::FunctorPtr GetFunctor() = 0; virtual int GetNumberControlEntities() = 0;