用于浏览 C/C++ 中的类的软件项目

发布于 2024-11-07 22:42:33 字数 102 浏览 0 评论 0原文

我发现一些开发人员在项目附带的图像文件中以图形方式表示了所有类。我怎样才能自己创建这些图形?

基本上,它们显示文件中存在哪些类以及这些文件如何相互关联。

谢谢

I have seen that some developers have a graphical representation of all their classes in an image file which comes with their project. How can I myself create these graphics?

Basically they show what classes exist in a file and how these files relate to each other.

Thanks

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

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

发布评论

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

评论(5

强辩 2024-11-14 22:42:33

Doxygen 允许您生成交互式类图。查看此页面:http://www.doxygen.nl/manual/diagrams.html 如何设置。

Doxygen allows you to generate interactive class diagrams. Check out this page: http://www.doxygen.nl/manual/diagrams.html how to set it up.

橘亓 2024-11-14 22:42:33

它可能是 Doxygen,一个生成带有依赖关系图的文档的软件。

It might be Doxygen, a software that generates documentation with dependancy graphs.

心病无药医 2024-11-14 22:42:33

Eclipse 能够生成类图并将其导出为图像。

Eclipse has the ability to generate class diagrams and export them as images.

深海夜未眠 2024-11-14 22:42:33

一种允许人们相当轻松地做到这一点的常用工具是 Dot,它是 Graphviz。 Dot 是一种描述图形的标记语言。如果您愿意,您可以手动生成 Dot 文件,但是有很多代码分析工具可以为您完成这项工作。多氧根就是其中之一。

One common tool that allows people to do that fairly easily is Dot, which comes as part of Graphviz. Dot is sort of a markup language describing graphs. You can generate Dot files manually if you like, but there are a lot of code analysis tools that will do the job for you. Doxygen is one.

七月上 2024-11-14 22:42:33

另一个创建 UML 类图的好工具是 Dia

Another great tool for creating UML class diagrams is Dia.

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