Signature plugin: selection

This commit is contained in:
Jakub Melka
2022-04-02 16:29:31 +02:00
parent f5881b897d
commit 5d8e2818a2
7 changed files with 233 additions and 4 deletions

View File

@ -49,6 +49,8 @@ public:
private:
void onSceneChanged(bool graphicsOnly);
void onSceneSelectionChanged();
void onWidgetSelectionChanged();
enum Action
{
@ -103,6 +105,7 @@ private:
pdf::PDFPageContentEditorWidget* m_editorWidget;
pdf::PDFPageContentScene m_scene;
bool m_sceneSelectionChangeEnabled;
};
} // namespace pdfplugin