Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void TimeEdit::CopyTime() {
221
SetClipboard(from_wx(GetValue()));
222
}
223
224
void TimeEdit::PasteTime() {
225
if (byFrame) {
Callers
nothing calls this directly
Calls
2
SetClipboard
Function · 0.85
from_wx
Function · 0.85
Tested by
no test coverage detected