Local selection in annotation dialog correction.

This commit is contained in:
nds 2016-10-06 16:41:31 +03:00
parent f6b136c261
commit 4cb4960602

View File

@ -68,6 +68,7 @@ protected:
virtual bool execute (); virtual bool execute ();
SALOME_Prs* buildPrs(); SALOME_Prs* buildPrs();
void updateSubShapeEnableState();
void redisplayPreview(); void redisplayPreview();
private slots: private slots:
@ -83,6 +84,7 @@ private slots:
private: private:
void Init(); void Init();
void activateSelectionArgument(QPushButton* theSelectionButton);
void activateSelection(); void activateSelection();
TopAbs_ShapeEnum getShapeType() const; TopAbs_ShapeEnum getShapeType() const;
gp_Pnt getAttachPoint(const TopoDS_Shape& theShape); gp_Pnt getAttachPoint(const TopoDS_Shape& theShape);