From: nds Date: Thu, 6 Oct 2016 13:41:31 +0000 (+0300) Subject: Local selection in annotation dialog correction. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4cb4960602f8b2bc33629d1b8cab7ad5e41735b7;p=modules%2Fgeom.git Local selection in annotation dialog correction. --- diff --git a/src/MeasureGUI/MeasureGUI_AnnotationDlg.h b/src/MeasureGUI/MeasureGUI_AnnotationDlg.h index 94d41bfff..6c613c908 100644 --- a/src/MeasureGUI/MeasureGUI_AnnotationDlg.h +++ b/src/MeasureGUI/MeasureGUI_AnnotationDlg.h @@ -68,6 +68,7 @@ protected: virtual bool execute (); SALOME_Prs* buildPrs(); + void updateSubShapeEnableState(); void redisplayPreview(); private slots: @@ -83,6 +84,7 @@ private slots: private: void Init(); + void activateSelectionArgument(QPushButton* theSelectionButton); void activateSelection(); TopAbs_ShapeEnum getShapeType() const; gp_Pnt getAttachPoint(const TopoDS_Shape& theShape);