Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tdegraphics/ksvg/scripts
Timothy Pearson 698dd70e28
Additional renaming of kde to tde
pirms 13 gadiem
..
idl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
COPYRIGHTS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
ECMACHECK Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
OPENREF Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
add_static.pl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
check_hashtablesize.pl rename the following methods: pirms 13 gadiem
gen.sh Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
generate.pl Additional renaming of kde to tde pirms 13 gadiem
genimpl.sh Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
getjs.php Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
makecc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
makeheader Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
makeimpl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem

README

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.