[Qt-creator] Class Browser
Damien Fagnou
damien-f at moving-picture.com
Wed Nov 4 20:08:10 CET 2009
Hi ,
I have been having fun writing small plugins for qtCreator , mostly new
type of editors for Maya Mel and Lua .
I am now thinking of adding a ClassBrowser for C++
I have manage to create my empty Core::INavigationWidgetFactory subclass
and its showing up the UI
but I am not sure what plugins to access to get the class tree ? surely
the locator plugins and cppEditor have access to it
looked around but I am a little lost .
Any tips on where to start looking ?
the idea is getting the list of class local to the current project .
then displaying then in the inheritance tree sctructure (
multi-inheritance would be ignored )
potentially showing the list of methods and member variable sorted by
(public . private etc )
Thanks
Damien
More information about the Qt-creator-old
mailing list