Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse plugin for generating UML diagram from c++ code

Is there any eclipse plugin that can generate UML/Class Diagram from C++ source code?

like image 319
tristan Avatar asked Sep 10 '25 22:09

tristan


2 Answers

This is also not a Eclipse plugin, but the Umbrello UML Modeller from KDE is open-source and I've had better results with it than Doxygen or Rhapsody.

like image 159
dublev Avatar answered Sep 12 '25 11:09

dublev


From the list of UML tools, I only see commercial UML editors (with C++ as one of the language reverse engineered), like:

  • Enterprise Architect
  • Magic Draw
  • Modelio

In other word, I don't know of a open-source project offering C++ reverse engineered UML diagrams.


nrs mentions in the comments, from the Modelio Wikipedia entry:

The core Modelio software was released under the GPLv3 on October 5, 2011.
Key APIs are licensed under the more permissive Apache License 2.0.

Note: it is a standalone app (based on Eclipse RCP), which cannot be added directly in your IDE Eclipse. Eclipse as a plugin.

like image 33
VonC Avatar answered Sep 12 '25 13:09

VonC