Home
last modified time | relevance | path

Searched refs:SimpleLayouter (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp22 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 DSimpleLayouter.h19 class SimpleLayouter : public Layouter {
21 SimpleLayouter(int32 elementCount,
23 virtual ~SimpleLayouter();
70 using BPrivate::Layout::SimpleLayouter;
H A DCollapsingLayouter.cpp275 fLayouter = new SimpleLayouter(fValidElementCount, fSpacing); in _CreateLayouter()
H A DComplexLayouter.cpp405 SimpleLayouter::DistributeSize(size, fWeights, sizes, fElementCount); in _Layout()
/haiku/src/kits/interface/
H A DJamfile157 SimpleLayouter.cpp
H A DSplitLayout.cpp1274 Layouter* itemLayouter = new SimpleLayouter(itemCount, 0); in _ValidateMinMax()