Searched refs:_ItemLayoutInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DSplitLayout.cpp427 if (ItemLayoutInfo* info = _ItemLayoutInfo(item))
460 if (ItemLayoutInfo* info = _ItemLayoutInfo(item))
468 return _ItemLayoutInfo(ItemAt(index))->isCollapsible;
490 _ItemLayoutInfo(ItemAt(i))->isCollapsible = collapsible;
497 return !_ItemLayoutInfo(ItemAt(index))->isVisible;
787 ItemLayoutInfo* info = _ItemLayoutInfo(item);
801 ItemLayoutInfo* info = _ItemLayoutInfo(item);
844 delete _ItemLayoutInfo(splitterItem);
848 delete _ItemLayoutInfo(item);
894 ItemLayoutInfo* previousInfo = _ItemLayoutInfo(ItemA
1216 BSplitLayout::_ItemLayoutInfo(BLayoutItem* item) const function in class:BSplitLayout
[all...]
H A DSplitLayout.h131 ItemLayoutInfo* _ItemLayoutInfo(BLayoutItem* item) const;

Completed in 47 milliseconds