MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / DeleteObjectsUndoStep

Method DeleteObjectsUndoStep

src/undo/object_undo.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309// ### DeleteObjectsUndoStep ###
310
311DeleteObjectsUndoStep::DeleteObjectsUndoStep(Map* map)
312: ObjectModifyingUndoStep(DeleteObjectsUndoStepType, map)
313{
314 ; // nothing else
315}
316
317DeleteObjectsUndoStep::~DeleteObjectsUndoStep()
318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected