Difference between revisions of "Eraser Toolbar"
Jump to navigation
Jump to search
Romain2Boss (talk | contribs) m |
Romain2Boss (talk | contribs) (→Implementation: Updating with Toolbar breakdown files) |
||
Line 25: | Line 25: | ||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp] | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp] | ||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/erasor-toolbar.cpp src/widgets/erasor-toolbar.cpp] | |||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/erasor-toolbar.h src/widgets/erasor-toolbar.h] | |||
== Linked bugs, blueprints and wishlists == | == Linked bugs, blueprints and wishlists == |
Latest revision as of 18:39, 1 September 2012
The Eraser Toolbar is a set of graphical widgets used to delete objects on the canvas.
Overview
Functions:
- Width: The width of the eraser pen (relative to the visible canvas area)
- Mode
- Delete: Delete objects touched by the eraser
- Cut: Cut out from objects
Preferences
- /tools/eraser/mode: Mode parameter as Boolean
- /tools/eraser/width: Width parameter as Double
Actual behaviours:
- Parameters are stored in Preferences
- No reset function is defined