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