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

Method SetFrame

src/timeedit_ctrl.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void TimeEdit::SetFrame(int fn) {
94 SetTime(c->project->Timecodes().TimeAtFrame(fn, isEnd ? agi::vfr::END : agi::vfr::START));
95}
96
97void TimeEdit::SetByFrame(bool enableByFrame) {
98 if (enableByFrame == byFrame) return;

Callers 1

SetDurationFieldMethod · 0.80

Calls 1

TimeAtFrameMethod · 0.45

Tested by

no test coverage detected