Searched refs:ElementInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp34 // ElementInfo
35 class SimpleLayouter::ElementInfo { class in class:SimpleLayouter
44 ElementInfo() function in class:SimpleLayouter::ElementInfo
54 ElementInfo(int index) function in class:SimpleLayouter::ElementInfo
64 void Assign(const ElementInfo& info)
125 fElements = new ElementInfo[elementCount];
154 ElementInfo& info = fElements[element];
258 ElementInfo* info = new ElementInfo(i);
270 ElementInfo* inf
[all...]
H A DCollapsingLayouter.h45 struct ElementInfo;
56 ElementInfo* fElements;
H A DCollapsingLayouter.cpp84 struct CollapsingLayouter::ElementInfo { struct in class:CollapsingLayouter
90 ElementInfo() function in struct:CollapsingLayouter::ElementInfo
99 ~ElementInfo()
103 void SetTo(const ElementInfo& other)
117 fElements(new ElementInfo[elementCount]),
178 ElementInfo& elementInfo = fElements[element];
287 ElementInfo& element = fElements[i];
306 ElementInfo& element = fElements[i];
H A DSimpleLayouter.h51 class ElementInfo;
56 ElementInfo* fElements;

Completed in 111 milliseconds