[TD]position view within clip group

This commit is contained in:
wandererfan
2022-09-16 18:17:51 -04:00
committed by WandererFan
parent 3600a6806d
commit 5cae6597b3
3 changed files with 26 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ public:
virtual std::vector<DrawPage*> findAllParentPages() const;
virtual int countParentPages() const;
virtual QRectF getRect() const; //must be overridden by derived class
QRectF getRectAligned() const;
virtual double autoScale() const;
virtual double autoScale(double w, double h) const;
virtual bool checkFit() const;