Added label clip path to page renderer.

This commit is contained in:
Jim Evins
2016-05-21 13:34:16 -04:00
parent 4cc6ddab6c
commit 91cefb7287
10 changed files with 87 additions and 15 deletions
+2
View File
@@ -49,6 +49,7 @@ namespace glabels
bool isSimilarTo( Frame* other ) const;
const QPainterPath& path() const;
const QPainterPath& clipPath() const;
QPainterPath marginPath( const Distance& size ) const;
@@ -58,6 +59,7 @@ namespace glabels
Distance mWaste;
QPainterPath mPath;
QPainterPath mClipPath;
};