Searched refs:SetWeight (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/interface/layouter/
H A DOneElementLayouter.h20 virtual void SetWeight(int32 element, float weight);
H A DCollapsingLayouter.h29 virtual void SetWeight(int32 element, float weight);
H A DLayouter.h32 virtual void SetWeight(int32 element, float weight) = 0;
H A DComplexLayouter.h30 virtual void SetWeight(int32 element, float weight);
H A DOneElementLayouter.cpp58 // SetWeight
60 OneElementLayouter::SetWeight(int32 element, float weight) function in class:OneElementLayouter
H A DSimpleLayouter.h27 virtual void SetWeight(int32 element, float weight);
H A DCollapsingLayouter.cpp173 CollapsingLayouter::SetWeight(int32 element, float weight) function in class:CollapsingLayouter
182 fLayouter->SetWeight(elementInfo.position, weight);
328 fLayouter->SetWeight(fElements[i].position, fElements[i].weight);
H A DSimpleLayouter.cpp162 // SetWeight
164 SimpleLayouter::SetWeight(int32 element, float weight) function in class:SimpleLayouter
H A DComplexLayouter.cpp258 // SetWeight
260 ComplexLayouter::SetWeight(int32 element, float weight) function in class:ComplexLayouter
/haiku/src/kits/interface/
H A DGridLayout.cpp84 void SetWeight(int32 index, float weight) function in class:BGridLayout::RowInfoArray
196 fRowInfos->SetWeight(i, getter);
208 fColumnInfos->SetWeight(i, getter);
306 fColumnInfos->SetWeight(column, weight);
348 fRowInfos->SetWeight(row, weight);
H A DSplitLayout.cpp446 fHorizontalLayouter->SetWeight(visibleIndex, weight);
448 fVerticalLayouter->SetWeight(visibleIndex, weight);
1298 fHorizontalLayouter->SetWeight(i, weight);
1299 fVerticalLayouter->SetWeight(i, weight);
H A DTwoDimensionalLayout.cpp1288 layouter->SetWeight(element, constraints.weight);

Completed in 43 milliseconds