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

Method getInk

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

Source from the content-addressed store, hash-verified

238 void setSpeed(const gfx::Point& speed) override { m_speed = speed; }
239 gfx::Point getSpeed() override { return m_speed; }
240 tools::Ink* getInk() override { return m_ink.get(); }
241 tools::Controller* getController() override { return m_controller; }
242 tools::PointShape* getPointShape() override { return m_pointShape; }
243 tools::Intertwine* getIntertwine() override { return m_intertwine; }

Callers 12

updateForToolMethod · 0.45
activeBrushMethod · 0.45
getCurrentKeyContextMethod · 0.45
getCurrentQuicktoolMethod · 0.45
initToolLoopMethod · 0.45
onMouseUpMethod · 0.45
onSetCursorMethod · 0.45
updateQuicktoolMethod · 0.45
showMethod · 0.45
onActiveToolChangeMethod · 0.45
acceptQuickToolMethod · 0.45
onActiveToolChangeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected