Symbol: SelectionPoint
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1148
fSelectionStart = fSelectionBase = fSelectionEnd = SelectionPoint(-1, -1);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1384
SelectionPoint point = _SelectionPointAt(where);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1459
SelectionPoint point = _SelectionPointAt(where);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1543
SelectionPoint point = _SelectionPointAt(where);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1647
SourceView::TextView::SelectionPoint
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1673
return SelectionPoint(line, offset);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1768
SourceView::TextView::_SelectWordAt(const SelectionPoint& point, bool extend)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1818
SourceView::TextView::_SelectLineAt(const SelectionPoint& point, bool extend)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
342
bool operator==(const SelectionPoint& other)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
369
SelectionPoint _SelectionPointAt(BPoint where) const;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
373
void _SelectWordAt(const SelectionPoint& point,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
375
void _SelectLineAt(const SelectionPoint& point,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
401
SelectionPoint fSelectionStart;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
402
SelectionPoint fSelectionEnd;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
403
SelectionPoint fSelectionBase;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
404
SelectionPoint fLastClickPoint;