[Kde-bindings] Qyoto: new features

Dimitar Dobrev dpldobrev at yahoo.com
Mon Apr 9 20:27:35 UTC 2012


It works because while QFlags<> are not technically enums, they do nothing but provide type safety for C++ enums, that is, practically they are enums. On the C# side, enums are natively type-safe so it is completely correct to replace QFlags<Enum> with Enum.

Dimitar Dobrev



________________________________
 From: Richard Dale <richard.dale at telefonica.net>
To: KDE bindings for other programming languages <kde-bindings at kde.org> 
Sent: Monday, April 9, 2012 10:40 PM
Subject: Re: [Kde-bindings] Qyoto: new features
 

On Thursday, April 05, 2012 12:59:19 PM Dimitar Dobrev wrote:

5. Generation of enum argument types instead of uint when mapping QFlags enums. 
Are you sure this is right? The QFlags values aren't enums, they are values of the templated class that is generated by the QFLAGS macro. To make that work in Qyoto you would need to generate the same templated class in C#. Is that what you had in mind?
 
-- Richard


_______________________________________________
Kde-bindings mailing list
Kde-bindings at kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20120409/d3a97d84/attachment.html>


More information about the Kde-bindings mailing list