Annotation painting

This commit is contained in:
Jakub Melka
2020-03-07 17:38:50 +01:00
parent 92c58f68ff
commit 0b2d94d115
17 changed files with 363 additions and 47 deletions

View File

@@ -86,6 +86,8 @@ struct PDFObjectReference
{
return std::tie(objectNumber, generation) < std::tie(other.objectNumber, other.generation);
}
constexpr bool isValid() const { return objectNumber > 0; }
};
/// Represents version identification