I am trying to understand WebKit (2 Million lines of C++ code). I want a tool which takes a class name as input and tell me the names of all classes which inherit from it.
For example, if I pass in "RenderObject" it should return RenderInline, RenderBox.
I am using Fedora 13 and for debugging purpose I am using QtCreator IDE.