Gui: add box geometry element selection command

Implement box element selection that support linked and grouped objects.
Also modified original box selection command to support the same with
the same code.
This commit is contained in:
Zheng, Lei
2019-07-11 13:49:15 +08:00
committed by wmayer
parent 81d3cf1b89
commit f7edaabe43
3 changed files with 266 additions and 32 deletions

View File

@@ -534,7 +534,7 @@ MenuItem* StdWorkbench::setupMenuBar() const
edit->setCommand("&Edit");
*edit << "Std_Undo" << "Std_Redo" << "Separator" << "Std_Cut" << "Std_Copy"
<< "Std_Paste" << "Std_DuplicateSelection" << "Separator"
<< "Std_Refresh" << "Std_BoxSelection" << "Std_SelectAll" << "Std_Delete"
<< "Std_Refresh" << "Std_BoxSelection" << "Std_BoxElementSelection" << "Std_SelectAll" << "Std_Delete"
<< "Separator" << "Std_Placement" /*<< "Std_TransformManip"*/ << "Std_Alignment"
<< "Std_Edit" << "Separator" << "Std_DlgPreferences";