]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Local selection in annotation dialog correction.
authornds <natalia.ermolaeva@opencascade.com>
Thu, 6 Oct 2016 13:41:31 +0000 (16:41 +0300)
committernds <natalia.ermolaeva@opencascade.com>
Thu, 6 Oct 2016 13:41:31 +0000 (16:41 +0300)
src/MeasureGUI/MeasureGUI_AnnotationDlg.h

index 94d41bfffa2d3f72ed76f0d884e61e146fd12977..6c613c908a78076e00428b93b8772d92509b109a 100644 (file)
@@ -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);