Searched refs:RowList (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DTextTable.h37 typedef BObjectList<BStringList> RowList; typedef in class:BPrivate::TextTable
41 RowList fRows;
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h170 typedef BObjectList<BRow> RowList; typedef in class:Table
181 RowList fRows;
/haiku/src/kits/interface/
H A DColumnListView.cpp284 BRowContainer* RowList();
1298 return fOutlineView->RowList()->ItemAt(Index);
1308 return fOutlineView->RowList()->ItemAt(Index);
1357 return fOutlineView->RowList()->CountItems();
1408 container1 = fOutlineView->RowList();
1416 container2 = fOutlineView->RowList();
4416 OutlineView::RowList() function in class:OutlineView

Completed in 92 milliseconds