PDA

View Full Version : uml tools



tpthyd
20th March 2009, 08:07
hi,
i developed an application in qt using opengl. Is there any tool available for generating UML diagrams from this code.

thanks in advance

vasanth
20th March 2009, 09:16
Cpp2Uml is an Eclipse plugin which can generate UML model file for a C++ project

Oxidative
20th March 2009, 12:00
I've tried a lot of different tools, but the only free, really working reverse uml generator for c++ code I could find was BOUML (http://bouml.free.fr/). It takes a little to get used to it (reading the documentation is a must), but once you know how to use it, you will find that it is a pretty powerful uml editor.