diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 12:08:46 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 12:08:46 +0000 |
| commit | f8cd285cd8489c1cfae96a335c0f95c6ae3d0209 (patch) | |
| tree | 08e59f6be8c863aebf33ceae37b806f02fff563c /src/object/README | |
| parent | Add error output when file loading fails. (diff) | |
| download | inkscape-f8cd285cd8489c1cfae96a335c0f95c6ae3d0209.tar.gz inkscape-f8cd285cd8489c1cfae96a335c0f95c6ae3d0209.zip | |
Minor fixes and reorganizing 'object' README file.
Diffstat (limited to 'src/object/README')
| -rw-r--r-- | src/object/README | 148 |
1 files changed, 73 insertions, 75 deletions
diff --git a/src/object/README b/src/object/README index f0b8c5eb1..aded8d607 100644 --- a/src/object/README +++ b/src/object/README @@ -1,5 +1,6 @@ -This directory contains classes that are derived from SPObject as well as closely related code. +This directory contains classes that are derived from SPObject as well +as closely related code. The object tree implements an XML-to-display primitive mapping, and provides an object hierarchy that can be modified using the @@ -15,77 +16,77 @@ See: http://wiki.inkscape.org/wiki/index.php/Object_tree Object class inheritance: -sp-object.h: - color-profile.h: class ColorProfile - persp3d.h: class Persp3D - sp-defs.h: class SPDefs - sp-desc.h: class SPDesc - sp-filter.h: class SPFilter - sp-flowdiv.h: class SPFlowline - sp-flowdiv.h: class SPFlowregionbreak - sp-font-face.h: class SPFontFace - sp-font.h: class SPFont - sp-glyph.h: class SPGlyph - sp-glyph-kerning.h: class SPGlyphKerning - sp-glyph-kerning.h: class SPHkern - sp-glyph-kerning.h: class SPVkern - sp-guide.h: class SPGuide - sp-hatch-path.h: class SPHatchPath - sp-item.h: class SPItem - sp-flowdiv.h: class SPFlowdiv - sp-flowdiv.h: class SPFlowtspan - sp-flowdiv.h: class SPFlowpara - sp-flowregion.h: class SPFlowregion - sp-flowregion.h: class SPFlowregionExclude - sp-flowtext.h: class SPFlowtext - sp-image.h: class SPImage - sp-lpe-item.h: class SPLPEItem - sp-item-group.h: class SPGroup - box3d.h: class SPBox3D - sp-anchor.h: class SPAnchor - sp-marker.h: class SPMarker - sp-root.h: class SPRoot - sp-switch.h: class SPSwitch - sp-symbol.h: class SPSymbol - sp-shape.h: class SPShape - sp-ellipse.h: class SPGenericEllipse - sp-line.h: class SPLine - sp-offset.h: class SPOffset - sp-path.h: class SPPath - sp-polygon.h: class SPPolygon - sp-star.h: class SPStar - sp-polyline.h: class SPPolyLine - box3d-side.h: class Box3DSide - sp-rect.h: class SPRect - sp-spiral.h: class SPSpiral - sp-text.h: class SPText - sp-textpath.h: class SPTextPath - sp-tref.h: class SPTRef - sp-tspan.h: class SPTSpan - sp-use.h: class SPUse - sp-mesh-patch.h: class SPMeshpatch - sp-mesh-row.h: class SPMeshrow - sp-metadata.h: class SPMetadata - sp-missing-glyph.h: class SPMissingGlyph - sp-object-group.h: class SPObjectGroup - sp-clippath.h: class SPClipPath - sp-mask.h: class SPMask - sp-namedview.h: class SPNamedView - sp-paint-server.h: class SPPaintServer - sp-gradient.h: class SPGradient - sp-linear-gradient.h: class SPLinearGradient - sp-mesh-gradient.h: class SPMeshGradient - sp-radial-gradient.h: class SPRadialGradient - sp-hatch.h: class SPHatch - sp-pattern.h: class SPPattern - sp-solid-color.h: class SPSolidColor - sp-script.h: class SPScript - sp-stop.h: class SPStop - sp-string.h: class SPString - sp-style-elem.h: class SPStyleElem - sp-tag.h: class SPTag - sp-tag-use.h: class SPTagUse - sp-title.h: class SPTitle +SPObject sp-object.h: + ColorProfile color-profile.h: + Persp3D persp3d.h: + SPDefs sp-defs.h: + SPDesc sp-desc.h: + SPFilter sp-filter.h: + SPFlowline sp-flowdiv.h: + SPFlowregionbreak sp-flowdiv.h: + SPFontFace sp-font-face.h: + SPFont sp-font.h: + SPGlyph sp-glyph.h: + SPGlyphKerning sp-glyph-kerning.h: + SPHkern sp-glyph-kerning.h: + SPVkern sp-glyph-kerning.h: + SPGuide sp-guide.h: + SPHatchPath sp-hatch-path.h: + SPItem sp-item.h: + SPFlowdiv sp-flowdiv.h: + SPFlowtspan sp-flowdiv.h: + SPFlowpara sp-flowdiv.h: + SPFlowregion sp-flowregion.h: + SPFlowregionExclude sp-flowregion.h: + SPFlowtext sp-flowtext.h: + SPImage sp-image.h: + SPLPEItem sp-lpe-item.h: + SPGroup sp-item-group.h: + SPBox3D box3d.h: + SPAnchor sp-anchor.h: + SPMarker sp-marker.h: + SPRoot sp-root.h: + SPSwitch sp-switch.h: + SPSymbol sp-symbol.h: + SPShape sp-shape.h: + SPGenericEllipse sp-ellipse.h: + SPLine sp-line.h: + SPOffset sp-offset.h: + SPPath sp-path.h: + SPPolygon sp-polygon.h: + SPStar sp-star.h: + SPPolyLine sp-polyline.h: + Box3DSide box3d-side.h: + SPRect sp-rect.h: + SPSpiral sp-spiral.h: + SPText sp-text.h: + SPTextPath sp-textpath.h: + SPTRef sp-tref.h: + SPTSpan sp-tspan.h: + SPUse sp-use.h: + SPMeshpatch sp-mesh-patch.h: + SPMeshrow sp-mesh-row.h: + SPMetadata sp-metadata.h: + SPMissingGlyph sp-missing-glyph.h: + SPObjectGroup sp-object-group.h: + SPClipPath sp-clippath.h: + SPMask sp-mask.h: + SPNamedView sp-namedview.h: + SPPaintServer sp-paint-server.h: + SPGradient sp-gradient.h: + SPLinearGradient sp-linear-gradient.h: + SPMeshGradient sp-mesh-gradient.h: + SPRadialGradient sp-radial-gradient.h: + SPHatch sp-hatch.h: + SPPattern sp-pattern.h: + SPSolidColor sp-solid-color.h: + SPScript sp-script.h: + SPStop sp-stop.h: + SPString sp-string.h: + SPStyleElem sp-style-elem.h: + SPTag sp-tag.h: + SPTagUse sp-tag-use.h: + SPTitle sp-title.h: Other related files: @@ -110,9 +111,6 @@ Other related files: sp-tag-use-reference.h sp-tref-reference.h sp-use-reference.h - style-enums.h - style-internal.h - style.h uri.h uri-references.h viewbox.h |
