Using the QtJambi generator for Qt-based libraries? (e.g. KDE frameworks) #186
Replies: 3 comments 2 replies
-
Some further prodding, I need a typesystem file:
and an
and
Doesn't seem to be generating This pattern persists if I attempt to add more classes. |
Beta Was this translation helpful? Give feedback.
-
Generator produces some logfiles:
|
Beta Was this translation helpful? Give feedback.
-
Generator will warn you to specify ownership of parameter and returned result of Furthermore, you will see that several methods lead to the same Java API and thus need to be sorted out. Example: Some enums have entries with the same numerical value. In this case, you need to make a manual selection by specifying RejectEnumValue. In genera, I sugggest to look into existing typesystem specifications of QtJambi to see how to do all these things. If you have questions just post here. |
Beta Was this translation helpful? Give feedback.
-
A cursory attempt:
results in a
Beta Was this translation helpful? Give feedback.
All reactions