Lines Matching refs:DiagramItem
548 SelectAll(DiagramItem::M_BOX); in MessageReceived()
759 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in findFreePositionFor()
761 BRect r = ItemAt(i, DiagramItem::M_BOX)->Frame(); in findFreePositionFor()
788 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in findFreePositionFor()
790 BRect r = ItemAt(i, DiagramItem::M_BOX)->Frame(); in findFreePositionFor()
907 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in layoutChanged()
909 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(ItemAt(i, DiagramItem::M_BOX)); in layoutChanged()
923 SortItems(DiagramItem::M_BOX, compareID); in cleanUp()
926 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in cleanUp()
928 ItemAt(i, DiagramItem::M_BOX)->moveTo(BPoint(-200.0, -200.0)); in cleanUp()
932 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in cleanUp()
935 panel = dynamic_cast<MediaNodePanel *>(ItemAt(i, DiagramItem::M_BOX)); in cleanUp()
940 SortItems(DiagramItem::M_BOX, compareSelectionTime); in cleanUp()
1066 uint32 items = CountItems(DiagramItem::M_BOX); in importState()
1073 ItemAt(panelIndex, DiagramItem::M_BOX)); in importState()
1121 for(uint32 n = 0; n < CountItems(DiagramItem::M_BOX); ++n) { in exportState()
1123 ItemAt(n, DiagramItem::M_BOX)); in exportState()
1298 for (uint32 i = 0; i < CountItems(DiagramItem::M_BOX); i++) in _findPanelFor()
1300 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(ItemAt(i, DiagramItem::M_BOX)); in _findPanelFor()
1389 for (uint32 i = 0; i < CountItems(DiagramItem::M_WIRE); i++) in _findWireFor()
1391 MediaWire *wire = dynamic_cast<MediaWire *>(ItemAt(i, DiagramItem::M_WIRE)); in _findWireFor()
1576 if (SelectedType() == DiagramItem::M_BOX) in _changeCyclingForSelection()
1596 if (SelectedType() == DiagramItem::M_BOX) in _changeRunModeForSelection()
1619 if (SelectedType() == DiagramItem::M_BOX) { in _openInfoWindowsForSelection()
1628 else if (SelectedType() == DiagramItem::M_WIRE) { in _openInfoWindowsForSelection()
1642 if (SelectedType() != DiagramItem::M_BOX) { in _openParameterWindowsForSelection()
1662 if (SelectedType() != DiagramItem::M_BOX) { in _startControlPanelsForSelection()
1682 if (SelectedType() == DiagramItem::M_BOX) in _deleteSelection()
1699 else if (SelectedType() == DiagramItem::M_WIRE) in _deleteSelection()
1850 if (SelectedType() == DiagramItem::M_BOX) { in _broadcastSelection()