mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 15:20:40 +05:00
Local selection in annotation dialog correction.
This commit is contained in:
parent
f6b136c261
commit
4cb4960602
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user