summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-09 01:54:39 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-09 01:54:39 +0000
commit30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2 (patch)
treeff87b28b4f76e4b2ae947bd1bc28696cece68ce5 /src/ui/clipboard.h
parentFix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po... (diff)
downloadinkscape-30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2.tar.gz
inkscape-30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2.zip
This commit is based on a coment on bug #1670644. And allow to fill the fill between many LPE widget that allow
attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
Diffstat (limited to 'src/ui/clipboard.h')
-rw-r--r--src/ui/clipboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/clipboard.h b/src/ui/clipboard.h
index 32a49867c..12dbd51df 100644
--- a/src/ui/clipboard.h
+++ b/src/ui/clipboard.h
@@ -51,6 +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 const gchar *getFirstObjectID() = 0;
static ClipboardManager *get();