MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / prevent_undo_or_redo

Method prevent_undo_or_redo

src/DrawingProgram/DrawingProgram.cpp:628–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628bool DrawingProgram::prevent_undo_or_redo() {
629 return drawTool->prevent_undo_or_redo();
630}
631
632std::pair<SkPaint, SkPaint> DrawingProgram::select_tool_line_paint(const DrawData& drawData) {
633 constexpr uint64_t INTERVAL_LENGTH = 10;

Callers 2

undo_with_checksMethod · 0.45
redo_with_checksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected