mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Update of text element
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user