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 ();
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);