Lines Matching refs:BAbstractLayout
25 struct BAbstractLayout::Proxy {
63 struct BAbstractLayout::DataProxy : Proxy {
182 struct BAbstractLayout::ViewProxy : Proxy {
271 BAbstractLayout::BAbstractLayout() in BAbstractLayout() function in BAbstractLayout
273 fExplicitData(new BAbstractLayout::DataProxy()) in BAbstractLayout()
278 BAbstractLayout::BAbstractLayout(BMessage* from) in BAbstractLayout() function in BAbstractLayout
287 BAbstractLayout::~BAbstractLayout() in ~BAbstractLayout()
294 BAbstractLayout::MinSize() in MinSize()
301 BAbstractLayout::MaxSize() in MaxSize()
308 BAbstractLayout::PreferredSize() in PreferredSize()
316 BAbstractLayout::Alignment() in Alignment()
324 BAbstractLayout::SetExplicitMinSize(BSize size) in SetExplicitMinSize()
331 BAbstractLayout::SetExplicitMaxSize(BSize size) in SetExplicitMaxSize()
338 BAbstractLayout::SetExplicitPreferredSize(BSize size) in SetExplicitPreferredSize()
345 BAbstractLayout::SetExplicitAlignment(BAlignment alignment) in SetExplicitAlignment()
352 BAbstractLayout::BaseMinSize() in BaseMinSize()
359 BAbstractLayout::BaseMaxSize() in BaseMaxSize()
366 BAbstractLayout::BasePreferredSize() in BasePreferredSize()
373 BAbstractLayout::BaseAlignment() in BaseAlignment()
380 BAbstractLayout::Frame() in Frame()
387 BAbstractLayout::SetFrame(BRect frame) in SetFrame()
398 BAbstractLayout::IsVisible() in IsVisible()
405 BAbstractLayout::SetVisible(bool visible) in SetVisible()
417 BAbstractLayout::Archive(BMessage* into, bool deep) const in Archive()
427 BAbstractLayout::AllArchived(BMessage* archive) const in AllArchived()
434 BAbstractLayout::AllUnarchived(const BMessage* from) in AllUnarchived()
445 BAbstractLayout::ItemArchived(BMessage* into, BLayoutItem* item, in ItemArchived()
453 BAbstractLayout::ItemUnarchived(const BMessage* from, BLayoutItem* item, in ItemUnarchived()
461 BAbstractLayout::ItemAdded(BLayoutItem* item, int32 atIndex) in ItemAdded()
468 BAbstractLayout::ItemRemoved(BLayoutItem* item, int32 fromIndex) in ItemRemoved()
475 BAbstractLayout::LayoutInvalidated(bool children) in LayoutInvalidated()
482 BAbstractLayout::OwnerChanged(BView* was) in OwnerChanged()
495 BAbstractLayout::AttachedToLayout() in AttachedToLayout()
502 BAbstractLayout::DetachedFromLayout(BLayout* layout) in DetachedFromLayout()
509 BAbstractLayout::AncestorVisibilityChanged(bool shown) in AncestorVisibilityChanged()
528 BAbstractLayout::Perform(perform_code code, void* _data) in Perform()
534 void BAbstractLayout::_ReservedAbstractLayout1() {} in _ReservedAbstractLayout1()
535 void BAbstractLayout::_ReservedAbstractLayout2() {} in _ReservedAbstractLayout2()
536 void BAbstractLayout::_ReservedAbstractLayout3() {} in _ReservedAbstractLayout3()
537 void BAbstractLayout::_ReservedAbstractLayout4() {} in _ReservedAbstractLayout4()
538 void BAbstractLayout::_ReservedAbstractLayout5() {} in _ReservedAbstractLayout5()
539 void BAbstractLayout::_ReservedAbstractLayout6() {} in _ReservedAbstractLayout6()
540 void BAbstractLayout::_ReservedAbstractLayout7() {} in _ReservedAbstractLayout7()
541 void BAbstractLayout::_ReservedAbstractLayout8() {} in _ReservedAbstractLayout8()
542 void BAbstractLayout::_ReservedAbstractLayout9() {} in _ReservedAbstractLayout9()
543 void BAbstractLayout::_ReservedAbstractLayout10() {} in _ReservedAbstractLayout10()