Searched defs:SelectionRange (Results 1 – 1 of 1) sorted by relevance
86 struct SelectionRange { struct90 SelectionRange() noexcept : caret(), anchor() { in SelectionRange() function92 explicit SelectionRange(SelectionPosition single) noexcept : caret(single), anchor(single) { in SelectionRange() argument94 explicit SelectionRange(Sci::Position single) noexcept : caret(single), anchor(single) { in SelectionRange() argument96 …SelectionRange(SelectionPosition caret_, SelectionPosition anchor_) noexcept : caret(caret_), anch… in SelectionRange() argument98 …SelectionRange(Sci::Position caret_, Sci::Position anchor_) noexcept : caret(caret_), anchor(ancho… in SelectionRange() argument105 bool operator ==(const SelectionRange &other) const noexcept { argument131 bool Trim(SelectionRange range) noexcept; argument