Qt 依赖关系可视化工具

发布于 2024-09-24 18:10:39 字数 112 浏览 2 评论 0原文

我有很多类通过信号和槽机制、组合、继承等与其他类交互。

我想知道是否有任何工具可以可视化源代码中类之间的依赖关系(例如:类似 UML 的图),特别是基于 Qt 的类代码?

谢谢。

I have a lot of classes which interact with other classes through signal&slot mechanism, composition, inheratance etc.

I wonder, is there any tool which visualizes(such as:UML-like diagrams) dependencies between classes in source code especially for Qt based codes?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小瓶盖 2024-10-01 18:10:39

其中一个工具是用于 C++ 的 codedrawer(http://www.codedrawer.com/)。它不是虽然专门针对 QT,但我希望它能够满足您的需要。实际上,我自己正在寻找性质相似的工具,添加后续链接,以防万一出现一些好东西。
代码重构

One such tool is codedrawer for C++(http://www.codedrawer.com/).It is not specifically for QT though, but I hope it should work as per your need. Actually I am myself looking our for tools which are similar in nature, adding the link for followup just in case some good stuff shows up.
Code refactoring

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文