Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT-GEF

Hi,

There is a plugin cpp2uml (or link on eclipse marketplace) that tries to do what you want. It requires Eclipse 3.4 (with CDT 5) or Eclipse 3.5 (with CDT 6) and it seems that nobody supports it now, but you can look at its sources and make an update.

Anton

-------- Original message --------
Hi...
Im new to CDT and im working on a project that brings CDT and GEF together.
One part of the project is about the mapping of c++-classes to graphical Elements and synchronization.
I mean c++-classes should be retrieved from the file thats been edited on the CEditor and mapped to some graphical elements. And every graphical element should be synchronized with the c++-class it represents so that changes made to the c++-class are reflected directly on the associated graphical element.

Do you have any idea how this can be done ?
_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top