Lines Matching refs:BRow
172 class BRowContainer : public BObjectList<BRow>
277 void AddRow(BRow*, int32 index, BRow* TheRow);
278 BRow* CurrentSelection(BRow* lastSelected) const;
284 void ExpandOrCollapse(BRow* parent, bool expand);
285 void RemoveRow(BRow*);
287 void UpdateRow(BRow*);
288 bool FindParent(BRow* row, BRow** _parent,
290 int32 IndexOf(BRow* row);
291 void Deselect(BRow*);
292 void AddToSelection(BRow*);
294 BRow* FocusRow() const;
295 void SetFocusRow(BRow* row, bool select);
296 BRow* FindRow(float ypos, int32* _indent,
298 bool FindRect(const BRow* row, BRect* _rect);
299 void ScrollTo(const BRow* row);
325 void SelectRange(BRow* start, BRow* end);
326 int32 CompareRows(BRow* row1, BRow* row2);
327 void AddSorted(BRowContainer* list, BRow* row);
331 bool FindVisibleRect(BRow* row, BRect* _rect);
343 BRow* fFocusRow;
345 BRow* fRollOverRow;
347 BRow fSelectionListDummyHead;
348 BRow* fLastSelectedItem;
349 BRow* fFirstSelectedItem;
369 BRow* fCurrentRow;
380 BRow* fTargetRow;
395 BRow* CurrentRow() const;
528 BColumn::MouseMoved(BColumnListView* /*parent*/, BRow* /*row*/, in MouseMoved() argument
536 BColumn::MouseDown(BColumnListView* /*parent*/, BRow* /*row*/, in MouseDown() argument
544 BColumn::MouseUp(BColumnListView* /*parent*/, BRow* /*row*/, BField* /*field*/) in MouseUp() argument
552 BRow::BRow() in BRow() function in BRow
566 BRow::BRow(float height) in BRow() function in BRow
579 BRow::~BRow() in ~BRow()
592 BRow::HasLatch() const in HasLatch()
599 BRow::CountFields() const in CountFields()
606 BRow::GetField(int32 index) in GetField()
613 BRow::GetField(int32 index) const in GetField()
620 BRow::SetField(BField* field, int32 logicalFieldIndex) in SetField()
635 BRow::Height() const in Height()
642 BRow::IsExpanded() const in IsExpanded()
649 BRow::IsSelected() const in IsSelected()
656 BRow::Invalidate() in Invalidate()
664 BRow::ValidateFields() const in ValidateFields()
672 BRow::ValidateField(const BField* field, int32 logicalFieldIndex) const in ValidateField()
911 BColumnListView::ExpandOrCollapse(BRow* row, bool Open) in ExpandOrCollapse()
955 BRow*
970 BColumnListView::SetFocusRow(BRow* row, bool Select) in SetFocusRow()
991 BColumnListView::Deselect(BRow* row) in Deselect()
998 BColumnListView::AddToSelection(BRow* row) in AddToSelection()
1011 BRow*
1012 BColumnListView::CurrentSelection(BRow* lastSelected) const in CurrentSelection()
1296 const BRow*
1297 BColumnListView::RowAt(int32 Index, BRow* parentRow) const in RowAt()
1306 BRow*
1307 BColumnListView::RowAt(int32 Index, BRow* parentRow) in RowAt()
1316 const BRow*
1325 BRow*
1335 BColumnListView::GetRowRect(const BRow* row, BRect* outRect) const in GetRowRect()
1342 BColumnListView::FindParent(BRow* row, BRow** _parent, bool* _isVisible) const in FindParent()
1349 BColumnListView::IndexOf(BRow* row) in IndexOf()
1356 BColumnListView::CountRows(BRow* parentRow) const in CountRows()
1368 BColumnListView::AddRow(BRow* row, BRow* parentRow) in AddRow()
1375 BColumnListView::AddRow(BRow* row, int32 index, BRow* parentRow) in AddRow()
1385 BColumnListView::RemoveRow(BRow* row) in RemoveRow()
1393 BColumnListView::UpdateRow(BRow* row) in UpdateRow()
1400 BColumnListView::SwapRows(int32 index1, int32 index2, BRow* parentRow1, in SwapRows()
1401 BRow* parentRow2) in SwapRows()
1403 BRow* row1 = NULL; in SwapRows()
1404 BRow* row2 = NULL; in SwapRows()
1454 BColumnListView::ScrollTo(const BRow* row) in ScrollTo()
1475 BColumnListView::InvalidateRow(BRow* row) in InvalidateRow()
1634 BColumnListView::SuggestTextPosition(const BRow* row, in SuggestTextPosition()
1648 BColumnListView::GetFieldRect(const BRow* row, const BColumn* inColumn) const in GetFieldRect()
1688 BColumnListView::DrawLatch(BView* view, BRect rect, LatchType position, BRow*) in DrawLatch() argument
1837 BRow* focusRow = fOutlineView->FocusRow(); in KeyDown()
3278 OutlineView::Deselect(BRow* row) in Deselect()
3294 OutlineView::AddToSelection(BRow* row) in AddToSelection()
3322 BRow* row = list->RemoveItemAt(0L); in RecursiveDeleteRows()
3353 BRow* row = iterator.CurrentRow(); in RedrawColumn()
3503 BRow* row = iterator.CurrentRow();
3671 BRow*
3679 BRow* row = iterator.CurrentRow();
3726 BRow* row = FindRow(position.y, &indent, &rowTop);
3732 BRow* new_row = 0;
3885 BRow* new_row = 0;
3891 BRow* row = FindRow(position.y, &indent, &top);
4019 BRow* target = FindRow(position.y, &indent, &top);
4034 BRow* target = FindRow(position.y, &indent, &top);
4163 BRow* newRow = FindRow(newRowPos, &indent, &top);
4169 BRow* oldFocusRow = fFocusRow;
4241 BRow*
4242 OutlineView::CurrentSelection(BRow* lastSelected) const
4244 BRow* row;
4300 OutlineView::ExpandOrCollapse(BRow* parentRow, bool expand)
4349 OutlineView::RemoveRow(BRow* row)
4354 BRow* parentRow = NULL;
4438 OutlineView::UpdateRow(BRow* row)
4442 BRow* parentRow = NULL;
4476 OutlineView::AddRow(BRow* row, int32 Index, BRow* parentRow)
4616 OutlineView::AddSorted(BRowContainer* list, BRow* row)
4647 OutlineView::CompareRows(BRow* row1, BRow* row2)
4707 OutlineView::FindVisibleRect(BRow* row, BRect* _rect)
4728 OutlineView::FindRect(const BRow* row, BRect* _rect)
4747 OutlineView::ScrollTo(const BRow* row)
4770 BRow* row = iterator.CurrentRow();
4782 BRow* row = fSelectionListDummyHead.fNextSelected;
4791 BRow*
4799 OutlineView::SetFocusRow(BRow* row, bool Select)
4826 BRow** items
4827 = (BRow**) BObjectList<BRow>::Private(list).AsBList()->Items();
4835 BRow* temp = items[step];
4913 BRow* parentRow = currentEntry->list->ItemAt(index);
4977 OutlineView::SelectRange(BRow* start, BRow* end)
4989 BRow* temp = start;
5000 BRow* row = iterator.CurrentRow();
5022 OutlineView::FindParent(BRow* row, BRow** outParent, bool* outParentIsVisible)
5031 for (BRow* currentRow = row->fParent; currentRow != NULL;
5048 OutlineView::IndexOf(BRow* row)
5074 for (RecursiveOutlineIterator iterator(&fRows); BRow* row =
5117 BRow*
5137 BRow* currentRow = fCurrentList->ItemAt(fCurrentListIndex);