summaryrefslogtreecommitdiffstats
path: root/src/extension/param/bool.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-08-06 18:48:21 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-08-06 18:48:21 +0000
commitec8d0b742153e4715efd13fb19607c3167cc2092 (patch)
treed26d7c4e09e293481d9cf5af322b4178f6deb605 /src/extension/param/bool.h
parentPatch from Yu-Jie Lin for bug 820863 to add the option to disable libwpg (diff)
downloadinkscape-ec8d0b742153e4715efd13fb19607c3167cc2092.tar.gz
inkscape-ec8d0b742153e4715efd13fb19607c3167cc2092.zip
Extensions. New "indent" attribute to add an indent level to extension elements.
Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529)
Diffstat (limited to 'src/extension/param/bool.h')
-rw-r--r--src/extension/param/bool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/param/bool.h b/src/extension/param/bool.h
index a1cd4ce4a..964778f8f 100644
--- a/src/extension/param/bool.h
+++ b/src/extension/param/bool.h
@@ -20,6 +20,7 @@ class ParamBool : public Parameter {
private:
/** \brief Internal value. */
bool _value;
+ int _indent;
public:
ParamBool(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
bool get (const SPDocument * doc, const Inkscape::XML::Node * node);