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

Method setCustomizationDelegate

src/app/ui/editor/editor.cpp:981–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981void Editor::setCustomizationDelegate(EditorCustomizationDelegate* delegate)
982{
983 if (m_customizationDelegate)
984 m_customizationDelegate->dispose();
985
986 m_customizationDelegate = delegate;
987}
988
989// Returns the visible area of the active sprite.
990Rect Editor::getVisibleSpriteBounds()

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected