Export object dependencies to graphviz file

This commit is contained in:
wmayer
2012-06-12 19:03:29 +02:00
parent 8cfecfca42
commit fd62e9e18f
7 changed files with 131 additions and 3 deletions

View File

@@ -490,8 +490,9 @@ MenuItem* StdWorkbench::setupMenuBar() const
MenuItem* tool = new MenuItem( menuBar );
tool->setCommand("&Tools");
*tool << "Std_DlgParameter" << "Separator"
<< "Std_ViewScreenShot" << "Std_SceneInspector" << "Std_DemoMode"
<< "Separator" << "Std_DlgCustomize";
<< "Std_ViewScreenShot" << "Std_SceneInspector"
<< "Std_ExportGraphviz" << "Std_ProjectUtil"
<< "Std_DemoMode" << "Separator" << "Std_DlgCustomize";
// Macro
MenuItem* macro = new MenuItem( menuBar );