Lines Matching refs:BAbstractLayoutItem

15 	const char* const kSizesField = "BAbstractLayoutItem:sizes";
17 const char* const kAlignmentField = "BAbstractLayoutItem:alignment";
21 BAbstractLayoutItem::BAbstractLayoutItem()
31 BAbstractLayoutItem::BAbstractLayoutItem(BMessage* from)
46 BAbstractLayoutItem::~BAbstractLayoutItem()
52 BAbstractLayoutItem::MinSize()
59 BAbstractLayoutItem::MaxSize()
66 BAbstractLayoutItem::PreferredSize()
73 BAbstractLayoutItem::Alignment()
80 BAbstractLayoutItem::SetExplicitMinSize(BSize size)
87 BAbstractLayoutItem::SetExplicitMaxSize(BSize size)
94 BAbstractLayoutItem::SetExplicitPreferredSize(BSize size)
101 BAbstractLayoutItem::SetExplicitAlignment(BAlignment alignment)
108 BAbstractLayoutItem::BaseMinSize()
115 BAbstractLayoutItem::BaseMaxSize()
122 BAbstractLayoutItem::BasePreferredSize()
129 BAbstractLayoutItem::BaseAlignment()
136 BAbstractLayoutItem::Archive(BMessage* into, bool deep) const
158 BAbstractLayoutItem::AllUnarchived(const BMessage* archive)
165 BAbstractLayoutItem::AllArchived(BMessage* archive) const
172 BAbstractLayoutItem::LayoutInvalidated(bool children)
179 BAbstractLayoutItem::AttachedToLayout()
186 BAbstractLayoutItem::DetachedFromLayout(BLayout* layout)
193 BAbstractLayoutItem::AncestorVisibilityChanged(bool shown)
200 BAbstractLayoutItem::Perform(perform_code d, void* arg)
206 void BAbstractLayoutItem::_ReservedAbstractLayoutItem1() {}
207 void BAbstractLayoutItem::_ReservedAbstractLayoutItem2() {}
208 void BAbstractLayoutItem::_ReservedAbstractLayoutItem3() {}
209 void BAbstractLayoutItem::_ReservedAbstractLayoutItem4() {}
210 void BAbstractLayoutItem::_ReservedAbstractLayoutItem5() {}
211 void BAbstractLayoutItem::_ReservedAbstractLayoutItem6() {}
212 void BAbstractLayoutItem::_ReservedAbstractLayoutItem7() {}
213 void BAbstractLayoutItem::_ReservedAbstractLayoutItem8() {}
214 void BAbstractLayoutItem::_ReservedAbstractLayoutItem9() {}
215 void BAbstractLayoutItem::_ReservedAbstractLayoutItem10() {}