Symbol: RowAt
headers/private/interface/ColumnListView.h
314
const BRow* RowAt(int32 index, BRow *parent = 0) const;
headers/private/interface/ColumnListView.h
315
BRow* RowAt(int32 index, BRow *parent = 0);
headers/private/interface/ColumnListView.h
316
const BRow* RowAt(BPoint) const;
headers/private/interface/ColumnListView.h
317
BRow* RowAt(BPoint);
src/apps/debuganalyzer/gui/table/Table.cpp
523
BRow* row = RowAt(point);
src/apps/debuganalyzer/gui/table/Table.h
68
int32 RowAt(int32 index);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
869
BRow* row = RowAt(point);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
270
model->RowAt(0), info)) {
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
292
if (fDispositionModel->SignalDispositionInfoAt(model->RowAt(i),
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
441
selectionModel->RowAt(i));
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
292
image = fImagesTableModel->ImageAt(selectionModel->RowAt(0));
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
224
= fFramesTableModel->FrameAt(table->SelectionModel()->RowAt(0));
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
357
thread = fThreadsTableModel->ThreadAt(selectionModel->RowAt(0));
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
392
TeamRow* row = dynamic_cast<TeamRow*>(RowAt(i));
src/apps/devices/PropertyList.cpp
107
PropertyRow* current = (PropertyRow*)RowAt(i);
src/apps/devices/PropertyList.cpp
84
while ((row = RowAt((int32)0, NULL))!=NULL) {
src/apps/drivesetup/MainWindow.cpp
101
BRow* row = fPartitionList->RowAt(i);
src/apps/drivesetup/MainWindow.cpp
1956
BRow* row = list->RowAt(i, currentRow);
src/apps/drivesetup/MainWindow.cpp
1970
BRow* parentRow = fListView->RowAt(0, NULL);
src/apps/drivesetup/PartitionList.cpp
455
= dynamic_cast<PartitionListRow*>(RowAt(rowPoint));
src/apps/drivesetup/PartitionList.cpp
488
= dynamic_cast<PartitionListRow*>(RowAt(i, parent));
src/apps/drivesetup/PartitionList.cpp
586
= dynamic_cast<const PartitionListRow*>(RowAt(index, parent));
src/apps/haikudepot/ui/PackageListView.cpp
1164
PackageRow* row = static_cast<PackageRow*>(RowAt(i));
src/apps/haikudepot/ui/PackageListView.cpp
1262
PackageRow* row = static_cast<PackageRow*>(RowAt(i));
src/apps/resedit/ResView.cpp
198
BRow *row = fListView->RowAt(i);
src/apps/resedit/ResView.cpp
288
ResDataRow *row = (ResDataRow*)fListView->RowAt(i);
src/apps/webpositive/CookieWindow.cpp
403
row = (CookieRow*)fCookies->RowAt(0);
src/kits/interface/ColumnListView.cpp
970
SetFocusRow(RowAt(Index), Select);
src/kits/tracker/infowindow/AttributesView.cpp
498
BRow* first = fListView->RowAt(0, NULL);
src/preferences/repositories/RepositoriesView.cpp
516
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/repositories/RepositoriesView.cpp
541
BRow* row = fListView->RowAt((int32)0, NULL);
src/preferences/repositories/RepositoriesView.cpp
545
row = fListView->RowAt((int32)0, NULL);
src/preferences/repositories/RepositoriesView.cpp
578
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/repositories/RepositoriesView.cpp
629
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/repositories/RepositoriesView.cpp
648
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/repositories/RepositoriesView.cpp
671
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/repositories/RepositoriesView.cpp
685
RepoRow* repoItem = dynamic_cast<RepoRow*>(fListView->RowAt(index));
src/preferences/shortcuts/ShortcutsWindow.cpp
343
if (((ShortcutsSpec*)fColumnListView->RowAt(i))->Archive(&next)
src/preferences/shortcuts/ShortcutsWindow.cpp
556
static_cast<ShortcutsSpec*>(fColumnListView->RowAt(0));
src/preferences/shortcuts/ShortcutsWindow.cpp
670
fColumnListView->RowAt(index));
src/preferences/shortcuts/ShortcutsWindow.cpp
676
fColumnListView->RowAt(index));
src/preferences/shortcuts/ShortcutsWindow.cpp
705
fColumnListView->RowAt(row);
src/preferences/sounds/HEventList.cpp
105
while ((row = RowAt((int32)0, NULL)) != NULL) {
src/preferences/sounds/HWindow.cpp
390
HEventRow* row = (HEventRow*)fEventList->RowAt(i);
src/tests/kits/opengl/glinfo/CapabilitiesView.cpp
112
while ((row = fCapabilitiesList->RowAt((int32)0, NULL)) != NULL) {
src/tests/kits/opengl/glinfo/ExtensionsView.cpp
60
while ((row = fExtensionsList->RowAt((int32)0, NULL)) != NULL) {