Difference between revisions of "Eraser Toolbar"

From Inkscape Wiki
Jump to navigation Jump to search
(Created page with "The '''Eraser Toolbar''' is a set of graphical widgets used to delete objects on the canvas. == Overview == File:Eraser-toolbar.png‎ Functions: * '''Width''': The wi...")
 
(→‎Implementation: Updating with Toolbar breakdown files)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''Eraser Toolbar''' is a set of graphical widgets used to delete objects on the canvas.
The '''Eraser Toolbar''' is a set of graphical widgets used to delete objects on the [[canvas]].


== Overview ==
== Overview ==
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

Eraser-toolbar.png

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

Implementation

Linked bugs, blueprints and wishlists