Home
last modified time | relevance | path

Searched refs:isDraggable (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h235 bool isDraggable() const in isDraggable() function
H A DDiagramEndPoint.cpp134 if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON)) in MouseDown()
H A DDiagramBox.cpp187 if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON)) { in MouseDown()
H A DDiagramItemGroup.cpp579 if (item->isDraggable()) in DragSelectionBy()