views:

99

answers:

0

I'd like to do some basic class diagram UML models in the Pro version of C++Builder 2010. Embarcadero has a C++Builder Features Matrix document, one line of which says "UML Code Visualization – at any time, get a UML model view of your source code" and has a check in the "Professional" column of that table -- I assume this means it should be available to me.

Yet, when I open an existing project and do a View | Model View, there's nothing in the Model View window. The only diagram I can find is on the Graph tab of the C++ Class Explorer. I wouldn't call that a UML diagram myself -- is that what Embarcadero is referring to?

Edit: I found out that Pro does indeed have Modelling support; somehow it had been turned off on the project I had open. I added another project to the project group and then the IDE offered to turn on Modelling support when I clicked the Model View tab. I was then able to add a Class Diagram to that project, though I'm still looking for a way to import the project's existing objects onto the diagram.

related questions