Lines Matching refs:BScrollView

21 BScrollView::BScrollView(const char *name, BView *target, uint32 resizingMode,
32 BScrollView::BScrollView(const char* name, BView* target, uint32 flags,
42 BScrollView::BScrollView(BMessage *archive)
83 BScrollView::~BScrollView()
92 BScrollView::Instantiate(BMessage* archive)
94 if (validate_instantiation(archive, "BScrollView"))
95 return new BScrollView(archive);
102 BScrollView::Archive(BMessage* archive, bool deep) const
125 BScrollView::AttachedToWindow()
153 BScrollView::DetachedFromWindow()
160 BScrollView::AllAttached()
167 BScrollView::AllDetached()
174 BScrollView::Draw(BRect updateRect)
233 BScrollView::WindowActivated(bool active)
243 BScrollView::MakeFocus(bool state)
253 BScrollView::GetPreferredSize(float *_width, float *_height)
265 BScrollView::MinSize()
275 BScrollView::MaxSize()
285 BScrollView::PreferredSize()
295 BScrollView::ResizeToPreferred()
304 BScrollView::FrameMoved(BPoint position)
311 BScrollView::FrameResized(float width, float height)
371 BScrollView::MessageReceived(BMessage* message)
381 BScrollView::MouseDown(BPoint point)
388 BScrollView::MouseUp(BPoint point)
395 BScrollView::MouseMoved(BPoint point, uint32 code, const BMessage *dragMessage)
405 BScrollView::ScrollBar(orientation posture) const
415 BScrollView::SetBorder(border_style border)
478 BScrollView::Border() const
485 BScrollView::SetBorderHighlighted(bool state)
517 BScrollView::IsBorderHighlighted() const
524 BScrollView::SetTarget(BView *target)
557 BScrollView::Target() const
568 BScrollView::ResolveSpecifier(BMessage* msg, int32 index, BMessage* specifier,
576 BScrollView::GetSupportedSuites(BMessage *data)
583 BScrollView::Perform(perform_code code, void* _data)
588 = BScrollView::MinSize();
592 = BScrollView::MaxSize();
596 = BScrollView::PreferredSize();
600 = BScrollView::LayoutAlignment();
604 = BScrollView::HasHeightForWidth();
610 BScrollView::GetHeightForWidth(data->width, &data->min, &data->max,
617 BScrollView::SetLayout(data->layout);
624 BScrollView::LayoutInvalidated(data->descendants);
629 BScrollView::DoLayout();
639 BScrollView::LayoutInvalidated(bool descendants)
645 BScrollView::DoLayout()
676 BScrollView::_Init(bool horizontal, bool vertical)
729 BScrollView::_BorderSize() const
736 BScrollView::_InnerFrame() const
759 BScrollView::_ComputeSize(BSize targetSize) const
769 BScrollView::_ComputeFrame(BRect targetRect) const
777 BScrollView::_AlignScrollBars(bool horizontal, bool vertical, BRect targetFrame)
825 BScrollView::_ComputeFrame(BRect frame, bool horizontal, bool vertical,
848 BScrollView::_ComputeFrame(BView *target, bool horizontal, bool vertical,
859 BScrollView::_BorderSize(border_style border)
874 BScrollView::_ModifyFlags(int32 flags, border_style border)
888 BScrollView &
889 BScrollView::operator=(const BScrollView &)
895 void BScrollView::_ReservedScrollView1() {}
896 void BScrollView::_ReservedScrollView2() {}
897 void BScrollView::_ReservedScrollView3() {}
898 void BScrollView::_ReservedScrollView4() {}
903 _ZN11BScrollView16InvalidateLayoutEb)(BScrollView* view, bool descendants)