dc09132ca0
As inspired by Thorsten Behren's slides FOSDEM 2009 on the topic. Change-Id: Ifdb9388550ce82af0f8015be460fa22335a3c0cf
26 lines
1.2 KiB
Text
26 lines
1.2 KiB
Text
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() |
|
|
|______________________|
|