Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ UpdateWidget
Method
UpdateWidget
lib/macro/macro-tree.cpp:954–958 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
952
}
953
954
void MacroTree::UpdateWidget(const QModelIndex &idx,
955
std::shared_ptr<Macro> item)
956
{
957
setIndexWidget(idx, new MacroTreeItem(this, item, _highlight));
958
}
959
960
void MacroTree::UpdateWidgets(bool force)
961
{
Callers
1
Add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected