Uploaded image for project: 'Qt Tools for Android'
  1. Qt Tools for Android
  2. QTTA-337

Generate strongly-typed APIs

    XMLWordPrintable

Details

    • User Story
    • Resolution: Unresolved
    • P2: Important
    • None
    • QtJenny 1.1
    • QtJenny: Compiler
    • None

    Description

      The idea here is that instead of generating
      void foo(jobject, jobject);
      from a
      void foo(Foo, Bar);

      we generate

      void foo(FooProxy*, BarProxy*);

      instead. We need this to be able to generate the java interface implementations in a reasonable manner, and this is also something that we have envisioned for a long time to do for the call-APIs as well.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ahmedelkhazari Ahmed El Khazari
            villevoutilainen_qt Ville Voutilainen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes