Symbol: CurrentSelection
headers/libs/print/libprint/AddPrinterDlg.h
40
ProtocolClassItem* CurrentSelection();
headers/os/interface/ListView.h
120
int32 CurrentSelection(int32 index = 0) const;
headers/private/interface/ColumnListView.h
278
BRow* CurrentSelection(BRow* lastSelected = 0) const;
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
171
fServerListView->CurrentSelection());
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
176
int index = fServerListView->CurrentSelection();
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
183
int index = fServerListView->CurrentSelection();
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
191
if (fServerListView->CurrentSelection() > -1)
src/add-ons/print/drivers/gutenprint/SelectPrinterDialog.cpp
144
int32 index = listView->CurrentSelection();
src/add-ons/print/drivers/gutenprint/SelectPrinterDialog.cpp
159
int32 index = fPrintersListView->CurrentSelection();
src/add-ons/print/drivers/postscript/SelectPPDDlg.cpp
122
int32 idx = fManufacturersListView->CurrentSelection();
src/add-ons/print/drivers/postscript/SelectPPDDlg.cpp
158
int32 idx = fPrintersListView->CurrentSelection();
src/add-ons/print/drivers/postscript/SelectPPDDlg.cpp
169
idx = fPrintersListView->CurrentSelection();
src/add-ons/screen_savers/gravity/ConfigView.cpp
110
fParent->Config.ShadeID = fShadeList->CurrentSelection();
src/apps/bootmanager/DrivesPage.cpp
359
return (DriveItem*)fDrivesView->ItemAt(fDrivesView->CurrentSelection());
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
152
item = dynamic_cast<DormantNodeListItem *>(ItemAt(CurrentSelection()));
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
231
DormantNodeListItem *item = dynamic_cast<DormantNodeListItem *>(ItemAt(CurrentSelection()));
src/apps/debuganalyzer/gui/table/Table.cpp
193
while ((row = fTable->CurrentSelection(row)) != NULL)
src/apps/debuganalyzer/gui/table/Table.cpp
209
while ((row = fTable->CurrentSelection(row)) != NULL)
src/apps/debuganalyzer/gui/table/Table.cpp
693
int32 index = _ModelIndexOfRow(CurrentSelection());
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1036
TreeTableRow* row = dynamic_cast<TreeTableRow*>(CurrentSelection());
src/apps/debuganalyzer/gui/table/TreeTable.cpp
640
while ((row = fTreeTable->CurrentSelection(row)) != NULL)
src/apps/debuganalyzer/gui/table/TreeTable.cpp
656
while ((row = fTreeTable->CurrentSelection(row)) != NULL)
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
133
fStopImageNames->CurrentSelection() >= 0);
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
197
while ((selectedIndex = fStopImageNames->CurrentSelection(i++))
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
111
fTeamsListView->CurrentSelection());
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
124
fTeamsListView->CurrentSelection());
src/apps/devices/DevicesView.cpp
413
int32 selected = fDevicesOutline->CurrentSelection(0);
src/apps/drivesetup/MainWindow.cpp
1097
BRow* _selectedRow = fListView->CurrentSelection();
src/apps/drivesetup/MainWindow.cpp
1678
fListView->CurrentSelection());
src/apps/drivesetup/MainWindow.cpp
467
fListView->CurrentSelection());
src/apps/drivesetup/MainWindow.cpp
561
fListView->CurrentSelection());
src/apps/drivesetup/MainWindow.cpp
588
fListView->CurrentSelection());
src/apps/drivesetup/MainWindow.cpp
621
fListView->CurrentSelection());
src/apps/firstbootprompt/BootPromptWindow.cpp
270
fLanguagesListView->CurrentSelection(0)))) {
src/apps/haikudepot/ui/PackageListView.cpp
1224
PackageRow* selected = dynamic_cast<PackageRow*>(CurrentSelection());
src/apps/haikudepot/ui/PackageListView.cpp
1368
BRow* selected = CurrentSelection();
src/apps/icon-o-matic/MainWindow.cpp
461
int32 currentStyle = fStyleListView->CurrentSelection(0);
src/apps/icon-o-matic/generic/gui/ListViews.cpp
364
if (CurrentSelection(0) >= 0)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
558
for (int32 i = 0; BListItem* item = ItemAt(CurrentSelection(i)); i++)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
608
while (CurrentSelection(count) >= 0)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
625
for (int32 i = 0; BListItem* item = ItemAt(CurrentSelection(i)); i++) {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
808
BListItem* item = ItemAt(CurrentSelection(0));
src/apps/icon-o-matic/generic/gui/ListViews.cpp
826
for (numItems = 0; BListItem* item = ItemAt(CurrentSelection(numItems)); numItems++) {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
847
item = ItemAt(CurrentSelection(i));
src/apps/icon-o-matic/generic/gui/ListViews.cpp
962
for (int32 i = 0; (index = CurrentSelection(i)) >= 0; i++)
src/apps/icon-o-matic/gui/PathListView.cpp
319
= dynamic_cast<PathListItem*>(ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/PathListView.cpp
438
ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/PathListView.cpp
452
ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/PathListView.cpp
465
ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/PathListView.cpp
479
ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/PathListView.cpp
509
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/PathListView.cpp
938
bool hasSelection = CurrentSelection(0) >= 0;
src/apps/icon-o-matic/gui/ShapeListView.cpp
155
= dynamic_cast<ShapeListItem*>(ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/ShapeListView.cpp
181
index = CurrentSelection(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
253
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/ShapeListView.cpp
787
bool hasSelection = CurrentSelection(0) >= 0;
src/apps/icon-o-matic/gui/ShapeListView.cpp
800
= dynamic_cast<ShapeListItem*>(ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/ShapeListView.cpp
817
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/StyleListView.cpp
325
index = CurrentSelection(i);
src/apps/icon-o-matic/gui/StyleListView.cpp
340
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/StyleListView.cpp
378
= dynamic_cast<StyleListItem*>(ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/StyleListView.cpp
432
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/StyleListView.cpp
835
bool hasSelection = CurrentSelection(0) >= 0;
src/apps/icon-o-matic/gui/TransformerListView.cpp
182
= dynamic_cast<TransformerItem*>(ItemAt(CurrentSelection(0)));
src/apps/icon-o-matic/gui/TransformerListView.cpp
242
ItemAt(CurrentSelection(i)));
src/apps/icon-o-matic/gui/TransformerListView.cpp
566
bool hasSelection = CurrentSelection(0) >= 0;
src/apps/login/LoginView.cpp
162
int32 selection = fUserList->CurrentSelection();
src/apps/mail/Enclosures.cpp
168
while ((index = fList->CurrentSelection()) >= 0) {
src/apps/mail/MailWindow.cpp
958
&& fEnclosuresView->fList->CurrentSelection() >= 0);
src/apps/mediaconverter/MediaConverterWindow.cpp
449
int32 srcIndex = fListView->CurrentSelection();
src/apps/mediaconverter/MediaConverterWindow.cpp
799
int32 selected = fListView->CurrentSelection();
src/apps/mediaconverter/MediaFileListView.cpp
95
int32 selection = CurrentSelection();
src/apps/mediaplayer/playlist/ListViews.cpp
226
BListItem* item = ItemAt( CurrentSelection( 0 ) );
src/apps/mediaplayer/playlist/ListViews.cpp
242
for (numItems = 0; BListItem* item = ItemAt( CurrentSelection( numItems ) ); numItems++) {
src/apps/mediaplayer/playlist/ListViews.cpp
260
int32 index = CurrentSelection( i );
src/apps/mediaplayer/playlist/ListViews.cpp
711
int32 index = CurrentSelection(i);
src/apps/mediaplayer/playlist/ListViews.cpp
725
int32 index = CurrentSelection() - 1;
src/apps/mediaplayer/playlist/ListViews.cpp
760
while (CurrentSelection(count) >= 0)
src/apps/mediaplayer/playlist/ListViews.cpp
924
for (int32 i = 0; (index = CurrentSelection(i)) >= 0; i++)
src/apps/mediaplayer/playlist/PlaylistListView.cpp
406
index = CurrentSelection(0);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
546
int32 index = CurrentSelection(count);
src/apps/packageinstaller/UninstallView.cpp
185
if (i == fAppList->CurrentSelection())
src/apps/packageinstaller/UninstallView.cpp
216
int32 index = fAppList->CurrentSelection();
src/apps/packageinstaller/UninstallView.cpp
247
int32 index = fAppList->CurrentSelection();
src/apps/resedit/ResView.cpp
187
BRow *row = fListView->CurrentSelection();
src/apps/resedit/ResView.cpp
426
ResDataRow *selection = (ResDataRow*)fListView->CurrentSelection();
src/apps/resedit/ResView.cpp
437
selection = (ResDataRow*)fListView->CurrentSelection();
src/apps/soundrecorder/RecorderWindow.cpp
1028
bool hasSelection = (fSoundList->CurrentSelection() >= 0);
src/apps/soundrecorder/RecorderWindow.cpp
1201
int32 index = fSoundList->CurrentSelection();
src/apps/soundrecorder/RecorderWindow.cpp
768
int32 index = fSoundList->CurrentSelection();
src/apps/soundrecorder/RecorderWindow.cpp
855
int32 selIdx = fSoundList->CurrentSelection();
src/apps/terminal/ThemeView.cpp
299
bool selected = index == fAttrList->CurrentSelection();
src/apps/terminal/ThemeView.cpp
340
const int32 index = fAttrList->CurrentSelection();
src/apps/terminal/ThemeView.cpp
381
int32 index = fAttrList->CurrentSelection();
src/apps/terminal/ThemeView.cpp
531
_SetColor(fAttrList->CurrentSelection(), color);
src/apps/text_search/GrepListView.cpp
53
if (CurrentSelection() < 0 || !clickOnSelection)
src/apps/text_search/GrepListView.cpp
55
if (CurrentSelection() >= 0)
src/apps/text_search/GrepWindow.cpp
1293
int32 itemIndex = fSearchResults->CurrentSelection(selectionIndex);
src/apps/text_search/GrepWindow.cpp
1361
if (fSearchResults->CurrentSelection() < 0) {
src/apps/text_search/GrepWindow.cpp
1419
if (fSearchResults->CurrentSelection() < 0)
src/apps/text_search/GrepWindow.cpp
1464
if (fSearchResults->CurrentSelection() < 0) {
src/apps/webpositive/ConsoleWindow.cpp
143
if (fMessagesListView->CurrentSelection() == -1) {
src/apps/webpositive/ConsoleWindow.cpp
149
for (int32 i = 0; (index = fMessagesListView->CurrentSelection(i)) >= 0; i++) {
src/apps/webpositive/CookieWindow.cpp
383
row = (CookieRow*)fCookies->CurrentSelection(prevRow);
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
224
fCompleter->Select(CurrentSelection(0));
src/kits/interface/ColumnListView.cpp
1019
return fOutlineView->CurrentSelection(lastSelected);
src/kits/interface/ColumnListView.cpp
279
BRow* CurrentSelection(BRow* lastSelected) const;
src/kits/interface/ListView.cpp
1094
Select(CurrentSelection(0));
src/kits/interface/ListView.cpp
1256
BRect itemFrame = ItemFrame(CurrentSelection(0));
src/kits/interface/OutlineListView.cpp
194
int32 currentSel = CurrentSelection();
src/kits/interface/OutlineListView.cpp
438
int32 i = BListView::CurrentSelection(index);
src/kits/tracker/TrackerSettingsWindow.cpp
285
int32 currentSelection = fSettingsTypeListView->CurrentSelection();
src/libs/print/libprint/AddPrinterDlg.cpp
141
int selected = fProtocolClassList->CurrentSelection();
src/libs/print/libprint/AddPrinterDlg.cpp
153
ProtocolClassItem *item = CurrentSelection();
src/libs/print/libprint/AddPrinterDlg.cpp
166
ProtocolClassItem* item = CurrentSelection();
src/preferences/appearance/ColorsView.cpp
122
bool selected = index == fAttrList->CurrentSelection();
src/preferences/appearance/ColorsView.cpp
153
int32 index = fAttrList->CurrentSelection();
src/preferences/appearance/ColorsView.cpp
292
_SetColor(fAttrList->CurrentSelection(), color);
src/preferences/bluetooth/InquiryPanel.cpp
200
int32 index = fRemoteList->CurrentSelection(0);
src/preferences/bluetooth/InquiryPanel.cpp
321
if (fRemoteList->CurrentSelection() < 0 || fScanning || fRetrieving)
src/preferences/bluetooth/RemoteDevicesView.cpp
130
fDeviceList->RemoveItem(fDeviceList->CurrentSelection(0));
src/preferences/bluetooth/RemoteDevicesView.cpp
162
->ItemAt(fDeviceList->CurrentSelection(0)));
src/preferences/bluetooth/RemoteDevicesView.cpp
177
->ItemAt(fDeviceList->CurrentSelection(0)));
src/preferences/datatranslations/DataTranslationsWindow.cpp
358
int32 selected = fTranslatorListView->CurrentSelection(0);
src/preferences/datatranslations/DataTranslationsWindow.cpp
373
int32 selected = fTranslatorListView->CurrentSelection(0);
src/preferences/filetypes/ApplicationTypeWindow.cpp
1012
int32 index = fTypeListView->CurrentSelection();
src/preferences/filetypes/AttributeListView.cpp
311
if (CurrentSelection(0) >= 0)
src/preferences/filetypes/AttributeListView.cpp
312
selectedItem = *(AttributeItem*)ItemAt(CurrentSelection(0));
src/preferences/filetypes/FileTypesWindow.cpp
762
int32 index = fExtensionListView->CurrentSelection();
src/preferences/filetypes/FileTypesWindow.cpp
892
int32 index = fAttributeListView->CurrentSelection();
src/preferences/filetypes/FileTypesWindow.cpp
911
int32 index = fAttributeListView->CurrentSelection();
src/preferences/filetypes/FileTypesWindow.cpp
921
int32 index = fAttributeListView->CurrentSelection();
src/preferences/filetypes/MimeTypeListView.cpp
622
if (IndexOf(item) == CurrentSelection())
src/preferences/filetypes/MimeTypeListView.cpp
623
selected = CurrentSelection();
src/preferences/filetypes/TypeListWindow.cpp
82
fSelectButton->SetEnabled(fListView->CurrentSelection() >= 0);
src/preferences/filetypes/TypeListWindow.cpp
88
fListView->CurrentSelection()));
src/preferences/joysticks/JoyWin.cpp
340
int32 selected = fConControllerL->CurrentSelection();
src/preferences/joysticks/JoyWin.cpp
477
int32 id = list->CurrentSelection();
src/preferences/keymap/KeymapWindow.cpp
308
int32 index = listView->CurrentSelection();
src/preferences/locale/LanguageListView.cpp
316
BListItem* item = ItemAt(CurrentSelection(0));
src/preferences/locale/LanguageListView.cpp
331
int32 index = CurrentSelection(i);
src/preferences/locale/LocaleWindow.cpp
424
(conventionsList->ItemAt(conventionsList->CurrentSelection()));
src/preferences/mail/ConfigWindow.cpp
625
int32 index = fAccountsListView->CurrentSelection();
src/preferences/mail/ConfigWindow.cpp
759
if (fAccountsListView->CurrentSelection() != -1)
src/preferences/mail/FilterConfigView.cpp
413
int32 index = fListView->CurrentSelection();
src/preferences/media/MediaWindow.cpp
355
fListView->ItemAt(fListView->CurrentSelection()));
src/preferences/media/MidiSettingsView.cpp
104
int32 selected = fListView->CurrentSelection();
src/preferences/media/MidiSettingsView.cpp
127
int selection = fListView->CurrentSelection();
src/preferences/media/MidiSettingsView.cpp
138
int selection = fListView->CurrentSelection();
src/preferences/media/MidiSettingsView.cpp
243
int32 selection = fListView->CurrentSelection();
src/preferences/media/MidiSettingsView.cpp
262
int32 selection = fListView->CurrentSelection();
src/preferences/notifications/NotificationsView.cpp
305
fSelectedRow = dynamic_cast<AppRow*>(fApplications->CurrentSelection());
src/preferences/printers/JobListView.cpp
93
return dynamic_cast<JobItem*>(ItemAt(CurrentSelection()));
src/preferences/printers/PrinterListView.cpp
155
return dynamic_cast<PrinterItem*>(ItemAt(CurrentSelection()));
src/preferences/repositories/RepositoriesView.cpp
230
RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
236
if (fListView->CurrentSelection(rowItem)) {
src/preferences/repositories/RepositoriesView.cpp
254
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
src/preferences/repositories/RepositoriesView.cpp
267
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
270
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
src/preferences/repositories/RepositoriesView.cpp
301
RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
315
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
src/preferences/repositories/RepositoriesView.cpp
421
RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
427
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
src/preferences/repositories/RepositoriesView.cpp
695
RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
702
RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
src/preferences/repositories/RepositoriesView.cpp
714
rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
src/preferences/screensaver/ScreenSaverWindow.cpp
645
int32 selection = fScreenSaversListView->CurrentSelection();
src/preferences/screensaver/ScreenSaverWindow.cpp
938
int32 oldSelected = fScreenSaversListView->CurrentSelection();
src/preferences/screensaver/ScreenSaverWindow.cpp
957
int32 oldSelected = fScreenSaversListView->CurrentSelection();
src/preferences/shortcuts/ShortcutsWindow.cpp
449
BRow* curSel = fColumnListView->CurrentSelection();
src/preferences/shortcuts/ShortcutsWindow.cpp
588
static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection());
src/preferences/shortcuts/ShortcutsWindow.cpp
656
BRow* item = fColumnListView->CurrentSelection();
src/preferences/shortcuts/ShortcutsWindow.cpp
783
static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection());
src/preferences/shortcuts/ShortcutsWindow.cpp
810
static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection());
src/preferences/shortcuts/ShortcutsWindow.cpp
835
static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection()))) {
src/preferences/sounds/HEventList.cpp
117
HEventRow* row = (HEventRow*)CurrentSelection();
src/preferences/sounds/HEventList.cpp
147
HEventRow* row = (HEventRow*)CurrentSelection();
src/preferences/sounds/HWindow.cpp
144
HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
src/preferences/sounds/HWindow.cpp
171
HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
src/preferences/sounds/HWindow.cpp
203
HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
src/preferences/sounds/HWindow.cpp
255
HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
src/preferences/sounds/HWindow.cpp
276
HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
src/preferences/time/NetworkTimeView.cpp
316
int32 currentSelection = fServerListView->CurrentSelection();
src/preferences/time/NetworkTimeView.cpp
348
int32 currentSelection = fServerListView->CurrentSelection();
src/preferences/time/ZoneView.cpp
492
int32 selection = fZoneList->CurrentSelection();
src/preferences/time/ZoneView.cpp
532
int32 selection = fZoneList->CurrentSelection();
src/tests/kits/device/stickit_BJoystick/StickItWindow.cpp
97
int32 id = fListView2->CurrentSelection();
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
106
int32 sel = fReplicantList->CurrentSelection();
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
136
int32 sel = fReplicantList->CurrentSelection();
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
149
enabled = (fReplicantList->CurrentSelection() >= 0);
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
163
enabled = (fLibraryList->CurrentSelection() >= 0);
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
190
int32 sel = fLibraryList->CurrentSelection();
src/tests/kits/interface/layout/LayoutTest1.cpp
1595
fTestCardLayout->SetVisibleItem(fTestList->CurrentSelection());
src/tests/kits/interface/menu/menuworld/MenuView.cpp
278
int32 selected = m_pMenuOutlineView->CurrentSelection();
src/tests/kits/interface/menu/menuworld/MenuView.cpp
369
int32 selected = m_pMenuOutlineView->CurrentSelection();
src/tests/kits/interface/menu/menuworld/MenuView.cpp
483
int32 index = m_pMenuOutlineView->CurrentSelection();
src/tests/servers/app/playground/ObjectWindow.cpp
407
if (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {
src/tests/servers/app/playground/ObjectWindow.cpp
415
while (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {