InheritanceViewerA Visual Studio extension (VSIX) to graphically represent C++ Inheritances like Doxygen How to UseRightclick anywhere in a header file and select "Inheritance Graph" as shown. The extension parses the header file for all C++ class declarations and their inheritance information. All header and .cpp files of the project the header file belongs to are searched and parsed for their class declarations and inheritance information as well. A Inheritance Graph is build up and written to a temporary .dgml file and shown afterwards. PrerequisitesTo properly show the generated dgml-file in Visual Studio the DGML-Editor component has to be installed. If this component is not installed a message is shown in the dgml-file as well. |