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

Method getBrush

src/app/ui/editor/tool_loop_impl.cpp:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 // IToolLoop interface
192 tools::Tool* getTool() override { return m_tool; }
193 Brush* getBrush() override { return m_brush.get(); }
194 Document* getDocument() override { return m_document; }
195 Sprite* sprite() override { return m_sprite; }
196 Layer* getLayer() override { return m_layer; }

Callers 4

generateStrokesMethod · 0.80
prepareInkMethod · 0.80
BrushInkProcessingMethod · 0.80
preparePointShapeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected