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

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to