Searched refs:BRow (Results 26 - 37 of 37) sorted by relevance

12

/haiku/src/apps/resedit/
H A DResView.cpp191 BRow *row = fListView->CurrentSelection();
202 BRow *row = fListView->RowAt(i);
351 ResView::UpdateRow(BRow *row)
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp128 BRow(),
144 BRow(),
166 BRow(),
H A DShortcutsWindow.cpp449 BRow* curSel = fColumnListView->CurrentSelection();
655 BRow* item = fColumnListView->CurrentSelection();
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp72 BRow* row = new BRow;
498 BRow* first = fListView->RowAt(0, NULL);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp56 class CookieRow: public BRow
62 BRow(),
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp90 BRow* row = fPartitionList->RowAt(i);
443 if (BRow* row = fListView->FindRow(id)) {
591 BRow* _selectedRow = fListView->CurrentSelection();
594 BRow* _topLevelRow = _selectedRow;
595 BRow* parent = NULL;
1437 MainWindow::_ColumnListViewHeight(BColumnListView* list, BRow* currentRow)
1442 BRow* row = list->RowAt(i, currentRow);
1456 BRow* parentRow = fListView->RowAt(0, NULL);
H A DPartitionList.cpp476 PartitionListView::ExpandOrCollapse(BRow* row, bool expand)
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp420 class TreeTableRow : public BRow {
639 BRow* row = NULL;
869 BRow* row = RowAt(point);
911 TreeTable::ColumnMouseDown(AbstractColumn* column, BRow* _row, BField* field,
936 TreeTable::ColumnMouseUp(AbstractColumn* column, BRow* _row, BField* field,
1010 TreeTable::ExpandOrCollapse(BRow* _row, bool expand)
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp202 : BRow(ceilf(be_control_look->DefaultLabelSpacing() * 3.3f))
445 BRow* row = new TeamRow(info);
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp41 BRow(),
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp161 // BRow for the PackageListView
162 class PackageRow : public BRow {
163 typedef BRow Inherited;
1058 BRow* selected = CurrentSelection();
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp541 BRow* row = fListView->RowAt((int32)0, NULL);

Completed in 198 milliseconds

12