MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / removeTaskWatcher

Method removeTaskWatcher

src/Gui/Workbench.cpp:503–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void Workbench::removeTaskWatcher()
504{
505 Gui::TaskView::TaskView* taskView = Control().taskPanel();
506 if (taskView) {
507 taskView->clearTaskWatcher();
508 }
509}
510
511std::list<std::string> Workbench::listToolbars() const
512{

Callers 1

closeEventMethod · 0.45

Calls 2

taskPanelMethod · 0.80
clearTaskWatcherMethod · 0.45

Tested by

no test coverage detected