Added simple page size filtering.

This commit is contained in:
Jim Evins
2013-11-13 00:04:00 -05:00
parent 5ce9121801
commit 1c02315db9
7 changed files with 77 additions and 17 deletions
+3
View File
@@ -52,6 +52,9 @@ namespace libglabels
/* PWG 5101.1-2002 size name */
inline QString pwgSize() const { return mPwgSize; }
inline bool isSizeIso() const { return mPwgSize.startsWith( "iso_" ); }
inline bool isSizeUs() const { return mPwgSize.startsWith( "na_" ); }
private:
QString mId;
QString mName;