Searched refs:deselectOthers (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.h96 bool SelectItem(DiagramItem* which, bool deselectOthers = true);
H A DDiagramItemGroup.cpp464 DiagramItemGroup::SelectItem(DiagramItem* which, bool deselectOthers) argument
473 deselectOthers = true;
477 if (deselectOthers || !fMultiSelection) {
483 if (deselectOthers || CountSelectedItems() == 0)
H A DDiagramView.cpp181 bool deselectOthers = true; local
182 message->FindBool("replace", &deselectOthers);
183 if (item->isSelected() && !deselectOthers && MultipleSelection())
190 else if (SelectItem(item, deselectOthers))

Completed in 173 milliseconds