MCPcopy 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
921tools::Tool* Editor::getCurrentEditorTool()
922{
923 return App::instance()->activeTool();
924}
925
926std::shared_ptr<tools::Ink> Editor::getCurrentEditorInk()
927{

Callers 6

onExecuteMethod · 0.80
getCurrentBrushMethod · 0.80
showMethod · 0.80
generateBoundariesMethod · 0.80
create_tool_loopFunction · 0.80
create_tool_loop_previewFunction · 0.80

Calls 2

instanceFunction · 0.85
activeToolMethod · 0.45

Tested by

no test coverage detected