| 358 | } |
| 359 | |
| 360 | std::string UIImageViewer::getImagePath() const { |
| 361 | return getImageName().empty() ? getImageName() : ( mGalleryPath + getImageName() ); |
| 362 | } |
| 363 | |
| 364 | void UIImageViewer::setDisplayOptions( Uint32 opt ) { |
| 365 | if ( opt != mDisplayOptions ) { |
no test coverage detected