Lines Matching defs:BRadioButton

11 	BRadioButton represents a single on/off button. 
12 All sibling BRadioButton objects comprise a single
27 BRadioButton::BRadioButton(BRect frame, const char* name, const char* label,
40 BRadioButton::BRadioButton(const char* name, const char* label,
48 BRadioButton::BRadioButton(const char* label, BMessage* message)
56 BRadioButton::BRadioButton(BMessage* archive)
63 BRadioButton::~BRadioButton()
69 BRadioButton::Instantiate(BMessage* archive)
71 if (validate_instantiation(archive, "BRadioButton"))
72 return new BRadioButton(archive);
79 BRadioButton::Archive(BMessage* archive, bool deep) const
86 BRadioButton::Draw(BRect updateRect)
233 BRadioButton::MouseDown(BPoint point)
276 BRadioButton::AttachedToWindow()
283 BRadioButton::KeyDown(const char* bytes, int32 numBytes)
307 BRadioButton::SetValue(int32 value)
341 BRadioButton* radio = dynamic_cast<BRadioButton*>(child);
350 radio = dynamic_cast<BRadioButton*>(box->LabelView());
365 BRadioButton::GetPreferredSize(float* _width, float* _height)
387 BRadioButton::ResizeToPreferred()
394 BRadioButton::Invoke(BMessage* message)
401 BRadioButton::MessageReceived(BMessage* message)
408 BRadioButton::WindowActivated(bool active)
415 BRadioButton::MouseUp(BPoint point)
433 BRadioButton::MouseMoved(BPoint point, uint32 transit, const BMessage* message)
448 BRadioButton::DetachedFromWindow()
455 BRadioButton::FrameMoved(BPoint newLocation)
462 BRadioButton::FrameResized(float width, float height)
470 BRadioButton::ResolveSpecifier(BMessage* message, int32 index,
479 BRadioButton::MakeFocus(bool focused)
486 BRadioButton::AllAttached()
493 BRadioButton::AllDetached()
500 BRadioButton::GetSupportedSuites(BMessage* message)
507 BRadioButton::Perform(perform_code code, void* _data)
512 = BRadioButton::MinSize();
516 = BRadioButton::MaxSize();
520 = BRadioButton::PreferredSize();
524 = BRadioButton::LayoutAlignment();
528 = BRadioButton::HasHeightForWidth();
534 BRadioButton::GetHeightForWidth(data->width, &data->min, &data->max,
541 BRadioButton::SetLayout(data->layout);
548 BRadioButton::LayoutInvalidated(data->descendants);
553 BRadioButton::DoLayout();
563 BRadioButton::MaxSize()
575 void BRadioButton::_ReservedRadioButton1() {}
576 void BRadioButton::_ReservedRadioButton2() {}
579 BRadioButton&
580 BRadioButton::operator=(const BRadioButton &)
587 BRadioButton::_KnobFrame() const
596 BRadioButton::_KnobFrame(const font_height& fontHeight) const
622 BRadioButton::_Redraw()