MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / RemoveLayer

Method RemoveLayer

src/app/cmd/remove_layer.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace doc;
21
22RemoveLayer::RemoveLayer(Layer* layer)
23 : AddLayer(layer->parent(), layer, layer->getPrevious())
24{
25}
26
27void RemoveLayer::onExecute()
28{

Callers

nothing calls this directly

Calls 2

getPreviousMethod · 0.80
parentMethod · 0.45

Tested by

no test coverage detected