diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-02 13:57:32 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 3f4e7d12207b78f5a67d9f4603b188973f49cb22 (patch) | |
| tree | 6b10c1ad8af350b37bae2a9957a26f6f340eb03a /src/ui/clipboard.h | |
| parent | Finish projection phase (diff) | |
| download | inkscape-3f4e7d12207b78f5a67d9f4603b188973f49cb22.tar.gz inkscape-3f4e7d12207b78f5a67d9f4603b188973f49cb22.zip | |
Handle transforms and gix groups linked by clipboard
Diffstat (limited to 'src/ui/clipboard.h')
| -rw-r--r-- | src/ui/clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.h b/src/ui/clipboard.h index 390830bba..e32b5aed2 100644 --- a/src/ui/clipboard.h +++ b/src/ui/clipboard.h @@ -51,7 +51,7 @@ public: virtual bool pastePathEffect(ObjectSet *set) = 0; virtual Glib::ustring getPathParameter(SPDesktop* desktop) = 0; virtual Glib::ustring getShapeOrTextObjectId(SPDesktop *desktop) = 0; - virtual std::vector<Glib::ustring> getElementsOfType(SPDesktop *desktop, gchar const* type = "*") = 0; + virtual std::vector<Glib::ustring> getElementsOfType(SPDesktop *desktop, gchar const* type = "*", gint maxdepth = -1) = 0; virtual const gchar *getFirstObjectID() = 0; static ClipboardManager *get(); |
