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

Method getMask

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

Source from the content-addressed store, hash-verified

463
464 bool useMask() override { return m_useMask; }
465 Mask* getMask() override { return m_mask; }
466 void setMask(Mask* newMask) override {
467 m_transaction.execute(new cmd::SetMask(m_document, newMask));
468 }

Callers 3

setFinalStepMethod · 0.45
operator()Method · 0.45
transformPointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected