MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / TimeLineKey

Class TimeLineKey

Gui/TimeLineGui.cpp:319–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319struct TimeLineKey
320{
321 SequenceTime time;
322 bool isUserKey;
323
324 explicit TimeLineKey(SequenceTime t,
325 bool isUserKey = false)
326 : time(t)
327 , isUserKey(isUserKey)
328 {
329 }
330
331 explicit TimeLineKey()
332 : time(0)
333 , isUserKey(false)
334 {
335 }
336};
337
338struct TimeLineKey_compare
339{

Callers 1

paintGLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected