MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / Selection

Method Selection

src/decorators/BetterMultiSelection.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 int anchor;
30
31 Selection(int caret, int anchor) : caret(caret), anchor(anchor) {}
32
33 int start() const { return qMin(caret, anchor); }
34 int end() const { return qMax(caret, anchor); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected