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

Method isMovingPixels

src/app/ui/editor/editor.cpp:1685–1688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685bool Editor::isMovingPixels() const
1686{
1687 return (dynamic_cast<MovingPixelsState*>(m_state.get()) != nullptr);
1688}
1689
1690void Editor::dropMovingPixels()
1691{

Callers 6

updateMethod · 0.80
onCloseViewMethod · 0.80
onCanCutMethod · 0.80
onCanCopyMethod · 0.80
onCanClearMethod · 0.80
transformSelectionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected