MCPcopy 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
954void MacroTree::UpdateWidget(const QModelIndex &idx,
955 std::shared_ptr<Macro> item)
956{
957 setIndexWidget(idx, new MacroTreeItem(this, item, _highlight));
958}
959
960void MacroTree::UpdateWidgets(bool force)
961{

Callers 1

AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected