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

/haiku/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/src/apps/haikudepot/textview/
H A DTextEditor.h50 void SetCaret(BPoint location, bool extendSelection);
H A DTextDocumentView.h68 void SetCaret(BPoint where, bool extendSelection);
H A DTextDocumentView.cpp166 bool extendSelection = (modifiers & B_SHIFT_KEY) != 0; local
167 SetCaret(where, extendSelection);
375 TextDocumentView::SetCaret(BPoint location, bool extendSelection) argument
383 fTextEditor->SetCaret(location, extendSelection);
384 _ShowCaret(!extendSelection);
H A DTextEditor.cpp106 TextEditor::SetCaret(BPoint location, bool extendSelection) argument
118 _SetCaretOffset(caretOffset, true, extendSelection, true);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h131 void SelectRow(int32 rowIndex, bool extendSelection);
H A DTreeTable.h182 bool extendSelection);
H A DTable.cpp454 Table::SelectRow(int32 rowIndex, bool extendSelection) argument
460 if (!extendSelection) {
H A DTreeTable.cpp773 TreeTable::SelectNode(const TreeTablePath& path, bool extendSelection) argument
779 if (!extendSelection) {
/haiku/src/kits/tracker/
H A DPoseView.h613 void AddRemoveSelectionRange(BPoint where, bool extendSelection,
616 void _BeginSelectionRect(const BPoint& point, bool extendSelection);
H A DPoseView.cpp7338 bool extendSelection = (modifiers() & B_COMMAND_KEY) != 0 local
7346 _BeginSelectionRect(where, extendSelection);
7410 bool extendSelection = (modifierKeys & B_COMMAND_KEY) != 0 local
7419 AddRemoveSelectionRange(where, extendSelection, pose);
7426 if (!extendSelection && WasDoubleClick(pose, where, buttons)
7446 if (!extendSelection || !fSelectionRectEnabled || !fMultipleSelection)
7929 BPoseView::AddRemoveSelectionRange(BPoint where, bool extendSelection, argument
7934 if (pose == fSelectionPivotPose && !extendSelection)
7939 bool select = !pose->IsSelected() || !extendSelection;
7945 if (!extendSelection) {
[all...]

Completed in 97 milliseconds