Symbol: _Select
headers/os/interface/ListView.h
177
bool _Select(int32 index, bool extend);
headers/os/interface/ListView.h
178
bool _Select(int32 from, int32 to, bool extend);
src/apps/icon-o-matic/shape/PathManipulator.cpp
1236
_Select(fCurrentPathPoint, fShiftDown);
src/apps/icon-o-matic/shape/PathManipulator.cpp
1294
_Select(fCurrentPathPoint, fShiftDown);
src/apps/icon-o-matic/shape/PathManipulator.cpp
450
_Select(fCurrentPathPoint, fShiftDown);
src/apps/icon-o-matic/shape/PathManipulator.cpp
524
_Select(fCurrentPathPoint, appendSelection);
src/apps/icon-o-matic/shape/PathManipulator.cpp
618
_Select(r);
src/apps/icon-o-matic/shape/PathManipulator.cpp
692
_Select(fCurrentPathPoint, fShiftDown);
src/apps/icon-o-matic/shape/PathManipulator.cpp
759
_Select(fCurrentPathPoint, false);
src/apps/icon-o-matic/shape/PathManipulator.cpp
861
_Select(indices, count);
src/apps/icon-o-matic/shape/PathManipulator.h
115
void _Select(BRect canvasRect);
src/apps/icon-o-matic/shape/PathManipulator.h
116
void _Select(int32 index, bool extend = false);
src/apps/icon-o-matic/shape/PathManipulator.h
117
void _Select(const int32* indices,
src/apps/icon-o-matic/shape/commands/AddPointCommand.cpp
72
_Select(fOldSelection, fOldSelectionCount);
src/apps/icon-o-matic/shape/commands/AddPointCommand.cpp
94
_Select(&fIndex, 1);
src/apps/icon-o-matic/shape/commands/ChangePointCommand.cpp
106
_Select(fOldSelection, fOldSelectionCount);
src/apps/icon-o-matic/shape/commands/ChangePointCommand.cpp
120
_Select(&fIndex, 1);
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.cpp
105
_Select(fIndex, fCount);
src/apps/icon-o-matic/shape/commands/InsertPointCommand.cpp
121
_Select(&fIndex, 1);
src/apps/icon-o-matic/shape/commands/InsertPointCommand.cpp
90
_Select(fOldSelection, fOldSelectionCount);
src/apps/icon-o-matic/shape/commands/PathCommand.h
32
void _Select(const int32* indices, int32 count,
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
124
_Select(fIndex, fCount);
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
155
_Select(fOldSelection, fOldSelectionCount);
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.cpp
148
_Select(fIndex, fCount);
src/apps/terminal/TermView.cpp
2705
_Select(pos, end, false, !useInitialSelection);
src/apps/terminal/TermView.cpp
2707
_Select(start, pos, false, !useInitialSelection);
src/apps/terminal/TermView.cpp
2709
_Select(start, end, false, false);
src/apps/terminal/TermView.cpp
2752
_Select(start, end, false, false);
src/apps/terminal/TermView.cpp
2754
_Select(start, end, false, !useInitialSelection);
src/apps/terminal/TermView.cpp
2774
_Select(start, end, false, false);
src/apps/terminal/TermView.cpp
2776
_Select(start, end, false, !useInitialSelection);
src/apps/terminal/TermView.cpp
2908
_Select(matchStart, matchEnd, false, true);
src/apps/terminal/TermView.cpp
951
_Select(TermPos(0, -fTextBuffer->HistorySize()),
src/apps/terminal/TermView.h
238
void _Select(TermPos start, TermPos end,
src/apps/terminal/TermViewStates.cpp
652
fView->_Select(fView->fInitialSelectionStart,
src/kits/interface/ListView.cpp
1269
if (_Select(index, extend)) {
src/kits/interface/ListView.cpp
1279
if (_Select(start, finish, extend)) {