MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / deepCopy

Method deepCopy

src/tools/UBGraphicsAxes.cpp:89–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89UBItem* UBGraphicsAxes::deepCopy() const
90{
91 UBGraphicsAxes* copy = new UBGraphicsAxes();
92
93 copyItemParameters(copy);
94
95 // TODO UB 4.7 ... complete all members ?
96
97 return copy;
98}
99
100void UBGraphicsAxes::copyItemParameters(UBItem *copy) const
101{

Callers 4

strokeToSvgPolygonMethod · 0.45
duplicateItemMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected