diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index 142eb5000..db50f1717 100644 --- a/src/document.h +++ b/src/document.h @@ -199,7 +199,8 @@ public: std::vector<SPObject *> getObjectsByClass(Glib::ustring const &klass) const; std::vector<SPObject *> getObjectsByElement(Glib::ustring const &element) const; - + std::vector<SPObject *> getObjectsBySelector(Glib::ustring const &selector) const; + void bindObjectToRepr(Inkscape::XML::Node *repr, SPObject *object); SPObject *getObjectByRepr(Inkscape::XML::Node *repr) const; |
