Home
last modified time | relevance | path

Searched refs:isSelectable (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h228 bool isSelectable() const in isSelectable() function
H A DDiagramWire.cpp179 if (isSelectable()) in MouseDown()
H A DDiagramEndPoint.cpp119 if (isSelectable()) in MouseDown()
H A DDiagramBox.cpp177 if (isSelectable()) { in MouseDown()
H A DDiagramItemGroup.cpp468 if (which && !which->isSelected() && which->isSelectable()) { in SelectItem()