X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dDistance.h;h=7b350d33edd8623e5e9a265bb1c89fe4d5c1010e;hb=031179ada6681b874314c450eeda806f9f8abd28;hp=7dc45bcca26e3dac785bc0d1064af8310fadd9a6;hpb=bddbc598492a5dfa976d115200097724d7c6505e;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2dDistance.h b/src/PartSet/PartSet_WidgetPoint2dDistance.h index 7dc45bcca..7b350d33e 100644 --- a/src/PartSet/PartSet_WidgetPoint2dDistance.h +++ b/src/PartSet/PartSet_WidgetPoint2dDistance.h @@ -12,7 +12,6 @@ #include -class PartSet_LockApplyMgr; class GeomAPI_Pnt2d; class ModuleBase_IWorkshop; class ModuleBase_IViewWindow; @@ -60,7 +59,7 @@ Q_OBJECT void setSketch(CompositeFeaturePtr theSketch) { mySketch = theSketch; } /// Returns true if the event is processed. - virtual bool isEventProcessed(QKeyEvent* theEvent); + virtual bool processEnter(); public slots: /// Process of mouse move @@ -88,17 +87,10 @@ protected: virtual double computeValue(const std::shared_ptr& theFirstPnt, const std::shared_ptr& theCurrentPnt); -private slots: - /// Process values changed event - void onValuesChanged(); - protected: /// A reference to workshop ModuleBase_IWorkshop* myWorkshop; - /// A manager to lock/unlock Apply button in PP - PartSet_LockApplyMgr* myLockApplyMgr; - /// A name of the first point std::string myFirstPntName;