Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
Line 81: Line 81:
* [[Dropper Toolbox]]
* [[Dropper Toolbox]]
* [[Eraser Toolbox]]: a toolbar to delete objects in the workspace
* [[Eraser Toolbox]]: a toolbar to delete objects in the workspace
* [[Gradient Toolbar]]: a toolbar to edit the gradient of an object
* [[Gradient Toolbar]]: a toolbar to edit the gradient of an object. Implementation in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/gradient-toolbar.h src/widgets/gradient-toolbar.h]
* [[LPE Toolbox]]
* [[LPE Toolbox]]
* [[Measure Toolbox]]: a toolbar to measure distance between nodes, objects...
* [[Measure Toolbox]]: a toolbar to measure distance between nodes, objects...
Line 88: Line 88:
* [[Pen/Pencil Toolbox]]: a toolbar to draw straight or not-straight lines
* [[Pen/Pencil Toolbox]]: a toolbar to draw straight or not-straight lines
* [[Rect Toolbox]]: a toolbar used to draw or edit a rectangle with or whithout rounded corners
* [[Rect Toolbox]]: a toolbar used to draw or edit a rectangle with or whithout rounded corners
* [[Select Toolbar]]
* [[Select Toolbar]]: ??. implementation in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/select-toolbar.h src/widgets/select-toolbar.h]
* [[Spiral Toolbox]]: a toolbar to draw or edit a spiral
* [[Spiral Toolbox]]: a toolbar to draw or edit a spiral
* [[Spray Toolbox]]: a toolbar to dupplicate an object in multiple clones with a spray effect
* [[Spray Toolbox]]: a toolbar to dupplicate an object in multiple clones with a spray effect
Line 95: Line 95:
* [[Tweak Toolbox]]: a toolbar to tweak objects
* [[Tweak Toolbox]]: a toolbar to tweak objects
* [[Zoom Toolbox]]: a toolbar to zoom in, out and fit the viewing area of the workspace
* [[Zoom Toolbox]]: a toolbar to zoom in, out and fit the viewing area of the workspace
Some toolbars have their own implementation files:
* [[Gradient Toolbar]] is in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/gradient-toolbar.h src/widgets/gradient-toolbar.h]
* [[Select Toolbar]] is in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/select-toolbar.h src/widgets/select-toolbar.h]

Revision as of 22:08, 16 December 2011

User Interface Modules

Discussion and documentation about specific Inkscape dialogs, widgets, tools and more inside the src/ui directory.

Dialogs

By extension, a dialog in Inkscape vocabulary is any type of window, i.e. a set of widgets with an OS decoration, a title...

All dialogs are in src/ui/dialog (except for old dialogs).

Dialogs that have not yet been rewritted can be found in src/dialogs.

src/ui/widgets

src/ui/tools

  • ...

Toolbars

Toolbars are defined in src/widgets/toolbox.cpp: