Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator: How to show call hierarchy?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator: How to show call hierarchy?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 1.8k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Harjit
    wrote on last edited by
    #1

    Instead of doing "Find Usage" multiple times, is there a way to generate / see the call hierarchy?

    aha_1980A 1 Reply Last reply
    0
    • H Harjit

      Instead of doing "Find Usage" multiple times, is there a way to generate / see the call hierarchy?

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @Harjit,

      you might want to comment and vote on QTCREATORBUG-11660.

      Regards

      Qt has to stay free or it will die.

      H 1 Reply Last reply
      2
      • aha_1980A aha_1980

        Hi @Harjit,

        you might want to comment and vote on QTCREATORBUG-11660.

        Regards

        H Offline
        H Offline
        Harjit
        wrote on last edited by
        #3

        @aha_1980 Done.

        Is there a way to see a "reverse" call hierarchy?

        void foo() { bar(); }
        void bar() { bara(); }
        void bara() { barb(); }
        void barc() { barb(); }
        void bard() { barb(); }

        When one highlights barb(), they would get:
        foo() -> bar() -> bara() -> barb()
        barc() -> barb()
        bard() -> barb()

        There would be a limit of how many are shown and one can page up/down through them

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved