Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
Line 7: Line 7:
By extension, a '''dialog''' in Inkscape vocabulary is any type of window, i.e. a set of widgets with an OS decoration, a title...
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 [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/ui/dialog src/ui/dialog] (except for old dialogs that are still in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/dialogs src/dialogs]).
All dialogs are in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/ui/dialog src/ui/dialog] (except for old dialogs).


* [[Class Inkscape::UI::Dialog::AboutBox]]: The ''About Inkscape'' dialog
* [[Class Inkscape::UI::Dialog::AboutBox]]: The ''About Inkscape'' dialog
Line 20: Line 20:
* [[Class Inkscape::UI::Dialog::Dialog]]
* [[Class Inkscape::UI::Dialog::Dialog]]
* [[Class Inkscape::UI::Dialog::DialogManager]]
* [[Class Inkscape::UI::Dialog::DialogManager]]
* [[Class Inkscape::UI::Dialog::DocumentMetadata]]
* [[Class Inkscape::UI::Dialog::DocumentMetadata]]: The ''Document metadatas'' dialog
* [[Class Inkscape::UI::Dialog::DocumentProperties]]
* [[Class Inkscape::UI::Dialog::DocumentProperties]]: The ''Document properties'' dialog
* [[Class Inkscape::UI::Dialog::ExtensionEditor]]
* [[Class Inkscape::UI::Dialog::ExtensionEditor]]
* [[Class Inkscape::UI::Dialog::ExtensionPanel]]
* [[Class Inkscape::UI::Dialog::ExtensionPanel]]
Line 43: Line 43:
* [[Class Inkscape::UI::Dialog::GuidelinePropertiesDialog]]
* [[Class Inkscape::UI::Dialog::GuidelinePropertiesDialog]]
* [[Class Inkscape::UI::Dialog::IconPreviewPanel]]
* [[Class Inkscape::UI::Dialog::IconPreviewPanel]]
* [[Class Inkscape::UI::Dialog::InkscapePreferences]]
* [[Class Inkscape::UI::Dialog::InkscapePreferences]]: The ''Inkscape preferences'' dialog
* [[Class Inkscape::UI::Dialog::InputDialog]]
* [[Class Inkscape::UI::Dialog::InputDialog]]
* [[Class Inkscape::UI::Dialog::LayerPropertiesDialog]]
* [[Class Inkscape::UI::Dialog::LayerPropertiesDialog]]: The ''Layer properties'' dialog
* [[Class Inkscape::UI::Dialog::LayersPanel]]
* [[Class Inkscape::UI::Dialog::LayersPanel]]
* [[Class Inkscape::UI::Dialog::LivePathEffectEditor]]
* [[Class Inkscape::UI::Dialog::LivePathEffectEditor]]
Line 61: Line 61:
* [[Class Inkscape::UI::Dialog::Transformation]]
* [[Class Inkscape::UI::Dialog::Transformation]]
* [[Class Inkscape::UI::Dialog::UndoHistory]]: The ''Undo history'' dialog
* [[Class Inkscape::UI::Dialog::UndoHistory]]: The ''Undo history'' dialog
Dialogs that have not yet been rewritted can be found in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/dialogs src/dialogs].


=== src/ui/widgets ===
=== src/ui/widgets ===

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

  • ...