summaryrefslogtreecommitdiff
path: root/svx/README
blob: b1cd2e079c49ba75fcc9dde519171796559b8855 (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
Contains graphics related helper code. Lots of the draw and impress code is in this shared library.

xoutdev
this is where a lot of wht work would happen to move to the canvas.

svdraw
transparent gradient stuff.

Lots of the draw and impress code is in this shared library.


Drawing Layer Object diagram:

.------- Model ------------.     .------- View -----------------------------------------.
| SdrObject - ViewContact  | 1.* | ViewObjectContact        1.*                         |
|              getChild()  |-----|    getPrimitiveList()  -----> Object(s) ---> SdrView |
|              getVOC()    |     |    getRecPrimitiveList()      Contact                |
|              getViewIn...|     |___________|__________________________________________|
| dependantPrimitiveList() |                 |
|_________________________ |              generates      ______
                                             |          /      |
                                   .----------------------.    |
                                   | basePrimitive        |    |
                                   |   getRange()         |----`
                                   |   getDecomposition() |
                                   |______________________|