diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-12-03 18:56:12 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-12-03 18:56:12 +0000 |
| commit | 09d244908a254452273c730c93f406e1c7d8a198 (patch) | |
| tree | 882d843df1a3a73036c493c89722a1d897d2e631 /src/extension/param/parameter.h | |
| parent | C++ cleanup on patch. (diff) | |
| download | inkscape-09d244908a254452273c730c93f406e1c7d8a198.tar.gz inkscape-09d244908a254452273c730c93f406e1c7d8a198.zip | |
Extensions. Notebooks now work with internal extensions.
(bzr r9933)
Diffstat (limited to 'src/extension/param/parameter.h')
| -rw-r--r-- | src/extension/param/parameter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extension/param/parameter.h b/src/extension/param/parameter.h index beddf5936..d8ed68439 100644 --- a/src/extension/param/parameter.h +++ b/src/extension/param/parameter.h @@ -85,6 +85,7 @@ public: Parameter(name, guitext, NULL, Parameter::SCOPE_USER, false, NULL, ext); }; virtual ~Parameter (void); + bool get_bool (const SPDocument * doc, const Inkscape::XML::Node * node); int get_int (const SPDocument * doc, @@ -120,6 +121,8 @@ public: virtual void string (std::list <std::string> &list); virtual void string (std::string &string); + + virtual Parameter * get_param (const gchar * name); }; } /* namespace Extension */ |
