| 92 | */ |
| 93 | |
| 94 | void ImageManager::showImage() { |
| 95 | |
| 96 | // set the new image |
| 97 | |
| 98 | _imageTransition.setNewImageBlockIndex(_bmManager.getFirstBlockIndex(_currentImage)); |
| 99 | |
| 100 | // start the timeline |
| 101 | |
| 102 | _imageTransition.start(); |
| 103 | } |
| 104 | |
| 105 | |
| 106 | /* |
no test coverage detected