MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / GetFrame

Method GetFrame

src/timeedit_ctrl.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89int TimeEdit::GetFrame() const {
90 return c->project->Timecodes().FrameAtTime(time, isEnd ? agi::vfr::END : agi::vfr::START);
91}
92
93void TimeEdit::SetFrame(int fn) {
94 SetTime(c->project->Timecodes().TimeAtFrame(fn, isEnd ? agi::vfr::END : agi::vfr::START));

Callers 4

CommitTimesMethod · 0.45
SetDurationFieldMethod · 0.45
UpdateBitmapMethod · 0.45
get_imageFunction · 0.45

Calls 1

FrameAtTimeMethod · 0.45

Tested by

no test coverage detected