[TechDraw] Add Owner property to Symbols

This commit is contained in:
pavltom
2024-02-11 13:53:48 +01:00
committed by WandererFan
parent 37aba37baf
commit ff14c58ccc
18 changed files with 254 additions and 27 deletions

View File

@@ -84,6 +84,8 @@ public:
virtual DrawPage* findParentPage() const;
virtual std::vector<DrawPage*> findAllParentPages() const;
virtual DrawView *claimParent() const;
virtual int countParentPages() const;
virtual QRectF getRect() const; //must be overridden by derived class
QRectF getRectAligned() const;