Lines Matching defs:BBox

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