summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-11-08 10:16:51 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-11-08 10:16:51 +0000
commitc3d0ff86bfe2a9aefbdfb07ee456775c73770822 (patch)
treee79bd7f5050e90ff9c353d098b68ea81a8e66342 /src/ui/tools/spray-tool.h
parentstatic code analysis (diff)
parentFix a typo (diff)
downloadinkscape-c3d0ff86bfe2a9aefbdfb07ee456775c73770822.tar.gz
inkscape-c3d0ff86bfe2a9aefbdfb07ee456775c73770822.zip
merge of branch lp:~inkscape.dev/inkscape/spraytool-no-overlap
(bzr r14452)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
-rw-r--r--src/ui/tools/spray-tool.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h
index 8df730201..ca0c20375 100644
--- a/src/ui/tools/spray-tool.h
+++ b/src/ui/tools/spray-tool.h
@@ -12,6 +12,7 @@
* BenoƮt LAVORATA
* Vincent MONTAGNE
* Pierre BARBRY-BLOT
+ * Jabiertxo ARRAIZA
*
* Copyright (C) 2009 authors
*
@@ -62,7 +63,9 @@ public:
/* attributes */
bool dragging; /* mouse state: mouse is dragging */
- bool usepressure;
+ bool usepressurewidth;
+ bool usepressurepopulation;
+ bool usepressurescale;
bool usetilt;
bool usetext;
@@ -86,7 +89,13 @@ public:
bool has_dilated;
Geom::Point last_push;
SPCanvasItem *dilate_area;
-
+ bool nooverlap;
+ bool picker;
+ bool pickinversevalue;
+ bool pickfill;
+ bool pickstroke;
+ bool visible;
+ double offset;
sigc::connection style_set_connection;
static const std::string prefsPath;