MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / updateTable

Method updateTable

Source/UIComponents/CtrlrPanel/CtrlrPanelResourceEditor.cpp:214–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void CtrlrPanelResourceEditor::updateTable()
215{
216 resources = getResourceManager().getResourcesCopy();
217
218 resourceList->deselectAllRows();
219 resourceList->updateContent();
220 if (owner.getPropertiesPanel())
221 owner.getPropertiesPanel()->refreshAll();
222 resources.sort (*this, false);
223}
224
225CtrlrPanelResourceManager &CtrlrPanelResourceEditor::getResourceManager()
226{

Callers

nothing calls this directly

Calls 6

getResourcesCopyMethod · 0.80
deselectAllRowsMethod · 0.80
getPropertiesPanelMethod · 0.80
updateContentMethod · 0.45
refreshAllMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected