MCPcopy Create free account
hub / github.com/dalboris/vpaint / KeyCell

Method KeyCell

src/Gui/VectorAnimationComplex/KeyCell.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32
33KeyCell::KeyCell(VAC * vac, Time time) :
34 Cell(vac),
35 time_(time)
36{
37}
38
39KeyCell::KeyCell(KeyCell * other) :
40 Cell(other)

Callers

nothing calls this directly

Calls 3

TimeClass · 0.50
valueMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected