Lines Matching defs:BScrollView

29 BScrollView::BScrollView(const char* name, BView* target, uint32 resizingMode,
40 BScrollView::BScrollView(const char* name, BView* target, uint32 flags,
51 BScrollView::BScrollView(BMessage* archive)
97 BScrollView::~BScrollView()
106 BScrollView::Instantiate(BMessage* archive)
108 if (validate_instantiation(archive, "BScrollView"))
109 return new BScrollView(archive);
116 BScrollView::Archive(BMessage* archive, bool deep) const
139 BScrollView::AllUnarchived(const BMessage* archive)
186 BScrollView::AttachedToWindow()
216 BScrollView::DetachedFromWindow()
223 BScrollView::AllAttached()
230 BScrollView::AllDetached()
237 BScrollView::Draw(BRect updateRect)
261 BScrollView::FrameMoved(BPoint newPosition)
268 BScrollView::FrameResized(float newWidth, float newHeight)
353 BScrollView::MessageReceived(BMessage* message)
360 BScrollView::MouseDown(BPoint where)
367 BScrollView::MouseMoved(BPoint where, uint32 code,
375 BScrollView::MouseUp(BPoint where)
382 BScrollView::WindowActivated(bool active)
395 BScrollView::GetPreferredSize(float* _width, float* _height)
408 BScrollView::ResizeToPreferred()
417 BScrollView::MakeFocus(bool focus)
424 BScrollView::MinSize()
434 BScrollView::MaxSize()
444 BScrollView::PreferredSize()
453 // #pragma mark - BScrollView methods
457 BScrollView::ScrollBar(orientation direction) const
467 BScrollView::SetBorder(border_style border)
527 BScrollView::Border() const
534 BScrollView::SetBorders(uint32 borders)
546 BScrollView::Borders() const
553 BScrollView::SetBorderHighlighted(bool highlight)
584 BScrollView::IsBorderHighlighted() const
591 BScrollView::SetTarget(BView* target)
629 BScrollView::Target() const
640 BScrollView::ResolveSpecifier(BMessage* message, int32 index,
648 BScrollView::GetSupportedSuites(BMessage* message)
658 BScrollView::Perform(perform_code code, void* _data)
663 = BScrollView::MinSize();
668 = BScrollView::MaxSize();
673 = BScrollView::PreferredSize();
678 = BScrollView::LayoutAlignment();
683 = BScrollView::HasHeightForWidth();
690 BScrollView::GetHeightForWidth(data->width, &data->min, &data->max,
698 BScrollView::SetLayout(data->layout);
706 BScrollView::LayoutInvalidated(data->descendants);
712 BScrollView::DoLayout();
725 BScrollView::LayoutInvalidated(bool descendants)
731 BScrollView::DoLayout()
760 BScrollView::_Init(bool horizontal, bool vertical)
820 BScrollView::_BorderSize() const
827 BScrollView::_InnerFrame() const
850 BScrollView::_ComputeSize(BSize targetSize) const
860 BScrollView::_ComputeFrame(BRect targetRect) const
868 BScrollView::_AlignScrollBars(bool horizontal, bool vertical, BRect targetFrame)
916 BScrollView::_ComputeFrame(BRect frame, BScrollBar* horizontal,
948 BScrollView::_ComputeFrame(BView *target, BScrollBar* horizontal,
959 BScrollView::_BorderSize(border_style border)
974 BScrollView::_ModifyFlags(uint32 flags, BView* target, border_style border)
992 BScrollView::_InsetBorders(BRect& frame, border_style border, uint32 borders, bool expand)
1011 BScrollView&
1012 BScrollView::operator=(const BScrollView &)
1018 void BScrollView::_ReservedScrollView1() {}
1019 void BScrollView::_ReservedScrollView2() {}
1020 void BScrollView::_ReservedScrollView3() {}
1021 void BScrollView::_ReservedScrollView4() {}
1026 _ZN11BScrollView16InvalidateLayoutEb)(BScrollView* view, bool descendants)