diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/scripts/README | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksvg/scripts/README')
-rw-r--r-- | ksvg/scripts/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ksvg/scripts/README b/ksvg/scripts/README new file mode 100644 index 00000000..17130216 --- /dev/null +++ b/ksvg/scripts/README @@ -0,0 +1,16 @@ +This document explains how to generate a SVG C++ header/sourcefile pair : + +1. go to dir idl +2. copy the svg.idl file to the classname you want to generate, for example SVGRect +3. edit the newly created file to only include the class info, delete the rest +4. run ../gen.sh classname (without extension) to generate the pair + +Caveats: +1. all inheritance specification must be on the same line +2. no support yet for exceptions, comments +3. this works for mawk 1.3.3, with slight adjustments it should run for + other awk implementations + +07-07-2001 +Rob Buis. + |