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

Method AddObjectsUndoStep

src/undo/object_undo.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355// ### AddObjectsUndoStep ###
356
357AddObjectsUndoStep::AddObjectsUndoStep(Map* map)
358: ObjectCreatingUndoStep(AddObjectsUndoStepType, map)
359, undone(false)
360{
361 ; // nothing else
362}
363
364AddObjectsUndoStep::~AddObjectsUndoStep()
365{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected