Searched refs:descendants (Results 1 - 25 of 42) sorted by path

12

/haiku/headers/os/interface/
H A DBox.h75 virtual void LayoutInvalidated(bool descendants = false);
H A DButton.h87 virtual void LayoutInvalidated(bool descendants = false);
H A DCheckBox.h77 virtual void LayoutInvalidated(bool descendants = false);
H A DSlider.h163 virtual void LayoutInvalidated(bool descendants);
H A DStringView.h68 virtual void LayoutInvalidated(bool descendants = false);
H A DTextControl.h99 virtual void LayoutInvalidated(bool descendants);
H A DMenu.h144 virtual void LayoutInvalidated(bool descendants);
H A DMenuField.h98 virtual void LayoutInvalidated(bool descendants);
H A DScrollView.h86 virtual void LayoutInvalidated(bool descendants = false);
H A DTextView.h243 virtual void LayoutInvalidated(bool descendants);
H A DView.h629 void InvalidateLayout(bool descendants = false);
647 virtual void LayoutInvalidated(bool descendants = false);
H A DWindow.h273 void InvalidateLayout(bool descendants = false);
/haiku/headers/private/binary_compatibility/
H A DInterface.h45 bool descendants; member in struct:perform_data_layout_invalidated
/haiku/headers/private/interface/
H A DAbstractSpinner.h129 virtual void LayoutInvalidated(bool descendants);
H A DColumnListView.h395 virtual void LayoutInvalidated(bool descendants = false);
/haiku/src/kits/interface/
H A DCheckBox.cpp440 BCheckBox::LayoutInvalidated(data->descendants);
467 BCheckBox::LayoutInvalidated(bool descendants) argument
571 BCheckBox* box, bool descendants)
574 data.descendants = descendants;
H A DControl.cpp515 BControl::LayoutInvalidated(data->descendants);
H A DPictureButton.cpp456 BPictureButton::LayoutInvalidated(data->descendants);
H A DPopUpMenu.cpp220 BPopUpMenu::LayoutInvalidated(data->descendants);
H A DRadioButton.cpp451 BRadioButton::LayoutInvalidated(data->descendants);
H A DSlider.cpp352 BSlider::LayoutInvalidated(data->descendants);
1581 BSlider::LayoutInvalidated(bool descendants) argument
1834 BView* view, bool descendants)
1837 data.descendants = descendants;
H A DStringView.cpp493 BStringView::LayoutInvalidated(bool descendants) argument
552 BStringView::LayoutInvalidated(data->descendants);
631 _ZN11BStringView16InvalidateLayoutEb)(BView* view, bool descendants)
634 data.descendants = descendants;
H A DAbstractSpinner.cpp1407 BAbstractSpinner::LayoutInvalidated(bool descendants) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp122 ViewContainer::InvalidateLayout(bool descendants) argument
124 BView::InvalidateLayout(descendants);
H A DViewContainer.h31 virtual void InvalidateLayout(bool descendants);

Completed in 163 milliseconds

12