summaryrefslogtreecommitdiffstats
path: root/src/object/README
blob: 207c265758a73f36fd503787d4f4485f826b5eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
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
GUI. Changes in the XML tree are automatically propagated to the
object tree via observers, but not the other way around — a function
called updateRepr() must be explicitly called. Relevant nodes of the
object tree contains fully cascaded CSS style information. The object
tree also includes clones of objects that are referenced by the <use>
element in the XML tree (this is needed as clones may have different
styling due to inheritance).

See: http://wiki.inkscape.org/wiki/index.php/Object_tree

Object class inheritance:

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:

  object-set.h:
  persp3d-reference.h
  sp-conn-end-pair.h
  sp-conn-end.h
  sp-dimensions.h
  sp-factory.h
  sp-filter-reference.h
  sp-filter-units.h
  sp-gradient-reference.h
  sp-gradient-spread.h
  sp-gradient-units.h
  sp-gradient-vector.h
  sp-item-transform.h
  sp-marker-loc.h
  sp-mesh-array.h
  sp-paint-server-reference.h
  sp-tag-use-reference.h
  sp-tref-reference.h
  sp-use-reference.h
  uri.h
  uri-references.h
  viewbox.h