Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
(Adding toolbox)
Line 73: Line 73:
=== Toolbars ===
=== Toolbars ===


* [[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]
* [[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]
* [[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]


Others toolbars are defined in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp]:
Others toolbars are defined in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp]:


* [[3D Box Toolbox]]
* [[3D Box Toolbox]]: a toolbar to draw or edit a 3D box shape
* [[Calligraphy Toolbox]]
* [[Calligraphy Toolbox]]: a toolbar to draw lines with calligraphics effects
* [[Circle/Arc Toolbox]]
* [[Circle/Arc Toolbox]]: a toolbar to draw or edit circles, ellipses and curves
* [[Connector Toolbox]]
* [[Connector Toolbox]]
* [[Dropper Toolbox]]
* [[Dropper Toolbox]]
* [[Eraser Toolbox]]
* [[Eraser Toolbox]]: a toolbar to delete objects in the workspace
* [[LPE Toolbox]]
* [[LPE Toolbox]]
* [[Node Editing Toolbox]]
* [[Measure Toolbox]]: a toolbar to measure distance between nodes, objects...
* [[Paintbucket Toolbox]]
* [[Node Editing Toolbox]]: a toolbar to edit nodes of a path
* [[Pen/Pencil Toolbox]]
* [[Paintbucket Toolbox]]: a toolbar to fill a shape with a specific color
* [[Rect Toolbox]]
* [[Pen/Pencil Toolbox]]: a toolbar to draw straight or not-straight lines
* [[Spiral Toolbox]]
* [[Rect Toolbox]]: a toolbar used to draw or edit a rectangle with or whithout rounded corners
* [[Spray Toolbox]]
* [[Spiral Toolbox]]: a toolbar to draw or edit a spiral
* [[Star Toolbox]]
* [[Spray Toolbox]]: a toolbar to dupplicate an object in multiple clones with a spray effect
* [[Text Toolbox]]
* [[Star Toolbox]]: a toolbar to draw or edit stars and polygons shapes
* [[Tweak Toolbox]]
* [[Text Toolbox]]: a toolbar to create or edit font properties of a text object
* [[Zoom Toolbox]]
* [[Tweak Toolbox]]: a toolbar to tweak objects
* [[Zoom Toolbox]]: a toolbar to zoom in, out and fit the viewing area of the workspace

Revision as of 21:39, 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

Others toolbars are defined in src/widgets/toolbox.cpp: