diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 16:58:08 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 16:58:08 +0000 |
| commit | 92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4 (patch) | |
| tree | 78eb6fc95bf3fdf9e2f75349c65205db62751de3 /src/document.h | |
| parent | Fix whitespace preserve for inx attributes (diff) | |
| download | inkscape-92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4.tar.gz inkscape-92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4.zip | |
Allow styling def sections and go to the eleemnt
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/document.h b/src/document.h index c0c0d3b81..9c81e5243 100644 --- a/src/document.h +++ b/src/document.h @@ -146,10 +146,11 @@ public: void do_change_uri(char const *const filename, bool const rebase); void changeUriAndHrefs(char const *uri); - + void setXMLDialogSelectedObject(SPObject * activexmltree) {_activexmltree = activexmltree;} + SPObject * getXMLDialogSelectedObject() {return _activexmltree;} private: void _importDefsNode(SPDocument *source, Inkscape::XML::Node *defs, Inkscape::XML::Node *target_defs); - + SPObject *_activexmltree; public: void importDefs(SPDocument *source); |
