Searched refs:RowAt (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/devices/
H A DPropertyList.cpp84 while ((row = RowAt((int32)0, NULL))!=NULL) {
107 PropertyRow* current = (PropertyRow*)RowAt(i);
/haiku/src/tests/kits/opengl/glinfo/
H A DExtensionsView.cpp60 while ((row = fExtensionsList->RowAt((int32)0, NULL)) != NULL) {
H A DCapabilitiesView.cpp112 while ((row = fCapabilitiesList->RowAt((int32)0, NULL)) != NULL) {
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp516 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
541 BRow* row = fListView->RowAt((int32)0, NULL);
545 row = fListView->RowAt((int32)0, NULL);
578 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
628 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
647 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
670 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
684 RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
/haiku/headers/private/interface/
H A DColumnListView.h314 const BRow* RowAt(int32 index, BRow *parent = 0) const;
315 BRow* RowAt(int32 index, BRow *parent = 0);
316 const BRow* RowAt(BPoint) const;
317 BRow* RowAt(BPoint);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp343 if (((ShortcutsSpec*)fColumnListView->RowAt(i))->Archive(&next)
556 static_cast<ShortcutsSpec*>(fColumnListView->RowAt(0));
669 fColumnListView->RowAt(index));
675 fColumnListView->RowAt(index));
704 fColumnListView->RowAt(row);
/haiku/src/preferences/sounds/
H A DHEventList.cpp105 while ((row = RowAt((int32)0, NULL)) != NULL) {
H A DHWindow.cpp374 HEventRow* row = (HEventRow*)fEventList->RowAt(i);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp224 = fFramesTableModel->FrameAt(table->SelectionModel()->RowAt(0));
H A DImageListView.cpp292 image = fImagesTableModel->ImageAt(selectionModel->RowAt(0));
H A DThreadListView.cpp357 thread = fThreadsTableModel->ThreadAt(selectionModel->RowAt(0));
H A DBreakpointListView.cpp441 selectionModel->RowAt(i));
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp270 model->RowAt(0), info)) {
292 if (fDispositionModel->SignalDispositionInfoAt(model->RowAt(i),
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp455 = dynamic_cast<PartitionListRow*>(RowAt(rowPoint));
488 = dynamic_cast<PartitionListRow*>(RowAt(i, parent));
586 = dynamic_cast<const PartitionListRow*>(RowAt(index, parent));
H A DMainWindow.cpp90 BRow* row = fPartitionList->RowAt(i);
1442 BRow* row = list->RowAt(i, currentRow);
1456 BRow* parentRow = fListView->RowAt(0, NULL);
/haiku/src/apps/resedit/
H A DResView.cpp202 BRow *row = fListView->RowAt(i);
292 ResDataRow *row = (ResDataRow*)fListView->RowAt(i);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h68 int32 RowAt(int32 index);
H A DTable.cpp165 TableSelectionModel::RowAt(int32 index) function in class:TableSelectionModel
523 BRow* row = RowAt(point);
H A DTreeTable.cpp869 BRow* row = RowAt(point);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp403 row = (CookieRow*)fCookies->RowAt(0);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp392 TeamRow* row = dynamic_cast<TeamRow*>(RowAt(i));
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp498 BRow* first = fListView->RowAt(0, NULL);
/haiku/src/kits/interface/
H A DColumnListView.cpp963 SetFocusRow(RowAt(Index), Select);
1295 BColumnListView::RowAt(int32 Index, BRow* parentRow) const function in class:BColumnListView
1305 BColumnListView::RowAt(int32 Index, BRow* parentRow) function in class:BColumnListView
1315 BColumnListView::RowAt(BPoint point) const function in class:BColumnListView
1324 BColumnListView::RowAt(BPoint point) function in class:BColumnListView

Completed in 155 milliseconds