diff options
| author | Ben Scholzen 'DASPRiD <mail@dasprids.de> | 2015-05-29 17:21:52 +0000 |
|---|---|---|
| committer | Ben Scholzen 'DASPRiD <mail@dasprids.de> | 2015-05-29 17:21:52 +0000 |
| commit | ea3737623c19fa92b97ec6c3e228ea0f8db7a03b (patch) | |
| tree | 2d5423399a5341808db808cecef571aa41773be6 /src/xml/repr.h | |
| parent | Use more fine-grain fallbacks for Poppler/Cairo PDF imports. (diff) | |
| download | inkscape-ea3737623c19fa92b97ec6c3e228ea0f8db7a03b.tar.gz inkscape-ea3737623c19fa92b97ec6c3e228ea0f8db7a03b.zip | |
Import all defs from clipboard or imported files
Fixed bugs:
- https://launchpad.net/bugs/1460057
(bzr r14185)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index 17763195a..e84b89813 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -14,6 +14,7 @@ #ifndef SEEN_SP_REPR_H #define SEEN_SP_REPR_H +#include <vector> #include <glibmm/quark.h> #include "xml/node.h" @@ -144,6 +145,10 @@ Inkscape::XML::Node *sp_repr_lookup_name(Inkscape::XML::Node *repr, Inkscape::XML::Node const *sp_repr_lookup_name(Inkscape::XML::Node const *repr, char const *name, int maxdepth = -1); + +std::vector<Inkscape::XML::Node const *> sp_repr_lookup_name_many(Inkscape::XML::Node const *repr, + char const *name, + int maxdepth = -1); Inkscape::XML::Node *sp_repr_lookup_child(Inkscape::XML::Node *repr, char const *key, |
