Searched refs:SimpleLayouter (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/interface/layouter/ |
H A D | SimpleLayouter.cpp | 22 class SimpleLayouter::ElementLayoutInfo { 35 class SimpleLayouter::ElementInfo { 75 class SimpleLayouter::MyLayoutInfo : public LayoutInfo { 116 SimpleLayouter::SimpleLayouter(int32 elementCount, float spacing) in SimpleLayouter() function in SimpleLayouter 131 SimpleLayouter::~SimpleLayouter() in ~SimpleLayouter() 138 SimpleLayouter::AddConstraints(int32 element, int32 length, in AddConstraints() 164 SimpleLayouter::SetWeight(int32 element, float weight) in SetWeight() 176 SimpleLayouter::MinSize() in MinSize() 184 SimpleLayouter::MaxSize() in MaxSize() 192 SimpleLayouter::PreferredSize() in PreferredSize() [all …]
|
H A D | SimpleLayouter.h | 19 class SimpleLayouter : public Layouter { 21 SimpleLayouter(int32 elementCount, 23 virtual ~SimpleLayouter(); 70 using BPrivate::Layout::SimpleLayouter;
|
H A D | CollapsingLayouter.cpp | 275 fLayouter = new SimpleLayouter(fValidElementCount, fSpacing); in _CreateLayouter()
|
H A D | ComplexLayouter.cpp | 405 SimpleLayouter::DistributeSize(size, fWeights, sizes, fElementCount); in _Layout()
|
/haiku/src/kits/interface/ |
H A D | Jamfile | 157 SimpleLayouter.cpp
|
H A D | SplitLayout.cpp | 1274 Layouter* itemLayouter = new SimpleLayouter(itemCount, 0); in _ValidateMinMax()
|