Qt 依赖关系可视化工具
我有很多类通过信号和槽机制、组合、继承等与其他类交互。
我想知道是否有任何工具可以可视化源代码中类之间的依赖关系(例如:类似 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中一个工具是用于 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