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

Method CopyTime

src/timeedit_ctrl.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void TimeEdit::CopyTime() {
221 SetClipboard(from_wx(GetValue()));
222}
223
224void TimeEdit::PasteTime() {
225 if (byFrame) {

Callers

nothing calls this directly

Calls 2

SetClipboardFunction · 0.85
from_wxFunction · 0.85

Tested by

no test coverage detected