Color spaces, beginning of painting

This commit is contained in:
Jakub Melka
2019-02-09 18:40:56 +01:00
parent 0a28869c94
commit 9264ea70c1
13 changed files with 703 additions and 2 deletions

View File

@ -84,6 +84,9 @@ public:
/// \param blockIndex Index of the block
LayoutItems getLayoutItems(size_t blockIndex) const;
/// Returns the document
const PDFDocument* getDocument() const { return m_document; }
signals:
void drawSpaceChanged();