mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: WIP
This commit is contained in:
@ -156,6 +156,8 @@ public:
|
||||
|
||||
using StateFlags = PDFFlags<StateFlag>;
|
||||
|
||||
void setState(const PDFPageContentProcessorState& state);
|
||||
|
||||
const QTransform& getCurrentTransformationMatrix() const { return m_currentTransformationMatrix; }
|
||||
void setCurrentTransformationMatrix(const QTransform& currentTransformationMatrix);
|
||||
|
||||
|
Reference in New Issue
Block a user