Gui: Python support of workbench manipulation

This commit is contained in:
wmayer
2023-10-04 14:43:13 +02:00
committed by Yorik van Havre
parent c8fbe03eb1
commit bf31a2ce03
5 changed files with 216 additions and 0 deletions

View File

@@ -42,6 +42,11 @@ void WorkbenchManipulator::removeManipulator(const WorkbenchManipulator::Ptr& pt
}
}
std::set<WorkbenchManipulator::Ptr> WorkbenchManipulator::getManipulators()
{
return manipulators;
}
void WorkbenchManipulator::changeMenuBar(MenuItem* menuBar)
{
for (auto& it : manipulators) {