Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DGridLayout.cpp159 fRowCount(0), in BGridLayout()
174 fRowCount(0), in BGridLayout()
193 for (int32 i = 0; i < fRowCount; i++) { in BGridLayout()
240 return fRowCount; in CountRows()
426 for (int32 row = 0; row < fRowCount; row++) { in AddItem()
484 for (int32 i = 0; i < fRowCount && result == B_OK; i++) { in Archive()
617 || itemDimensions.y + itemDimensions.height == fRowCount) { in ItemRemoved()
619 int32 rowCount = fRowCount; in ItemRemoved()
642 if (columnCount != fColumnCount || rowCount != fRowCount) in ItemRemoved()
672 return fRowCount; in InternalCountRows()
[all …]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp148 _LayoutLine(size.IntegerHeight() + 1, fRowInfos, fRowCount); in Layout()
155 for (int32 row = 0; row < fRowCount; row++) { in Layout()
191 fRowCount = _RowCount(); in _ValidateMinMax()
194 fRowInfos = new LayoutInfo[fRowCount]; in _ValidateMinMax()
198 for (int32 row = 0; row < fRowCount; row++) { in _ValidateMinMax()
234 for (int32 row = 0; row < fRowCount; row++) { in _ValidateMinMax()
319 + (fRowCount - 1) * fRowSpacing); in _AddInsetsAndSpacing()
332 + (fRowCount - 1) * fRowSpacing); in _SubtractInsetsAndSpacing()
H A DGroupView.h62 int32 fRowCount; variable
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp144 fRowCount(-1) in TableSelectionModel()
160 return fRowCount; in CountRows()
169 return index >= 0 && index < fRowCount ? fRows[index] : -1; in RowAt()
176 if (fRowCount >= 0) { in _SelectionChanged()
177 fRowCount = -1; in _SelectionChanged()
187 if (fRowCount >= 0) in _Update()
191 fRowCount = 0; in _Update()
194 fRowCount++; in _Update()
196 if (fRowCount == 0) in _Update()
200 fRows = new(std::nothrow) int32[fRowCount]; in _Update()
[all …]
H A DTable.h80 int32 fRowCount; variable
/haiku/headers/os/interface/
H A DGridLayout.h122 int32 fRowCount; variable