|
Class Inheritance Diagrams reverse engineer class inheritance relationships. The Derived Classes Tree documents how a C++ class was built (inheritance). The Base Class tree shows what other classes depend on a class (inherit from it). Below an Information Browser shows all information available about a class, to its right a graphical Base Class tree, and below a graphical Derived Class tree. Each diagram can be copied/pasted, printed, or saved to a PNG, JPG, Postscript, or BMP file for inclusion in other documentation about the code.
| Information Browser showing all sorts of information about a class (left) and a Base Class Tree showing what classes a given class is based on (inherits from) |
 |
Derived Class tree showing classes inheriting (depending) on a class
|