Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp87 if (fEndPoints && (fTypes & DiagramItem::M_ENDPOINT)) { in ~DiagramItemGroup()
121 if (whichType & DiagramItem::M_ENDPOINT) { in CountItems()
154 if (whichType & DiagramItem::M_ENDPOINT) { in ItemAt()
155 if (fEndPoints && (index < CountItems(DiagramItem::M_ENDPOINT))) in ItemAt()
204 if (fTypes & DiagramItem::M_ENDPOINT) { in ItemUnder()
205 for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) { in ItemUnder()
206 DiagramItem *item = ItemAt(i, DiagramItem::M_ENDPOINT); in ItemUnder()
241 case DiagramItem::M_ENDPOINT: in AddItem()
283 case DiagramItem::M_ENDPOINT: in RemoveItem()
317 case DiagramItem::M_ENDPOINT: in SortItems()
[all …]
H A DDiagramBox.cpp62 DiagramItemGroup(DiagramItem::M_ENDPOINT), in DiagramBox()
319 for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) { in _SetOwner()
H A DDiagramItem.h76 M_ENDPOINT = 0x4, enumerator
H A DDiagramEndPoint.cpp54 : DiagramItem(DiagramItem::M_ENDPOINT), in DiagramEndPoint()
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp376 SortItems(DiagramItem::M_ENDPOINT, &compareTypeAndID); in arrangeIOJacks()