Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1685
bool Editor::isMovingPixels() const
1686
{
1687
return (dynamic_cast<MovingPixelsState*>(m_state.get()) != nullptr);
1688
}
1689
1690
void Editor::dropMovingPixels()
1691
{
Callers
6
update
Method · 0.80
onCloseView
Method · 0.80
onCanCut
Method · 0.80
onCanCopy
Method · 0.80
onCanClear
Method · 0.80
transformSelection
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected