SelectionPoint
fSelectionStart = fSelectionBase = fSelectionEnd = SelectionPoint(-1, -1);
SelectionPoint point = _SelectionPointAt(where);
SelectionPoint point = _SelectionPointAt(where);
SelectionPoint point = _SelectionPointAt(where);
SourceView::TextView::SelectionPoint
return SelectionPoint(line, offset);
SourceView::TextView::_SelectWordAt(const SelectionPoint& point, bool extend)
SourceView::TextView::_SelectLineAt(const SelectionPoint& point, bool extend)
bool operator==(const SelectionPoint& other)
SelectionPoint _SelectionPointAt(BPoint where) const;
void _SelectWordAt(const SelectionPoint& point,
void _SelectLineAt(const SelectionPoint& point,
SelectionPoint fSelectionStart;
SelectionPoint fSelectionEnd;
SelectionPoint fSelectionBase;
SelectionPoint fLastClickPoint;