MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getImagePath

Method getImagePath

src/eepp/ui/tools/uiimageviewer.cpp:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

loadImageFromMediumMethod · 0.80
saveNodeMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected