Lines Matching refs:BBox
29 struct BBox::LayoutData {
46 BBox::BBox(BRect frame, const char* name, uint32 resizingMode, uint32 flags, in BBox() function in BBox
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child) in BBox() function in BBox
68 BBox::BBox(border_style border, BView* child) in BBox() function in BBox
80 BBox::BBox(BMessage* archive) in BBox() function in BBox
89 BBox::~BBox() in ~BBox()
98 BBox::Instantiate(BMessage* archive) in Instantiate()
101 return new BBox(archive); in Instantiate()
108 BBox::Archive(BMessage* archive, bool deep) const in Archive()
126 BBox::SetBorder(border_style border) in SetBorder()
143 BBox::Border() const in Border()
151 BBox::TopBorderOffset() in TopBorderOffset()
164 BBox::InnerFrame() in InnerFrame()
179 BBox::SetLabel(const char* string) in SetLabel()
194 BBox::SetLabel(BView* viewLabel) in SetLabel()
214 BBox::Label() const in Label()
221 BBox::LabelView() const in LabelView()
228 BBox::Draw(BRect updateRect) in Draw()
276 BBox::AttachedToWindow() in AttachedToWindow()
298 BBox::DetachedFromWindow() in DetachedFromWindow()
305 BBox::AllAttached() in AllAttached()
312 BBox::AllDetached() in AllDetached()
319 BBox::FrameResized(float width, float height) in FrameResized()
366 BBox::MessageReceived(BMessage* message) in MessageReceived()
373 BBox::MouseDown(BPoint point) in MouseDown()
380 BBox::MouseUp(BPoint point) in MouseUp()
387 BBox::WindowActivated(bool active) in WindowActivated()
394 BBox::MouseMoved(BPoint point, uint32 transit, const BMessage* message) in MouseMoved()
401 BBox::FrameMoved(BPoint newLocation) in FrameMoved()
408 BBox::ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, in ResolveSpecifier()
416 BBox::ResizeToPreferred() in ResizeToPreferred()
432 BBox::GetPreferredSize(float* _width, float* _height) in GetPreferredSize()
444 BBox::MakeFocus(bool focused) in MakeFocus()
451 BBox::GetSupportedSuites(BMessage* message) in GetSupportedSuites()
458 BBox::Perform(perform_code code, void* _data) in Perform()
463 = BBox::MinSize(); in Perform()
467 = BBox::MaxSize(); in Perform()
471 = BBox::PreferredSize(); in Perform()
475 = BBox::LayoutAlignment(); in Perform()
479 = BBox::HasHeightForWidth(); in Perform()
485 BBox::GetHeightForWidth(data->width, &data->min, &data->max, in Perform()
492 BBox::SetLayout(data->layout); in Perform()
499 BBox::LayoutInvalidated(data->descendants); in Perform()
504 BBox::DoLayout(); in Perform()
514 BBox::MinSize() in MinSize()
526 BBox::MaxSize() in MaxSize()
536 BBox::PreferredSize() in PreferredSize()
547 BBox::LayoutAlignment() in LayoutAlignment()
558 BBox::LayoutInvalidated(bool descendants) in LayoutInvalidated()
565 BBox::DoLayout() in DoLayout()
623 void BBox::_ReservedBox1() {} in _ReservedBox1()
624 void BBox::_ReservedBox2() {} in _ReservedBox2()
627 BBox &
628 BBox::operator=(const BBox &) in operator =() argument
635 BBox::_InitObject(BMessage* archive) in _InitObject()
679 BBox::_DrawPlain(BRect labelBox) in _DrawPlain()
715 BBox::_DrawFancy(BRect labelBox) in _DrawFancy()
737 BBox::_ClearLabel() in _ClearLabel()
751 BBox::_Child() const in _Child()
763 BBox::_ValidateLayoutData() in _ValidateLayoutData()
861 BBox* box, bool descendants) in B_IF_GCC_2()