| 642 | } |
| 643 | |
| 644 | void HyperHdrInstance::setLedMappingType(int mappingType) |
| 645 | { |
| 646 | if (mappingType != _imageProcessor->getLedMappingType()) |
| 647 | { |
| 648 | _imageProcessor->setLedMappingType(mappingType); |
| 649 | emit SignalImageToLedsMappingChanged(mappingType); |
| 650 | } |
| 651 | } |
| 652 | |
| 653 | void HyperHdrInstance::handleVisibleComponentChanged(hyperhdr::Components comp) |
| 654 | { |
nothing calls this directly
no test coverage detected