Searched refs:CurrentSelection (Results 1 - 25 of 86) sorted by relevance

1234

/haiku-fatelf/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp131 printf("kMsgRemoveDevice: %ld\n", fDeviceList->CurrentSelection(0));
132 fDeviceList->RemoveItem(fDeviceList->CurrentSelection(0));
146 ->ItemAt(fDeviceList->CurrentSelection(0)));
157 ->ItemAt(fDeviceList->CurrentSelection(0)));
H A DInquiryPanel.cpp207 int32 index = fRemoteList->CurrentSelection(0);
327 if (fRemoteList->CurrentSelection() < 0 || fScanning || fRetrieving)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DListControl.cpp80 if (CurrentSelection() < 0)
88 int index = CurrentSelection();
H A DBeManager.cpp95 int32 curTreeItem = treeView->CurrentSelection();
96 int32 curListItem = listView->CurrentSelection();
H A DGroupProperties.cpp212 int index = listView->CurrentSelection();
247 int index = listView->CurrentSelection();
/haiku-fatelf/headers/libs/print/libprint/
H A DAddPrinterDlg.h40 ProtocolClassItem* CurrentSelection();
/haiku-fatelf/src/libs/print/libprint/
H A DAddPrinterDlg.cpp139 AddPrinterView::CurrentSelection() function in class:AddPrinterView
141 int selected = fProtocolClassList->CurrentSelection();
153 ProtocolClassItem *item = CurrentSelection();
166 ProtocolClassItem* item = CurrentSelection();
/haiku-fatelf/src/preferences/filetypes/
H A DTypeListWindow.cpp82 fSelectButton->SetEnabled(fListView->CurrentSelection() >= 0);
88 fListView->CurrentSelection()));
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp122 int32 idx = fManufacturersListView->CurrentSelection();
158 int32 idx = fPrintersListView->CurrentSelection();
169 idx = fPrintersListView->CurrentSelection();
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaFileListView.cpp95 int32 selection = CurrentSelection();
/haiku-fatelf/src/preferences/network_old/
H A DNetListView.cpp13 int32 index = CurrentSelection();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DIconListItem.h53 if (CurrentSelection() < 0)
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp144 int32 index = listView->CurrentSelection();
159 int32 index = fPrintersListView->CurrentSelection();
/haiku-fatelf/src/preferences/sounds/
H A DHEventList.cpp115 HEventRow* row = (HEventRow*)CurrentSelection();
145 HEventRow* row = (HEventRow*)CurrentSelection();
H A DHWindow.cpp171 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
192 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
238 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
407 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
/haiku-fatelf/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp98 fParent->Config.ShadeID = fShadeList->CurrentSelection();
/haiku-fatelf/src/apps/installedpackages/
H A DUninstallView.cpp180 if (i == fAppList->CurrentSelection())
211 int32 index = fAppList->CurrentSelection();
237 int32 index = fAppList->CurrentSelection();
/haiku-fatelf/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp63 TeamRow* row = dynamic_cast<TeamRow*>(fTeamsListView->CurrentSelection());
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DInterfacesAddOn.cpp127 int nr = fListview->CurrentSelection();
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp152 item = dynamic_cast<DormantNodeListItem *>(ItemAt(CurrentSelection()));
227 DormantNodeListItem *item = dynamic_cast<DormantNodeListItem *>(ItemAt(CurrentSelection()));
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp225 BListItem* item = ItemAt(CurrentSelection(0));
241 for (numItems = 0; BListItem* item = ItemAt(CurrentSelection(numItems)); numItems++) {
260 int32 index = CurrentSelection(i);
543 if (CurrentSelection(0) >= 0)
772 for (int32 i = 0; BListItem* item = ItemAt(CurrentSelection(i)); i++)
821 while (CurrentSelection(count) >= 0)
838 for (int32 i = 0; BListItem* item = ItemAt(CurrentSelection(i)); i++) {
1038 for (int32 i = 0; (index = CurrentSelection(i)) >= 0; i++)
/haiku-fatelf/src/preferences/appearance/
H A DAPRView.cpp160 fAttrList->ItemAt(fAttrList->CurrentSelection());
252 int32 currentIndex = fAttrList->CurrentSelection();
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp153 = dynamic_cast<ShapeListItem*>(ItemAt(CurrentSelection(0)));
179 index = CurrentSelection(i);
240 ItemAt(CurrentSelection(i)));
750 bool gotSelection = CurrentSelection(0) >= 0;
765 ItemAt(CurrentSelection(i)));
H A DStyleListView.cpp323 index = CurrentSelection(i);
338 ItemAt(CurrentSelection(i)));
376 = dynamic_cast<StyleListItem*>(ItemAt(CurrentSelection(0)));
430 ItemAt(CurrentSelection(i)));
856 bool gotSelection = CurrentSelection(0) >= 0;
H A DPathListView.cpp320 = dynamic_cast<PathListItem*>(ItemAt(CurrentSelection(0)));
439 ItemAt(CurrentSelection(0)));
453 ItemAt(CurrentSelection(0)));
466 ItemAt(CurrentSelection(0)));
480 ItemAt(CurrentSelection(0)));
510 ItemAt(CurrentSelection(i)));
961 bool gotSelection = CurrentSelection(0) >= 0;

Completed in 281 milliseconds

1234