Skip to main content

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

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 ?

Back to the top