Editor plugin: Update of text element

This commit is contained in:
Jakub Melka
2024-06-26 12:19:01 +02:00
parent b5f102abbd
commit ec31f56981
5 changed files with 261 additions and 179 deletions

View File

@ -112,6 +112,11 @@ private:
void updateDockWidget();
void updateEditedPages();
bool updatePageContent(pdf::PDFInteger pageIndex,
const std::vector<const pdf::PDFPageContentElement*>& elements,
pdf::PDFDocumentBuilder* builder);
bool updateTextElement(pdf::PDFPageContentElementEdited* element);
void onDrawSpaceChanged();
pdf::PDFWidgetTool* getActiveTool();