Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ getCurrentEditorTool
Method
getCurrentEditorTool
src/app/ui/editor/editor.cpp:921–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
921
tools::Tool* Editor::getCurrentEditorTool()
922
{
923
return App::instance()->activeTool();
924
}
925
926
std::shared_ptr<tools::Ink> Editor::getCurrentEditorInk()
927
{
Callers
6
onExecute
Method · 0.80
getCurrentBrush
Method · 0.80
show
Method · 0.80
generateBoundaries
Method · 0.80
create_tool_loop
Function · 0.80
create_tool_loop_preview
Function · 0.80
Calls
2
instance
Function · 0.85
activeTool
Method · 0.45
Tested by
no test coverage detected