MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setFile

Method setFile

Source/Animation/Animation.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void FrameAnimationDef::setFile(String filename) {
364 _file = filename.toString();
365 _def = SharedFrameCache.loadFrame(filename);
366}
367
368const std::string& FrameAnimationDef::getFile() const noexcept {
369 return _file;

Callers 1

xmlSAX2StartElementMethod · 0.45

Calls 2

loadFrameMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected