Gui: Python support of workbench manipulation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user