[Kde-bindings] Have we all been blind?

Germain Garand germain at ebooksfrance.com
Sun Jan 12 03:24:34 UTC 2003


Le Dimanche 12 Janvier 2003 02:15, Ashley Winters a écrit :
> http://www.gccxml.org/
>
> I have no idea what it's really doing, but their stated goals are
> complimentary
>

ouch, it's a big machine but it does work well. I just gave a try to the 
static version :

gccxml -I$QTDIR/include $QTDIR/include/qwidget.h -fxml=widget.xml

and it spitted out a 600 kb XML file without a single warning 8-|
Can't find a DTD, though...

Every function/class/typedef/whatever gets an id that is latter used for 
reference... very clean... and for Richard, even argument names are stored !

e.g :
  <Namespace id="_1" name="::" members="_2 _3 _4 _5 _6 _7 _8 _9 [snip]" />
...
  <Function id="_32" name="qRgba" returns="_548" context="_1" 
location="f6:63">
    <Argument name="r" type="_543"/>
    <Argument name="g" type="_543"/>
    <Argument name="b" type="_543"/>
    <Argument name="a" type="_543"/>
  </Function>
...
  <FundamentalType id="_543" name="int"/>
...
  <FundamentalType id="_548" name="unsigned int"/>



> Ashley Winters
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> _______________________________________________
> Kde-bindings mailing list
> Kde-bindings at mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-bindings




More information about the Kde-bindings mailing list