BRowContainer
BRowContainer* fChildList;
class BRowContainer;
BRowContainer* container1 = NULL;
BRowContainer* container2 = NULL;
BRowContainer* RowList();
bool SortList(BRowContainer* list, bool isVisible);
int32 AddSorted(BRowContainer* list, BRow* row);
void RecursiveDeleteRows(BRowContainer* list,
OutlineView::RecursiveDeleteRows(BRowContainer* list, bool isOwner)
BRowContainer fRows;
BRowContainer* container,
BRowContainer* fRowSet;
BRowContainer* fCurrentList;
BRowContainer*
BRowContainer* list = (parentRow == NULL) ? &fRows : parentRow->fChildList;
parentRow->fChildList = new BRowContainer;
parentRow->fChildList = new BRowContainer;
OutlineView::AddSorted(BRowContainer* list, BRow* row)
OutlineView::SortList(BRowContainer* list, bool isVisible)
BRowContainer* list;
BRowContainer* childList = parentRow->fChildList;
RecursiveOutlineIterator::RecursiveOutlineIterator(BRowContainer* list,