Lines Matching defs:BBox

28 struct BBox::LayoutData {
44 BBox::BBox(BRect frame, const char *name, uint32 resizingMode, uint32 flags,
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child)
70 BBox::BBox(border_style border, BView* child)
84 BBox::BBox(BMessage *archive)
92 BBox::~BBox()
101 BBox::Instantiate(BMessage *archive)
103 if (validate_instantiation(archive, "BBox"))
104 return new BBox(archive);
111 BBox::Archive(BMessage *archive, bool deep) const
129 BBox::SetBorder(border_style border)
146 BBox::Border() const
154 BBox::TopBorderOffset()
167 BBox::InnerFrame()
182 BBox::SetLabel(const char *string)
197 BBox::SetLabel(BView *viewLabel)
217 BBox::Label() const
224 BBox::LabelView() const
231 BBox::Draw(BRect updateRect)
275 BBox::AttachedToWindow()
294 BBox::DetachedFromWindow()
301 BBox::AllAttached()
308 BBox::AllDetached()
315 BBox::FrameResized(float width, float height)
360 BBox::MessageReceived(BMessage *message)
367 BBox::MouseDown(BPoint point)
374 BBox::MouseUp(BPoint point)
381 BBox::WindowActivated(bool active)
388 BBox::MouseMoved(BPoint point, uint32 transit, const BMessage *message)
395 BBox::FrameMoved(BPoint newLocation)
402 BBox::ResolveSpecifier(BMessage *message, int32 index,
411 BBox::ResizeToPreferred()
427 BBox::GetPreferredSize(float *_width, float *_height)
439 BBox::MakeFocus(bool focused)
446 BBox::GetSupportedSuites(BMessage *message)
453 BBox::Perform(perform_code code, void* _data)
458 = BBox::MinSize();
462 = BBox::MaxSize();
466 = BBox::PreferredSize();
470 = BBox::LayoutAlignment();
474 = BBox::HasHeightForWidth();
480 BBox::GetHeightForWidth(data->width, &data->min, &data->max,
487 BBox::SetLayout(data->layout);
494 BBox::LayoutInvalidated(data->descendants);
499 BBox::DoLayout();
509 BBox::MinSize()
519 BBox::MaxSize()
529 BBox::PreferredSize()
540 BBox::LayoutInvalidated(bool descendants)
547 BBox::DoLayout()
602 void BBox::_ReservedBox1() {}
603 void BBox::_ReservedBox2() {}
606 BBox &
607 BBox::operator=(const BBox &)
614 BBox::_InitObject(BMessage* archive)
656 BBox::_DrawPlain(BRect labelBox)
697 BBox::_DrawFancy(BRect labelBox)
766 BBox::_ClearLabel()
782 BBox::_Child() const
794 BBox::_ValidateLayoutData()
882 BBox* box, bool descendants)