Searched refs:BViewLayoutItem (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/interface/
H A DViewLayoutItem.cpp18 const char* const kViewField = "BViewLayoutItem:view";
22 BViewLayoutItem::BViewLayoutItem(BView* view) function in class:BViewLayoutItem
30 BViewLayoutItem::BViewLayoutItem(BMessage* from) function in class:BViewLayoutItem
42 BViewLayoutItem::~BViewLayoutItem()
48 BViewLayoutItem::MinSize()
55 BViewLayoutItem::MaxSize()
62 BViewLayoutItem
[all...]
H A DViewLayoutItem.h11 class BViewLayoutItem : public BLayoutItem { class in inherits:BLayoutItem
13 BViewLayoutItem(BView* view);
14 BViewLayoutItem(BMessage* from);
15 virtual ~BViewLayoutItem();
H A DViewPort.cpp41 if (BViewLayoutItem* item = dynamic_cast<BViewLayoutItem*>(ItemAt(0)))
H A DLayoutUtils.cpp323 if (BViewLayoutItem* viewItem = dynamic_cast<BViewLayoutItem*>(item)) {
H A DLayout.cpp138 item = new(nothrow) BViewLayoutItem(child);
H A DGridLayout.cpp412 BLayoutItem* item = new BViewLayoutItem(child);
/haiku/src/libs/alm/
H A DALMLayout.cpp1466 return new(std::nothrow) BViewLayoutItem(view);

Completed in 84 milliseconds