MCPcopy Create free account
hub / github.com/IENT/YUView / loadFrame

Method loadFrame

YUViewLib/src/playlistitem/playlistItemImageFile.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void playlistItemImageFile::loadFrame(int, bool, bool, bool emitSignals)
69{
70 this->imageLoading = true;
71 this->frame.loadCurrentImageFromFile(this->properties().name);
72 this->imageLoading = false;
73 this->needToLoadImage = false;
74
75 if (emitSignals)
76 emit SignalItemChanged(true, RECACHE_NONE);
77}
78
79void playlistItemImageFile::savePlaylist(QDomElement &root, const QDir &playlistDir) const
80{

Callers

nothing calls this directly

Calls 2

propertiesMethod · 0.80

Tested by

no test coverage detected