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: Can we copy the list of C++ classes shown in "Class View" to the clipboard or output to a text file?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator: Can we copy the list of C++ classes shown in "Class View" to the clipboard or output to a text file?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 355 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.
  • R Offline
    R Offline
    Robert Hairgrove
    wrote on last edited by
    #1

    It would be a nice feature to have, either with fully-qualified names or a kind of tree structure. My project has about 200 different classes, but they have very short definitions.Usually, several are defined in a single header.

    It seems that they are all shown fine in Class View of Qt Creator, but I don't know how to get the output into a text file.

    Or is there a different tool I could use (clang, for example)?

    artwawA 1 Reply Last reply
    0
    • R Robert Hairgrove

      It would be a nice feature to have, either with fully-qualified names or a kind of tree structure. My project has about 200 different classes, but they have very short definitions.Usually, several are defined in a single header.

      It seems that they are all shown fine in Class View of Qt Creator, but I don't know how to get the output into a text file.

      Or is there a different tool I could use (clang, for example)?

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      @Robert-Hairgrove I made it a habit to document everything and add Doxygen do my build run in QtCreator.
      For a single run and for what you say you need a clean doxygen run would suffice (but also you will spend some time configuring it for the first time).

      For more information please re-read.

      Kind Regards,
      Artur

      R 1 Reply Last reply
      2
      • artwawA artwaw

        @Robert-Hairgrove I made it a habit to document everything and add Doxygen do my build run in QtCreator.
        For a single run and for what you say you need a clean doxygen run would suffice (but also you will spend some time configuring it for the first time).

        R Offline
        R Offline
        Robert Hairgrove
        wrote on last edited by
        #3

        @artwaw Thanks! I think this is probably the best way to do it since I already had started documenting all of the header files in Doxygen style, so it won't be much effort to finish adding a @file comment to each header and let Doxygen generate the class list.

        1 Reply Last reply
        2
        • R Robert Hairgrove has marked this topic as solved on

        • Login

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