X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_ActorDef.h;h=e6925d30eb05194b5c015476fd0e405b8de6656d;hp=ea3f8d02963f86c0f3517e12a551d10002b99dd3;hb=83f19818fce494a77ddf10b70493abdd9f73e4e0;hpb=1eea5485d119de1f044c0bb06c4bfd557a9572b1 diff --git a/src/OBJECT/SMESH_ActorDef.h b/src/OBJECT/SMESH_ActorDef.h index ea3f8d029..e6925d30e 100644 --- a/src/OBJECT/SMESH_ActorDef.h +++ b/src/OBJECT/SMESH_ActorDef.h @@ -186,6 +186,7 @@ class SMESH_ActorDef : public SMESH_Actor{ virtual long GetControlsPrecision() const { return myControlsPrecision; } protected: + void SetControlMode(eControl theMode, bool theCheckEntityMode); void SetImplicitFunctionUsed(bool theIsImplicitFunctionUsed); bool IsImplicitFunctionUsed() const; @@ -207,7 +208,6 @@ class SMESH_ActorDef : public SMESH_Actor{ vtkProperty* myHighlightProp; vtkProperty* myPreselectProp; SMESH_DeviceActor* myHighlitableActor; - SMESH_DeviceActor* myNodeHighlitableActor; eControl myControlMode; SMESH_DeviceActor* my2DActor; @@ -220,6 +220,7 @@ class SMESH_ActorDef : public SMESH_Actor{ SMESH_DeviceActor* my1DExtActor; unsigned int myEntityMode; + unsigned int myEntityState; bool myIsPointsVisible; bool myIsShrinkable;