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

Method taskPanel

src/Gui/Control.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53ControlSingleton::~ControlSingleton() = default;
54
55Gui::TaskView::TaskView* ControlSingleton::taskPanel() const
56{
57 auto taskView = qobject_cast<Gui::TaskView::TaskView*>(
58 Gui::DockWindowManager::instance()->getDockWindow("Tasks")
59 );
60 return taskView;
61}
62
63void ControlSingleton::showDockWidget(QWidget* widget)
64{

Callers 8

checkAutoHideMethod · 0.80
addTaskWatcherMethod · 0.80
removeTaskWatcherMethod · 0.80
restoreMethod · 0.80
addTaskWatcherMethod · 0.80
clearTaskWatcherMethod · 0.80
updateWatcherMethod · 0.80
updateTaskPanelMethod · 0.80

Calls 2

getDockWindowMethod · 0.80
instanceFunction · 0.70

Tested by

no test coverage detected