From: rwst Date: Mon, 30 Jan 2006 17:20:48 +0000 (+0000) Subject: separated doxygen main page from main.cpp for readability X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a486e5614854c20a8acfb61041d3a625f4bc51d1;p=inkscape.git separated doxygen main page from main.cpp for readability --- diff --git a/src/Makefile_insert b/src/Makefile_insert index 3c7d827c8..3952e8cf5 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -53,6 +53,7 @@ libinkpre_a_SOURCES = \ desktop.cpp desktop.h \ document-undo.cpp \ document.cpp document.h document-private.h \ + doxygen-main.cpp \ draw-anchor.cpp \ draw-anchor.h \ draw-context.cpp draw-context.h \ diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp new file mode 100644 index 000000000..368346386 --- /dev/null +++ b/src/doxygen-main.cpp @@ -0,0 +1,229 @@ +/** \file + * Contains Doxygen documentation - main page. + * + * Authors: + * Ralf Stephan + * + * Copyright (C) 2005-2006 authors + * + * Released under GNU GPL, read the file 'COPYING' for more information + */ + +/** \mainpage The Inkscape Source Code Documentation + * While the standard doxygen documentation can be accessed through the links + * in the header, the following documents are additionally available to the + * interested reader. + * + * \section groups Main directory documentation + * Inkscape's classes and files in the main directory can be grouped into + * the following categories: + * + * - \subpage ObjectTree - inkscape's SVG canvas + * - \subpage Tools - the tools UI + * - \subpage UI - inkscape's user interface + * - \subpage XmlTree - XML backbone of the document + * - \subpage Rendering - rendering and buffering + * - \subpage OtherServices - what doesn't fit in the above + * + * See also the other directories until doxygen + * allows setting links to those doc files. + * + * \section extlinks Links to external documentation + * + * \subsection liblinks External documentation on libraries used in inkscape + * + * Gtkmm + * atkmm + * gdkmm + * pangomm + * libsigc++ + * GTK+ + * gdk-pixbuf + * GObject + * atk + * pango + * GnomeVFS + * libsigc + * ORBit + * bonobo + * bonobo-activation + * libxslt + * libxml2 + * + * \subsection stdlinks External standards documentation + * + * SVG1.1 + * SVG1.2 + * SVGMobile + * SVGTest + * PNG + * XSLT + * PS + * Gnome-HIG + */ + +/** \page ObjectTree Object Tree Classes and Files + * Inkscape::ObjectHierarchy [\ref object-hierarchy.cpp, \ref object-hierarchy.h] + * - SPObject [\ref sp-object.cpp, \ref sp-object.h, \ref object-edit.cpp, \ref sp-object-repr.cpp] + * - SPDefs [\ref sp-defs.cpp, \ref sp-defs.h] + * - SPFlowline [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] + * - SPFlowregionbreak [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] + * - SPGuide [\ref sp-guide.cpp, \ref sp-guide.h] + * - SPItem [\ref sp-item.cpp, \ref sp-item.h, \ref sp-item-notify-moveto.cpp, \ref sp-item-rm-unsatisfied-cns.cpp, \ref sp-item-transform.cpp, \ref sp-item-update-cns.cpp, ] + * - SPFlowdiv [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] + * - SPFlowpara [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] + * - SPFlowregion [\ref sp-flowregion.cpp, \ref sp-flowregion.h] + * - SPFlowregionExclude [\ref sp-flowregion.cpp, \ref sp-flowregion.h] + * - SPFlowtext [\ref sp-flowtext.cpp, \ref sp-flowtext.h] + * - SPFlowtspan [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] + * - SPGroup [\ref sp-item-group.cpp, \ref sp-item-group.h] + * - SPAnchor [\ref sp-anchor.cpp, \ref sp-anchor.h] + * - SPMarker [\ref sp-marker.cpp, \ref sp-marker.h] + * - SPRoot [\ref sp-root.cpp, \ref sp-root.h] + * - SPSymbol [\ref sp-symbol.cpp, \ref sp-symbol.h] + * - SPImage [\ref sp-image.cpp, \ref sp-image.h] + * - SPShape [\ref sp-shape.cpp, \ref sp-shape.h, \ref marker-status.cpp] + * - SPGenericEllipse [\ref sp-ellipse.cpp, \ref sp-ellipse.h] + * - SPArc + * - SPCircle + * - SPEllipse + * - SPLine [\ref sp-line.cpp, \ref sp-line.h] + * - SPOffset [\ref sp-offset.cpp, \ref sp-offset.h] + * - SPPath [\ref sp-path.cpp, \ref sp-path.h, \ref path-chemistry.cpp, \ref nodepath.cpp, \ref nodepath.h, \ref splivarot.cpp] + * - SPPolygon [\ref sp-polygon.cpp, \ref sp-polygon.h] + * - SPStar [\ref sp-star.cpp, \ref sp-star.h] + * - SPPolyLine [\ref sp-polyline.cpp, \ref sp-polyline.h] + * - SPRect [\ref sp-rect.cpp, \ref sp-rect.h] + * - SPSpiral [\ref sp-spiral.cpp, \ref sp-spiral.h] + * - SPText [\ref sp-text.cpp, \ref sp-text.h, \ref text-chemistry.cpp, \ref text-editing.cpp] + * - SPTextPath [\ref sp-tspan.cpp, \ref sp-tspan.h] + * - SPTSpan [\ref sp-tspan.cpp, \ref sp-tspan.h] + * - SPUse [\ref sp-use.cpp, \ref sp-use.h] + * - SPMetadata [\ref sp-metadata.cpp, \ref sp-metadata.h] + * - SPObjectGroup [\ref sp-object-group.cpp, \ref sp-object-group.h] + * - SPClipPath [\ref sp-clippath.cpp, \ref sp-clippath.h] + * - SPMask [\ref sp-mask.cpp, \ref sp-mask.h] + * - SPNamedView [\ref sp-namedview.cpp, \ref sp-namedview.h] + * - SPPaintServer [\ref sp-paint-server.cpp, \ref sp-paint-server.h] + * - SPGradient [\ref sp-gradient.cpp, \ref sp-gradient.h, \ref gradient-chemistry.cpp, \ref sp-gradient-reference.h, \ref sp-gradient-spread.h, \ref sp-gradient-units.h, \ref sp-gradient-vector.h] + * - SPLinearGradient + * - SPRadialGradient + * - SPPattern [\ref sp-pattern.cpp, \ref sp-pattern.h] + * - SPSkeleton [\ref sp-skeleton.cpp, \ref sp-skeleton.h] + * - SPStop [\ref sp-stop.h] + * - SPString [\ref sp-string.cpp, \ref sp-string.h] + * - SPStyleElem [\ref sp-style-elem.cpp, \ref sp-style-elem.h] + * + */ +/** \page Tools Tools Related Classes and Files + * + * SelCue [\ref selcue.cpp, \ref selcue.h, \ref rubberband.cpp] + * Inkscape::Selection [\ref selection.cpp, \ref selection.h, \ref selection-chemistry.cpp] + * SPSelTrans [\ref seltrans.cpp, \ref seltrans.h] + * + * \section Event Context Class Hierarchy + * + *- SPEventContext[\ref event-context.cpp, \ref event-context.h] + * - SPArcContext [\ref arc-context.cpp, \ref arc-context.h] + * - SPDrawContext [\ref draw-context.cpp, \ref draw-context.h] + * - SPPenContext [\ref pen-context.cpp, \ref pen-context.h] + * - SPPencilContext [\ref pencil-context.cpp, \ref pencil-context.h] + * - SPConnectorContext [\ref connector-context.cpp, \ref connector-context.h, \ref sp-conn-end.cpp, \ref sp-conn-end-pair.cpp] + * - SPGradientContext [\ref gradient-context.cpp, \ref gradient-context.h, \ref gradient-drag.cpp, \ref gradient-toolbar.cpp] + * - SPRectContext [\ref rect-context.cpp, \ref rect-context.h] + * - SPSelectContext [\ref select-context.cpp, \ref select-context.h] + * - SPSpiralContext [\ref spiral-context.cpp, \ref spiral-context.h] + * - SPStarContext [\ref star-context.cpp, \ref star-context.h] + * + * SPNodeContext [\ref node-context.cpp, \ref node-context.h] + * + * SPZoomContext [\ref zoom-context.cpp, \ref zoom-context.h] + * + * SPDynaDrawContext [\ref dyna-draw-context.cpp, \ref dyna-draw-context.h] + * + * SPDropperContext [\ref dropper-context.cpp, \ref dropper-context.h] + */ +/** \page UI User Interface Classes and Files + * + * - Inkscape::UI::View::View [\ref ui/view/view.cpp, \ref ui/view/view.h] + * - Inkscape::UI::View::Edit [\ref ui/view/edit.cpp, \ref ui/view/edit.h] + * - SPDesktop [\ref desktop.cpp, \ref desktop-affine.cpp, \ref desktop-events.cpp, \ref desktop-handles.cpp, \ref desktop-style.cpp, \ref desktop.h, \ref desktop-affine.h, \ref desktop-events.h, \ref desktop-handles.h, \ref desktop-style.h] + * - SPSVGView [\ref svg-view.cpp, \ref svg-view.h] + * + * SPDesktopWidget [\ref desktop-widget.h] SPSVGSPViewWidget [\ref svg-view.cpp] + * SPDocument [\ref document.cpp, \ref document.h] + * + * SPDrawAnchor [\ref draw-anchor.cpp, \ref draw-anchor.h] + * SPKnot [\ref knot.cpp, \ref knot.h, \ref knot-enums.h] + * SPKnotHolder [\ref knotholder.cpp, \ref knotholder.h, \ref knot-holder-entity.h] + * + * [\ref layer-fns.cpp, \ref selection-describer.h] + * Inkscape::MessageContext [\ref message-context.h] + * Inkscape::MessageStack [\ref message-stack.h, \ref message.h] + * + * Snapper, GridSnapper, GuideSnapper [\ref snap.cpp, \ref snap.h] + * + * SPGuide [\ref sp-guide.cpp, \ref sp-guide.h, \ref satisfied-guide-cns.cpp, \ref sp-guide-attachment.h, \ref sp-guide-constraint.h] + * + * [\ref help.cpp] [\ref inkscape.cpp] [\ref inkscape-stock.cpp] + * [\ref interface.cpp, \ref memeq.h] [\ref main.cpp, \ref winmain.cpp] + * [\ref menus-skeleton.h, \ref preferences-skeleton.h] + * [\ref object-ui.cpp] [\ref select-toolbar.cpp] [\ref shortcuts.cpp] + * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp, \ref ui/widget/toolbox.cpp] + * Inkscape::Verb [\ref verbs.h] + * + */ +/** \page XmlTree CSS/XML Tree Classes and Files + * + * SPStyle [\ref style.cpp, \ref style.h] + * Media [\ref media.cpp, \ref media.h] + * [\ref attributes.cpp, \ref attributes.h] + * + * - Inkscape::URIReference [\ref uri-references.cpp, \ref uri-references.h] + * - SPClipPathReference [\ref sp-clippath.h] + * - SPGradientReference [\ref sp-gradient-reference.h] + * - SPMarkerReference [\ref sp-marker.h] + * - SPMaskReference [\ref sp-mask.h] + * - SPUseReference [\ref sp-use-reference.h] + * - SPUsePath + */ +/** \page Rendering Rendering Related Classes and Files + * + * SPColor [\ref color.cpp, \ref color.h, \ref color-rgba.h] + * [\ref geom.cpp] [\ref isnan.h] [\ref mod360.cpp] + */ +/** \page OtherServices Classes and Files From Other Services + * [\ref inkview.cpp, \ref slideshow.cpp] [\ref sp-animation.cpp] + * + * Inkscape::GC + * + * [\ref sp-metrics.cpp, \ref sp-metrics.h] + * + * [\ref prefs-utils.cpp] [\ref print.cpp] + * + * - Inkscape::GZipBuffer [\ref streams-gzip.h] + * - Inkscape::JarBuffer [\ref streams-jar.h] + * - Inkscape::ZlibBuffer [\ref streams-zlib.h] + * - Inkscape::URIHandle [\ref streams-handles.h] + * - Inkscape::FileHandle + * [\ref dir-util.cpp] [\ref file.cpp] + * Inkscape::URI [\ref uri.h, \ref extract-uri.cpp, \ref uri-references.cpp] + * Inkscape::BadURIException [\ref bad-uri-exception.h] + * + * Inkscape::Whiteboard::UndoStackObserver [\ref undo-stack-observer.cpp, \ref composite-undo-stack-observer.cpp] + * [\ref document-undo.cpp] + * + * {\ref dialogs/} [\ref approx-equal.h] [\ref decimal-round.h] [\ref enums.h] [\ref unit-constants.h] + */ + + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : diff --git a/src/main.cpp b/src/main.cpp index 165316cd2..f78b1f5ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,214 +22,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -// Putting the following in main.cpp appears a natural choice. - -/** \mainpage The Inkscape Source Code Documentation - * While the standard doxygen documentation can be accessed through the links - * in the header, the following documents are additionally available to the - * interested reader. - * - * \section groups Main directory documentation - * Inkscape's classes and files in the main directory can be grouped into - * the following categories: - * - * - \subpage ObjectTree - inkscape's SVG canvas - * - \subpage Tools - the tools UI - * - \subpage UI - inkscape's user interface - * - \subpage XmlTree - XML backbone of the document - * - \subpage Rendering - rendering and buffering - * - \subpage OtherServices - what doesn't fit in the above - * - * See also the other directories until doxygen - * allows setting links to those doc files. - * - * \section extlinks Links to external documentation - * - * \subsection liblinks External documentation on libraries used in inkscape - * - * Gtkmm - * atkmm - * gdkmm - * pangomm - * libsigc++ - * GTK+ - * gdk-pixbuf - * GObject - * atk - * pango - * GnomeVFS - * libsigc - * ORBit - * bonobo - * bonobo-activation - * libxslt - * libxml2 - * - * \subsection stdlinks External standards documentation - * - * SVG1.1 - * SVG1.2 - * SVGMobile - * SVGTest - * PNG - * XSLT - * PS - * Gnome-HIG - */ - -/** \page ObjectTree Object Tree Classes and Files - * Inkscape::ObjectHierarchy [\ref object-hierarchy.cpp, \ref object-hierarchy.h] - * - SPObject [\ref sp-object.cpp, \ref sp-object.h, \ref object-edit.cpp, \ref sp-object-repr.cpp] - * - SPDefs [\ref sp-defs.cpp, \ref sp-defs.h] - * - SPFlowline [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] - * - SPFlowregionbreak [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] - * - SPGuide [\ref sp-guide.cpp, \ref sp-guide.h] - * - SPItem [\ref sp-item.cpp, \ref sp-item.h, \ref sp-item-notify-moveto.cpp, \ref sp-item-rm-unsatisfied-cns.cpp, \ref sp-item-transform.cpp, \ref sp-item-update-cns.cpp, ] - * - SPFlowdiv [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] - * - SPFlowpara [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] - * - SPFlowregion [\ref sp-flowregion.cpp, \ref sp-flowregion.h] - * - SPFlowregionExclude [\ref sp-flowregion.cpp, \ref sp-flowregion.h] - * - SPFlowtext [\ref sp-flowtext.cpp, \ref sp-flowtext.h] - * - SPFlowtspan [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h] - * - SPGroup [\ref sp-item-group.cpp, \ref sp-item-group.h] - * - SPAnchor [\ref sp-anchor.cpp, \ref sp-anchor.h] - * - SPMarker [\ref sp-marker.cpp, \ref sp-marker.h] - * - SPRoot [\ref sp-root.cpp, \ref sp-root.h] - * - SPSymbol [\ref sp-symbol.cpp, \ref sp-symbol.h] - * - SPImage [\ref sp-image.cpp, \ref sp-image.h] - * - SPShape [\ref sp-shape.cpp, \ref sp-shape.h, \ref marker-status.cpp] - * - SPGenericEllipse [\ref sp-ellipse.cpp, \ref sp-ellipse.h] - * - SPArc - * - SPCircle - * - SPEllipse - * - SPLine [\ref sp-line.cpp, \ref sp-line.h] - * - SPOffset [\ref sp-offset.cpp, \ref sp-offset.h] - * - SPPath [\ref sp-path.cpp, \ref sp-path.h, \ref path-chemistry.cpp, \ref nodepath.cpp, \ref nodepath.h, \ref splivarot.cpp] - * - SPPolygon [\ref sp-polygon.cpp, \ref sp-polygon.h] - * - SPStar [\ref sp-star.cpp, \ref sp-star.h] - * - SPPolyLine [\ref sp-polyline.cpp, \ref sp-polyline.h] - * - SPRect [\ref sp-rect.cpp, \ref sp-rect.h] - * - SPSpiral [\ref sp-spiral.cpp, \ref sp-spiral.h] - * - SPText [\ref sp-text.cpp, \ref sp-text.h, \ref text-chemistry.cpp, \ref text-editing.cpp] - * - SPTextPath [\ref sp-tspan.cpp, \ref sp-tspan.h] - * - SPTSpan [\ref sp-tspan.cpp, \ref sp-tspan.h] - * - SPUse [\ref sp-use.cpp, \ref sp-use.h] - * - SPMetadata [\ref sp-metadata.cpp, \ref sp-metadata.h] - * - SPObjectGroup [\ref sp-object-group.cpp, \ref sp-object-group.h] - * - SPClipPath [\ref sp-clippath.cpp, \ref sp-clippath.h] - * - SPMask [\ref sp-mask.cpp, \ref sp-mask.h] - * - SPNamedView [\ref sp-namedview.cpp, \ref sp-namedview.h] - * - SPPaintServer [\ref sp-paint-server.cpp, \ref sp-paint-server.h] - * - SPGradient [\ref sp-gradient.cpp, \ref sp-gradient.h, \ref gradient-chemistry.cpp, \ref sp-gradient-reference.h, \ref sp-gradient-spread.h, \ref sp-gradient-units.h, \ref sp-gradient-vector.h] - * - SPLinearGradient - * - SPRadialGradient - * - SPPattern [\ref sp-pattern.cpp, \ref sp-pattern.h] - * - SPSkeleton [\ref sp-skeleton.cpp, \ref sp-skeleton.h] - * - SPStop [\ref sp-stop.h] - * - SPString [\ref sp-string.cpp, \ref sp-string.h] - * - SPStyleElem [\ref sp-style-elem.cpp, \ref sp-style-elem.h] - * - */ -/** \page Tools Tools Related Classes and Files - * - * SelCue [\ref selcue.cpp, \ref selcue.h, \ref rubberband.cpp] - * Inkscape::Selection [\ref selection.cpp, \ref selection.h, \ref selection-chemistry.cpp] - * SPSelTrans [\ref seltrans.cpp, \ref seltrans.h] - * - * \section Event Context Class Hierarchy - * - *- SPEventContext[\ref event-context.cpp, \ref event-context.h] - * - SPArcContext [\ref arc-context.cpp, \ref arc-context.h] - * - SPDrawContext [\ref draw-context.cpp, \ref draw-context.h] - * - SPPenContext [\ref pen-context.cpp, \ref pen-context.h] - * - SPPencilContext [\ref pencil-context.cpp, \ref pencil-context.h] - * - SPConnectorContext [\ref connector-context.cpp, \ref connector-context.h, \ref sp-conn-end.cpp, \ref sp-conn-end-pair.cpp] - * - SPGradientContext [\ref gradient-context.cpp, \ref gradient-context.h, \ref gradient-drag.cpp, \ref gradient-toolbar.cpp] - * - SPRectContext [\ref rect-context.cpp, \ref rect-context.h] - * - SPSelectContext [\ref select-context.cpp, \ref select-context.h] - * - SPSpiralContext [\ref spiral-context.cpp, \ref spiral-context.h] - * - SPStarContext [\ref star-context.cpp, \ref star-context.h] - * - * SPNodeContext [\ref node-context.cpp, \ref node-context.h] - * - * SPZoomContext [\ref zoom-context.cpp, \ref zoom-context.h] - * - * SPDynaDrawContext [\ref dyna-draw-context.cpp, \ref dyna-draw-context.h] - * - * SPDropperContext [\ref dropper-context.cpp, \ref dropper-context.h] - */ -/** \page UI User Interface Classes and Files - * - * - Inkscape::UI::View::View [\ref ui/view/view.cpp, \ref ui/view/view.h] - * - Inkscape::UI::View::Edit [\ref ui/view/edit.cpp, \ref ui/view/edit.h] - * - SPDesktop [\ref desktop.cpp, \ref desktop-affine.cpp, \ref desktop-events.cpp, \ref desktop-handles.cpp, \ref desktop-style.cpp, \ref desktop.h, \ref desktop-affine.h, \ref desktop-events.h, \ref desktop-handles.h, \ref desktop-style.h] - * - SPSVGView [\ref svg-view.cpp, \ref svg-view.h] - * - * SPDesktopWidget [\ref desktop-widget.h] SPSVGSPViewWidget [\ref svg-view.cpp] - * SPDocument [\ref document.cpp, \ref document.h] - * - * SPDrawAnchor [\ref draw-anchor.cpp, \ref draw-anchor.h] - * SPKnot [\ref knot.cpp, \ref knot.h, \ref knot-enums.h] - * SPKnotHolder [\ref knotholder.cpp, \ref knotholder.h, \ref knot-holder-entity.h] - * - * [\ref layer-fns.cpp, \ref selection-describer.h] - * Inkscape::MessageContext [\ref message-context.h] - * Inkscape::MessageStack [\ref message-stack.h, \ref message.h] - * - * Snapper, GridSnapper, GuideSnapper [\ref snap.cpp, \ref snap.h] - * - * SPGuide [\ref sp-guide.cpp, \ref sp-guide.h, \ref satisfied-guide-cns.cpp, \ref sp-guide-attachment.h, \ref sp-guide-constraint.h] - * - * [\ref help.cpp] [\ref inkscape.cpp] [\ref inkscape-stock.cpp] - * [\ref interface.cpp, \ref memeq.h] [\ref main.cpp, \ref winmain.cpp] - * [\ref menus-skeleton.h, \ref preferences-skeleton.h] - * [\ref object-ui.cpp] [\ref select-toolbar.cpp] [\ref shortcuts.cpp] - * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp, \ref ui/widget/toolbox.cpp] - * Inkscape::Verb [\ref verbs.h] - * - */ -/** \page XmlTree CSS/XML Tree Classes and Files - * - * SPStyle [\ref style.cpp, \ref style.h] - * Media [\ref media.cpp, \ref media.h] - * [\ref attributes.cpp, \ref attributes.h] - * - * - Inkscape::URIReference [\ref uri-references.cpp, \ref uri-references.h] - * - SPClipPathReference [\ref sp-clippath.h] - * - SPGradientReference [\ref sp-gradient-reference.h] - * - SPMarkerReference [\ref sp-marker.h] - * - SPMaskReference [\ref sp-mask.h] - * - SPUseReference [\ref sp-use-reference.h] - * - SPUsePath - */ -/** \page Rendering Rendering Related Classes and Files - * - * SPColor [\ref color.cpp, \ref color.h, \ref color-rgba.h] - * [\ref geom.cpp] [\ref isnan.h] [\ref mod360.cpp] - */ -/** \page OtherServices Classes and Files From Other Services - * [\ref inkview.cpp, \ref slideshow.cpp] [\ref sp-animation.cpp] - * - * Inkscape::GC - * - * [\ref sp-metrics.cpp, \ref sp-metrics.h] - * - * [\ref prefs-utils.cpp] [\ref print.cpp] - * - * - Inkscape::GZipBuffer [\ref streams-gzip.h] - * - Inkscape::JarBuffer [\ref streams-jar.h] - * - Inkscape::ZlibBuffer [\ref streams-zlib.h] - * - Inkscape::URIHandle [\ref streams-handles.h] - * - Inkscape::FileHandle - * [\ref dir-util.cpp] [\ref file.cpp] - * Inkscape::URI [\ref uri.h, \ref extract-uri.cpp, \ref uri-references.cpp] - * Inkscape::BadURIException [\ref bad-uri-exception.h] - * - * Inkscape::Whiteboard::UndoStackObserver [\ref undo-stack-observer.cpp, \ref composite-undo-stack-observer.cpp] - * [\ref document-undo.cpp] - * - * {\ref dialogs/} [\ref approx-equal.h] [\ref decimal-round.h] [\ref enums.h] [\ref unit-constants.h] - */ #ifdef HAVE_CONFIG_H # include "config.h"