[TechDraw] Reimplement Leader Line parent linking

This commit is contained in:
pavltom
2024-03-04 15:35:06 +01:00
parent 17835ea7c1
commit a9b77de0be
10 changed files with 7 additions and 111 deletions

View File

@@ -65,6 +65,8 @@ public:
Base::Vector3d getAttachPoint();
DrawView* getBaseView() const;
virtual App::DocumentObject* getBaseObject() const;
App::PropertyLink *getOwnerProperty() override { return &LeaderParent; }
bool keepUpdated() override;
double getScale() const override;
double getBaseScale() const;