Home
last modified time | relevance | path

Searched refs:SetLayoutData (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DLayoutItem.h55 void SetLayoutData(void* data);
/haiku/src/kits/interface/
H A DGroupLayout.cpp250 item->SetLayoutData(new(nothrow) ItemLayoutData); in ItemAdded()
259 item->SetLayoutData(NULL); in ItemRemoved()
H A DLayoutItem.cpp119 BLayoutItem::SetLayoutData(void* data) in SetLayoutData() function in BLayoutItem
H A DGridLayout.cpp590 item->SetLayoutData(new(nothrow) ItemLayoutData); in ItemAdded()
600 item->SetLayoutData(NULL); in ItemRemoved()
H A DSplitLayout.cpp828 splitter->SetLayoutData(splitterInfo); in ItemAdded()
832 item->SetLayoutData(itemInfo); in ItemAdded()
849 item->SetLayoutData(NULL); in ItemRemoved()
/haiku/src/libs/alm/
H A DALMLayout.cpp1292 item->SetLayoutData(new(std::nothrow) Area(item)); in ItemAdded()
1302 item->SetLayoutData(NULL); in ItemRemoved()
/haiku/docs/user/interface/
H A DLayout.dox570 to \a item via BLayoutItem::SetLayoutData().
589 via BLayoutItem::SetLayoutData().
H A DLayoutItem.dox389 \fn void BLayoutItem::SetLayoutData(void* data)