-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registering metatypes declared in OCaml #42
Comments
This is a good direction to go, given that QML is not meant to be bound to, but the other way around (QML encapsulating C++). Could this approach benefit from @mrvn's work? |
I'm not sure yet. This week is over busy. The guy came from England and
giving lectures about some crazy math(denotational semantics).
…On Wed, Feb 1, 2017 at 12:09 AM, orbifx ***@***.***> wrote:
This is a good direction to go, given that QML is not meant to be bound
to, but the other way around (QML encapsulating C++).
Could this approach benefit from @mrvn <https://github.com/mrvn>'s work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAav0nwYju8WPkei73r6_LIHbGf3muSTks5rX5TogaJpZM4LxzIY>
.
|
Writing the status down in case I will not return back to this task. I did some hacking in the branch The bad thing that is not yet usable in general. It is expected that we define good, useful, non-virtual ocaml class and allow C++ side to use methods from it. But at the moment everything is implemented in another way: ocaml object creates C++ object to use it. Need some more time to investigate it. Not sure when. |
What is the output of your approach? Some generated C++ files? |
Yeah, the same as before. |
I have moves towards it in branch https://github.com/Kakadu/lablqml/tree/declareMetaType @orbifx , RFC |
It should allow declaring types in OCaml
ad use them in QML
The text was updated successfully, but these errors were encountered: