Home
last modified time | relevance | path

Searched defs:SelectionSegment (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DSelection.h58 struct SelectionSegment { struct
61 SelectionSegment() noexcept : start(), end() { in SelectionSegment() argument
63 SelectionSegment(SelectionPosition a, SelectionPosition b) noexcept { in SelectionSegment() argument
72 bool Empty() const noexcept { in Empty()
75 Sci::Position Length() const noexcept { in Length()
78 void Extend(SelectionPosition p) noexcept { in Extend()