[Kde-bindings] Qt bindings for Lua: status update

Mauro Iazzi mauro.iazzi at gmail.com
Sat Jun 28 17:00:14 UTC 2008


thank you, that is very interesting. I played with it a lot and put it
in the repo. I hope to base the bindings on the output of this tool in
the future. Just a question: how are arrays and function pointers
handled?

it seems they are not handled: are they simply discarded? that would
cause a few problems...

In my code I just recognize them from the full name, i.e. type_name
attribute, searching for (\*) and [ .*]... not the sanest thing to do
I suppose.

mauro

2008/6/27 Ashley Winters <jahqueel at yahoo.com>:
> --- On Fri, 6/27/08, Mauro Iazzi <mauro.iazzi at gmail.com> wrote:
>> It sounded to me like you were able to transform my
>> "dumb" XML in a
>> sane one like the one from that post, using standard
>> technologies,
>> which would be so much useful for mantainability, reducing
>> the
>> complexity of the single steps, and to base other bindings
>> on it in
>> the future.
>>
>> Did I get it right? May I see this in action? I would be
>> very interested.
>>
>> In any case, thank you for you interest,
>>
>> mauro
>
> Sure... see attached file lqt2cppxml.xsl.
>
> $ xsltproc lqt2cppxml.xsl qtgui.xml | xsltproc deparse.xsl - | less
>
> where deparse.xsl is from http://perlqt.sf.net/xml/deparse.xsl
>
> - Ashley Winters
>
>
>
>
> _______________________________________________
> Kde-bindings mailing list
> Kde-bindings at kde.org
> https://mail.kde.org/mailman/listinfo/kde-bindings
>
>



More information about the Kde-bindings mailing list