Lines Matching defs:BScrollBar

75 class BScrollBar::Private {
77 Private(BScrollBar* scrollBar)
116 void DrawScrollBarButton(BScrollBar* owner, arrow_direction direction,
123 BScrollBar* fScrollBar;
154 BScrollBar::Private::button_repeater_thread(void* data)
156 BScrollBar::Private* privateData = (BScrollBar::Private*)data;
162 BScrollBar::Private::ButtonRepeaterThread()
203 // #pragma mark - BScrollBar
206 BScrollBar::BScrollBar(BRect frame, const char* name, BView* target,
222 fPrivateData = new BScrollBar::Private(this);
236 BScrollBar::BScrollBar(const char* name, BView* target,
251 fPrivateData = new BScrollBar::Private(this);
261 BScrollBar::BScrollBar(BMessage* data)
266 fPrivateData = new BScrollBar::Private(this);
306 BScrollBar::~BScrollBar()
314 BScrollBar::Instantiate(BMessage* data)
316 if (validate_instantiation(data, "BScrollBar"))
317 return new BScrollBar(data);
323 BScrollBar::Archive(BMessage* data, bool deep) const
360 BScrollBar::AllAttached()
367 BScrollBar::AllDetached()
374 BScrollBar::AttachedToWindow()
381 BScrollBar::DetachedFromWindow()
388 BScrollBar::Draw(BRect updateRect)
524 BScrollBar::FrameMoved(BPoint newPosition)
531 BScrollBar::FrameResized(float newWidth, float newHeight)
538 BScrollBar::MessageReceived(BMessage* message)
575 BScrollBar::MouseDown(BPoint where)
679 BScrollBar::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
715 BScrollBar::MouseUp(BPoint where)
729 BScrollBar::WindowActivated(bool active)
737 BScrollBar::SetValue(float value)
750 TRACE("BScrollBar(%s)::SetValue(%.1f)\n", Name(), value);
762 BScrollBar::Value() const
769 BScrollBar::ValueChanged(float newValue)
771 TRACE("BScrollBar(%s)::ValueChanged(%.1f)\n", Name(), newValue);
792 BScrollBar::SetProportion(float value)
802 TRACE("BScrollBar(%s)::SetProportion(%.1f)\n", Name(), value);
820 BScrollBar::Proportion() const
827 BScrollBar::SetRange(float min, float max)
841 TRACE("BScrollBar(%s)::SetRange(min=%.1f, max=%.1f)\n", Name(), min, max);
856 BScrollBar::GetRange(float* min, float* max) const
867 BScrollBar::SetSteps(float smallStep, float largeStep)
881 TRACE("BScrollBar(%s)::SetSteps(small=%.1f, large=%.1f)\n", Name(),
900 BScrollBar::GetSteps(float* smallStep, float* largeStep) const
911 BScrollBar::SetTarget(BView* target)
932 BScrollBar::SetTarget(const char* targetName)
950 BScrollBar::Target() const
957 BScrollBar::SetOrientation(orientation direction)
969 BScrollBar::Orientation() const
976 BScrollBar::SetBorderHighlighted(bool highlight)
996 BScrollBar::GetPreferredSize(float* _width, float* _height)
1015 BScrollBar::ResizeToPreferred()
1023 BScrollBar::MakeFocus(bool focus)
1030 BScrollBar::MinSize()
1037 BScrollBar::MaxSize()
1050 BScrollBar::PreferredSize()
1059 BScrollBar::GetSupportedSuites(BMessage* message)
1066 BScrollBar::ResolveSpecifier(BMessage* message, int32 index,
1074 BScrollBar::Perform(perform_code code, void* _data)
1079 = BScrollBar::MinSize();
1085 = BScrollBar::MaxSize();
1091 = BScrollBar::PreferredSize();
1097 = BScrollBar::LayoutAlignment();
1103 = BScrollBar::HasHeightForWidth();
1111 BScrollBar::GetHeightForWidth(data->width, &data->min, &data->max,
1120 BScrollBar::SetLayout(data->layout);
1129 BScrollBar::LayoutInvalidated(data->descendants);
1136 BScrollBar::DoLayout();
1146 void BScrollBar::_ReservedScrollBar1() {}
1147 void BScrollBar::_ReservedScrollBar2() {}
1148 void BScrollBar::_ReservedScrollBar3() {}
1149 void BScrollBar::_ReservedScrollBar4() {}
1152 BScrollBar&
1153 BScrollBar::operator=(const BScrollBar&)
1160 BScrollBar::_DoubleArrows() const
1178 BScrollBar::_UpdateThumbFrame()
1273 BScrollBar::_ValueFor(BPoint where) const
1316 BScrollBar::_ButtonFor(BPoint where) const
1367 BScrollBar::_ButtonRectFor(int32 button) const
1420 BScrollBar::_UpdateTargetValue(BPoint where)
1433 BScrollBar::_UpdateArrowButtons()
1454 control_scrollbar(scroll_bar_info* info, BScrollBar* bar)
1496 BScrollBar::_MinSize() const