diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-24 21:36:04 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-24 21:36:04 +0000 |
| commit | e9468d5c8bc974ee96dc7537e0d13fe2def0e615 (patch) | |
| tree | aa46254720e1db5a220541e8a79f886837d676f7 /src/ui/dialog/template-load-tab.h | |
| parent | Prevent writing out empty style strings. (diff) | |
| download | inkscape-e9468d5c8bc974ee96dc7537e0d13fe2def0e615.tar.gz inkscape-e9468d5c8bc974ee96dc7537e0d13fe2def0e615.zip | |
Add listing procedural templates in NewFromTemplate dialog.
(bzr r12481.1.1)
Diffstat (limited to 'src/ui/dialog/template-load-tab.h')
| -rw-r--r-- | src/ui/dialog/template-load-tab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/template-load-tab.h b/src/ui/dialog/template-load-tab.h index 50f3e0be2..c3817cf1b 100644 --- a/src/ui/dialog/template-load-tab.h +++ b/src/ui/dialog/template-load-tab.h @@ -19,6 +19,8 @@ #include <map> #include <set> +#include "xml/node.h" + namespace Inkscape { namespace UI { @@ -91,6 +93,8 @@ private: SearchType _current_search_type; + void _getDataFromNode(Inkscape::XML::Node *, TemplateData &); + void _getProceduralTemplates(); void _getTemplatesFromDir(const Glib::ustring &); void _keywordSelected(); TemplateData _processTemplateFile(const Glib::ustring &); |
