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.
koffice/karbon
Timothy Pearson 11191ef0b9
Rename old tq methods that no longer need a unique name
13 years ago
..
commands Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
core Rename old tq methods that no longer need a unique name 13 years ago
data Added old abandoned KDE3 version of koffice 14 years ago
dialogs Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
dockers Rename old tq methods that no longer need a unique name 13 years ago
pics Fixed images 14 years ago
plugins Rename old tq methods that no longer need a unique name 13 years ago
render Rename old tq methods that no longer need a unique name 13 years ago
shapes Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
templates Fixed images 14 years ago
tests Added old abandoned KDE3 version of koffice 14 years ago
tools Rename old tq methods that no longer need a unique name 13 years ago
visitors rename the following methods: 13 years ago
widgets Rename old tq methods that no longer need a unique name 13 years ago
AUTHORS Added old abandoned KDE3 version of koffice 14 years ago
CHANGES Finish rebranding of Krita as Chalk 13 years ago
COPYING.LIB Added old abandoned KDE3 version of koffice 14 years ago
GRAPHICS_MEETING Finish rebranding of Krita as Chalk 13 years ago
IDEAS Added old abandoned KDE3 version of koffice 14 years ago
Makefile.am Additional kde to tde renaming 13 years ago
README Added old abandoned KDE3 version of koffice 14 years ago
TODO Finish rebranding of Krita as Chalk 13 years ago
configure.in.bot Added old abandoned KDE3 version of koffice 14 years ago
configure.in.in Added old abandoned KDE3 version of koffice 14 years ago
karbon.dtd Added old abandoned KDE3 version of koffice 14 years ago
karbon_aboutdata.h Added old abandoned KDE3 version of koffice 14 years ago
karbon_drag.cpp Rename old tq methods that no longer need a unique name 13 years ago
karbon_drag.h Rename old tq methods that no longer need a unique name 13 years ago
karbon_factory.cc Rename old tq methods that no longer need a unique name 13 years ago
karbon_factory.h rename the following methods: 13 years ago
karbon_factory_init.cc Added old abandoned KDE3 version of koffice 14 years ago
karbon_grid_data.cpp TQt4 port koffice 13 years ago
karbon_grid_data.h TQt4 port koffice 13 years ago
karbon_part.cc Rename old tq methods that no longer need a unique name 13 years ago
karbon_part.h Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
karbon_part_iface.cc Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
karbon_part_iface.h TQt4 port koffice 13 years ago
karbon_resourceserver.cc TQt4 port koffice 13 years ago
karbon_resourceserver.h TQt4 port koffice 13 years ago
karbon_tool_factory.cc Added old abandoned KDE3 version of koffice 14 years ago
karbon_tool_factory.h Added old abandoned KDE3 version of koffice 14 years ago
karbon_tool_registry.cc TQt4 port koffice 13 years ago
karbon_tool_registry.h TQt4 port koffice 13 years ago
karbon_view.cc Rename old tq methods that no longer need a unique name 13 years ago
karbon_view.h Rename old tq methods that no longer need a unique name 13 years ago
karbon_view_iface.cc Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
karbon_view_iface.h Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
main.cc Added old abandoned KDE3 version of koffice 14 years ago
usablity-review.txt Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
vtool.cc TQt4 port koffice 13 years ago
vtool.h Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
vtoolcontroller.cc rename the following methods: 13 years ago
vtoolcontroller.h TQt4 port koffice 13 years ago

README

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.