Searched refs:extendSelection (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h32 bool extendSelection);
34 bool extendSelection);
92 ListSelectionModel::SelectItem(int32 itemIndex, bool extendSelection) argument
94 return SelectItems(itemIndex, 1, extendSelection);
H A DListSelectionModel.cpp46 bool extendSelection)
51 if (extendSelection) {
45 SelectItems(int32 itemIndex, int32 count, bool extendSelection) argument
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.h129 void SelectRow(int32 rowIndex, bool extendSelection);
H A DTable.cpp440 Table::SelectRow(int32 rowIndex, bool extendSelection) argument
446 if (!extendSelection) {
H A DTreeTable.h180 bool extendSelection);
H A DTreeTable.cpp759 TreeTable::SelectNode(const TreeTablePath& path, bool extendSelection) argument
765 if (!extendSelection) {
/haiku-fatelf/src/kits/tracker/
H A DPoseView.h617 void AddRemoveSelectionRange(BPoint where, bool extendSelection,
620 void _BeginSelectionRect(const BPoint& point, bool extendSelection);
H A DPoseView.cpp7042 bool extendSelection = (modifiers() & B_COMMAND_KEY) && fMultipleSelection;
7049 _BeginSelectionRect(where, extendSelection);
7111 bool extendSelection = (modifs & B_COMMAND_KEY) && fMultipleSelection; local
7118 AddRemoveSelectionRange(where, extendSelection, pose);
7124 if (!extendSelection && !fTrackRightMouseUp && WasDoubleClick(pose, where)) {
7139 if (!extendSelection || !fSelectionRectEnabled || !fMultipleSelection)
7643 BPoseView::AddRemoveSelectionRange(BPoint where, bool extendSelection, BPose* pose) argument
7647 if ((pose == fSelectionPivotPose) && !extendSelection)
7652 bool select = !pose->IsSelected() || !extendSelection;
7658 if (!extendSelection) {
[all...]

Completed in 69 milliseconds