Searched refs:itemType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.h75 void SortItems(uint32 itemType,
99 bool SelectAll(uint32 itemType = DiagramItem::M_ANY);
100 bool DeselectAll(uint32 itemType = DiagramItem::M_ANY);
H A DDiagramItem.cpp54 uint32 itemType)
55 : m_type(itemType),
53 DiagramItem( uint32 itemType) argument
H A DDiagramItemGroup.cpp520 //! Selects all items of the given \param itemType
522 DiagramItemGroup::SelectAll(uint32 itemType) argument
526 if (fTypes & itemType) {
527 for (uint32 i = 0; i < CountItems(itemType); i++) {
528 if (SelectItem(ItemAt(i, itemType), false))
537 //! Deselects all items of the given \param itemType
539 DiagramItemGroup::DeselectAll(uint32 itemType) argument
543 if (fTypes & itemType) {
544 for (uint32 i = 0; i < CountItems(itemType); i++) {
545 if (DeselectItem(ItemAt(i, itemType)))
[all...]
H A DDiagramItem.h83 uint32 itemType);

Completed in 66 milliseconds