| 212 | } |
| 213 | |
| 214 | void 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 | |
| 225 | CtrlrPanelResourceManager &CtrlrPanelResourceEditor::getResourceManager() |
| 226 | { |
nothing calls this directly
no test coverage detected