MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getThumbnail

Method getThumbnail

src/app/file_system.cpp:526–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526she::Surface* FileItem::getThumbnail()
527{
528 ThumbnailMap::iterator it = thumbnail_map->find(m_filename);
529 if (it != thumbnail_map->end())
530 return it->second;
531 else
532 return NULL;
533}
534
535void FileItem::setThumbnail(she::Surface* thumbnail)
536{

Callers 5

thumbnailYMethod · 0.80
onPaintMethod · 0.80
thumbnailBoundsMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected