Damien, can you share your plugin for Lua? Thank you, Alex Bravo
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Damien Fagnou Sent: Wednesday, November 04, 2009 11:08 AM To: [email protected] Subject: [Qt-creator] Class Browser 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 [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
