Added 0000145 : Drawing clip objects

This commit is contained in:
Yorik van Havre
2012-05-16 16:31:02 -03:00
parent e4b0ef57c6
commit 5eb163b060
11 changed files with 955 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*part << "Drawing_OrthoViews";
*part << "Drawing_OpenBrowserView";
*part << "Drawing_Annotation";
*part << "Drawing_Clip";
*part << "Drawing_ExportPage";
return root;
@@ -80,6 +81,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*part << "Drawing_OrthoViews";
*part << "Drawing_OpenBrowserView";
*part << "Drawing_Annotation";
*part << "Drawing_Clip";
*part << "Drawing_ExportPage";
return root;
}
@@ -97,6 +99,8 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*img << "Drawing_NewPage";
*img << "Drawing_OrthoViews";
*img << "Drawing_OpenBrowserView";
*img << "Drawing_Annotation";
*img << "Drawing_Clip";
img = new Gui::ToolBarItem(root);
img->setCommand("Views");
*img << "Drawing_NewView";