MCPcopy Create free account
hub / github.com/amule-project/amule / GoLastFrame

Method GoLastFrame

src/MuleGifCtrl.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 void GoFirstFrame() { m_nframe = 0; }
52 void GoNextFrame() { (m_nframe < GetFrameCount() - 1) ? m_nframe++ : m_nframe = 0; }
53 void GoLastFrame() { m_nframe = GetFrameCount() - 1; }
54
55 void ConvertToImage(wxImage* image) { wxGIFDecoder::ConvertToImage(m_nframe, image); }
56

Callers 1

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected