Lines Matching defs:CompoundLayouter

43 // is CompoundLayouter; one instance exists per such set. The derived class
48 // needed by the CompoundLayouter.
54 // CompoundLayouter
55 class BTwoDimensionalLayout::CompoundLayouter : public BReferenceable {
57 CompoundLayouter(orientation orientation);
58 virtual ~CompoundLayouter();
73 void AbsorbCompoundLayouter(CompoundLayouter* other);
105 : public CompoundLayouter, private BLayoutContextListener {
173 CompoundLayouter* requestedBy,
182 CompoundLayouter* compoundLayouter);
184 CompoundLayouter* compoundLayouter);
186 CompoundLayouter* compoundLayouter);
189 CompoundLayouter* compoundLayouter,
192 float Spacing(CompoundLayouter* compoundLayouter);
203 CompoundLayouter* compoundLayouter,
207 CompoundLayouter* compoundLayouter);
212 CompoundLayouter* fHLayouter;
600 // #pragma mark - CompoundLayouter
603 BTwoDimensionalLayout::CompoundLayouter::CompoundLayouter(
616 BTwoDimensionalLayout::CompoundLayouter::~CompoundLayouter()
624 BTwoDimensionalLayout::CompoundLayouter::Orientation()
631 BTwoDimensionalLayout::CompoundLayouter::GetLayouter(bool minMax)
638 BTwoDimensionalLayout::CompoundLayouter::GetLayoutInfo()
645 BTwoDimensionalLayout::CompoundLayouter::AddLocalLayouter(
658 BTwoDimensionalLayout::CompoundLayouter::RemoveLocalLayouter(
667 BTwoDimensionalLayout::CompoundLayouter::AddAlignedLayoutsToArchive(
689 BTwoDimensionalLayout::CompoundLayouter::AbsorbCompoundLayouter(
690 CompoundLayouter* other)
708 BTwoDimensionalLayout::CompoundLayouter::InvalidateLayout()
730 BTwoDimensionalLayout::CompoundLayouter::IsMinMaxValid()
737 BTwoDimensionalLayout::CompoundLayouter::ValidateMinMax()
763 BTwoDimensionalLayout::CompoundLayouter::Layout(float size,
777 BTwoDimensionalLayout::CompoundLayouter::DoLayout(float size,
785 BTwoDimensionalLayout::CompoundLayouter::_PrepareItems()
796 BTwoDimensionalLayout::CompoundLayouter::_CountElements()
811 BTwoDimensionalLayout::CompoundLayouter::_HasMultiElementItems()
825 BTwoDimensionalLayout::CompoundLayouter::_AddConstraints(Layouter* layouter)
836 BTwoDimensionalLayout::CompoundLayouter::_Spacing()
849 CompoundLayouter(B_VERTICAL),
870 CompoundLayouter::InvalidateLayout();
1027 fHLayouter(new CompoundLayouter(B_HORIZONTAL)),
1174 CompoundLayouter* requestedBy, bool& _wasAvailable)
1215 CompoundLayouter* compoundLayouter)
1223 CompoundLayouter* compoundLayouter)
1234 CompoundLayouter* compoundLayouter)
1245 CompoundLayouter* compoundLayouter, Layouter* layouter)
1298 CompoundLayouter* compoundLayouter)
1361 CompoundLayouter* compoundLayouter, orientation orientation)
1363 CompoundLayouter* oldCompoundLayouter;
1389 CompoundLayouter* compoundLayouter)