Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ remove
Method
remove
src/gui/UBToolWidget.cpp:267–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void UBToolWidget::remove()
268
{
269
mToolWidget = nullptr;
270
mWebView->closeInspector();
271
hide();
272
deleteLater();
273
}
274
275
void UBToolWidget::centerOn(const QPoint& pos)
276
{
Callers
3
onCloseClicked
Method · 0.45
removeTab
Method · 0.45
UBPageNavigationWidget
Method · 0.45
Calls
2
hide
Function · 0.50
closeInspector
Method · 0.45
Tested by
no test coverage detected