| 317 | } |
| 318 | |
| 319 | void ComponentListComponent::onPositionChanged() |
| 320 | { |
| 321 | updateComponentOffsets(); |
| 322 | } |
| 323 | |
| 324 | GuiComponent* ComponentListComponent::getSelectedComponent() |
| 325 | { |
nothing calls this directly
no outgoing calls
no test coverage detected