You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
663 B
51 lines
663 B
Karbon14 is a vector graphics application within koffice.
|
|
|
|
|
|
Object hierarchy:
|
|
-----------------
|
|
|
|
+- vdocument
|
|
|
|
|
+- vcomposite--+- (shapes)
|
|
|
|
|
vobject-+- vtext
|
|
|
|
|
+- vgroup-+- vlayer
|
|
|
|
|
|
Files and directories:
|
|
----------------------
|
|
commands/
|
|
Undo/redo operations.
|
|
|
|
core/
|
|
Essential data structures.
|
|
|
|
data/
|
|
KDE data.
|
|
|
|
dialogs/
|
|
Dialogs.
|
|
|
|
dockers/
|
|
Dockers.
|
|
|
|
pics/
|
|
Icons and grafx.
|
|
|
|
render/
|
|
Everything related to painting
|
|
|
|
shapes/
|
|
The basic shapes like ellipse and rectangle etc.
|
|
Shapes are nothing more than paths.
|
|
|
|
tests/
|
|
Demonstration karbon files.
|
|
|
|
tools/
|
|
Stuff you can do with the mouse.
|
|
|
|
widgets/
|
|
Widgets.
|