diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-11 18:28:19 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-11-11 18:28:19 +0000 |
| commit | 5be1dd71bf1bf0bb5559c3a5cac3cafba44bd960 (patch) | |
| tree | 233d5d7ed6a64a273ab78c534fd2d5f2b7abda8c /src/ui/tools/spray-tool.h | |
| parent | Improve offseting calculation (diff) | |
| download | inkscape-5be1dd71bf1bf0bb5559c3a5cac3cafba44bd960.tar.gz inkscape-5be1dd71bf1bf0bb5559c3a5cac3cafba44bd960.zip | |
Refactor of code, minor bugs fixed.
(bzr r14458)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
| -rw-r--r-- | src/ui/tools/spray-tool.h | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h index 377893f0d..438318bf4 100644 --- a/src/ui/tools/spray-tool.h +++ b/src/ui/tools/spray-tool.h @@ -89,22 +89,32 @@ public: bool has_dilated; Geom::Point last_push; SPCanvasItem *dilate_area; - bool nooverlap; + bool no_overlap; bool picker; - bool pickcenter; - bool pickinversevalue; - bool pickfill; - bool pickstroke; - bool picknooverlap; - bool overtransparent; - bool overnotransparent; + bool pick_center; + bool pick_inverse_value; + bool pick_fill; + bool pick_stroke; + bool pick_no_overlap; + bool over_transparent; + bool over_no_transparent; double offset; + int pick; + bool do_trace; + bool pick_to_size; + bool pick_to_presence; + bool pick_to_color; + bool pick_to_opacity; + bool invert_picked; + double gamma_picked; + double rand_picked; sigc::connection style_set_connection; static const std::string prefsPath; virtual void setup(); virtual void set(const Inkscape::Preferences::Entry& val); + virtual void setCloneTilerPrefs(); virtual bool root_handler(GdkEvent* event); virtual const std::string& getPrefsPath(); |
