Searched refs:CurrentSelection (Results 26 - 50 of 79) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp325 index = CurrentSelection(i);
340 ItemAt(CurrentSelection(i)));
378 = dynamic_cast<StyleListItem*>(ItemAt(CurrentSelection(0)));
432 ItemAt(CurrentSelection(i)));
835 bool gotSelection = CurrentSelection(0) >= 0;
H A DTransformerListView.cpp181 = dynamic_cast<TransformerItem*>(ItemAt(CurrentSelection(0)));
234 ItemAt(CurrentSelection(i)));
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp226 BListItem* item = ItemAt( CurrentSelection( 0 ) );
242 for (numItems = 0; BListItem* item = ItemAt( CurrentSelection( numItems ) ); numItems++) {
260 int32 index = CurrentSelection( i );
711 int32 index = CurrentSelection(i);
725 int32 index = CurrentSelection() - 1;
760 while (CurrentSelection(count) >= 0)
924 for (int32 i = 0; (index = CurrentSelection(i)) >= 0; i++)
H A DPlaylistListView.cpp407 index = CurrentSelection(0);
547 int32 index = CurrentSelection(count);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp278 int32 selected = m_pMenuOutlineView->CurrentSelection();
369 int32 selected = m_pMenuOutlineView->CurrentSelection();
483 int32 index = m_pMenuOutlineView->CurrentSelection();
/haiku/src/apps/resedit/
H A DResView.cpp191 BRow *row = fListView->CurrentSelection();
430 ResDataRow *selection = (ResDataRow*)fListView->CurrentSelection();
441 selection = (ResDataRow*)fListView->CurrentSelection();
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp126 int32 command = index == CurrentSelection()
H A DAPRView.cpp153 fAttrList->ItemAt(fAttrList->CurrentSelection());
291 int32 currentIndex = fAttrList->CurrentSelection();
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp289 fListView->CurrentSelection()));
299 fListView->CurrentSelection()));
321 fKillButton->SetEnabled(fListView->CurrentSelection() >= 0);
323 fListView->CurrentSelection()));
/haiku/src/apps/terminal/
H A DColorListView.cpp126 uint32 command = index == CurrentSelection()
H A DThemeView.cpp337 const int32 currentIndex = fAttrList->CurrentSelection();
378 int32 currentIndex = fAttrList->CurrentSelection();
528 int32 currentIndex = fAttrList->CurrentSelection();
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp311 if (CurrentSelection(0) >= 0)
312 selectedItem = *(AttributeItem*)ItemAt(CurrentSelection(0));
H A DMimeTypeListView.cpp622 if (IndexOf(item) == CurrentSelection())
623 selected = CurrentSelection();
H A DFileTypesWindow.cpp762 int32 index = fExtensionListView->CurrentSelection();
892 int32 index = fAttributeListView->CurrentSelection();
911 int32 index = fAttributeListView->CurrentSelection();
921 int32 index = fAttributeListView->CurrentSelection();
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp193 while ((row = fTable->CurrentSelection(row)) != NULL)
209 while ((row = fTable->CurrentSelection(row)) != NULL)
693 int32 index = _ModelIndexOfRow(CurrentSelection());
/haiku/src/preferences/locale/
H A DLanguageListView.cpp316 BListItem* item = ItemAt(CurrentSelection(0));
331 int32 index = CurrentSelection(i);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp340 int32 selected = fConControllerL->CurrentSelection();
477 int32 id = list->CurrentSelection();
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp358 int32 selected = fTranslatorListView->CurrentSelection(0);
373 int32 selected = fTranslatorListView->CurrentSelection(0);
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp316 int32 currentSelection = fServerListView->CurrentSelection();
348 int32 currentSelection = fServerListView->CurrentSelection();
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp97 int32 id = fListView2->CurrentSelection();
/haiku/src/apps/login/
H A DLoginView.cpp162 int32 selection = fUserList->CurrentSelection();
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp285 int32 currentSelection = fSettingsTypeListView->CurrentSelection();
/haiku/src/preferences/printers/
H A DJobListView.cpp92 return dynamic_cast<JobItem*>(ItemAt(CurrentSelection()));
/haiku/headers/os/interface/
H A DListView.h120 int32 CurrentSelection(int32 index = 0) const;
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp104 // printf("SelectionChanged() - first selected: %ld\n", CurrentSelection(0));
406 if (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {
414 while (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {

Completed in 180 milliseconds

1234