Searched refs:SimpleLayouter (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp6 #include "SimpleLayouter.h"
22 class SimpleLayouter::ElementLayoutInfo {
35 class SimpleLayouter::ElementInfo {
75 class SimpleLayouter::MyLayoutInfo : public LayoutInfo {
116 SimpleLayouter::SimpleLayouter(int32 elementCount, float spacing) function in class:SimpleLayouter
131 SimpleLayouter::~SimpleLayouter()
138 SimpleLayouter::AddConstraints(int32 element, int32 length,
164 SimpleLayouter
[all...]
H A DSimpleLayouter.h19 class SimpleLayouter : public Layouter { class in namespace:BPrivate::Layout
21 SimpleLayouter(int32 elementCount,
23 virtual ~SimpleLayouter();
70 using BPrivate::Layout::SimpleLayouter;
H A DCollapsingLayouter.cpp10 #include "SimpleLayouter.h"
275 fLayouter = new SimpleLayouter(fValidElementCount, fSpacing);
H A DComplexLayouter.cpp20 #include "SimpleLayouter.h"
405 SimpleLayouter::DistributeSize(size, fWeights, sizes, fElementCount);
/haiku/src/kits/interface/
H A DSplitLayout.cpp20 #include "SimpleLayouter.h"
1274 Layouter* itemLayouter = new SimpleLayouter(itemCount, 0);

Completed in 82 milliseconds