Searched refs:selected (Results 26 - 50 of 87) sorted by relevance

1234

/haiku-fatelf/src/libs/print/libprint/
H A DAddPrinterDlg.cpp141 int selected = fProtocolClassList->CurrentSelection(); local
142 if (selected >= 0) {
143 return (ProtocolClassItem*)fProtocolClassList->ItemAt(selected);
/haiku-fatelf/src/kits/interface/
H A DPopUpMenu.cpp25 BMenuItem *selected; member in struct:popup_menu_data
356 data->selected = NULL;
390 data->selected = menu->_StartTrack(data->where, data->autoInvoke, data->startOpened, rect);
463 BMenuItem *selected = data->selected; local
464 // data->selected is filled by the tracking thread
468 return selected;
H A DMenuItem.cpp451 bool selected = IsSelected(); local
453 // set low color and fill background if selected
454 bool activated = selected && (enabled || Submenu())
665 BMenuItem::Select(bool selected) argument
667 if (fSelected == selected)
671 fSelected = selected;
672 Highlight(selected);
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp196 // selected from the listview
296 int32 selected = fTranslatorListView->CurrentSelection(0); local
297 if (selected < 0)
300 TranslatorItem* item = fTranslatorListView->TranslatorAt(selected);
311 int32 selected = fTranslatorListView->CurrentSelection(0); local
312 if (selected < 0) {
313 // If none selected, clear the old one
321 TranslatorItem* item = fTranslatorListView->TranslatorAt(selected);
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp315 void MediaJack::selected() function in class:MediaJack
317 D_METHOD(("MediaJack::selected()\n"));
431 bool selected = isConnecting() || isSelected(); local
476 target->AddLine(p + BPoint(0.0, 1.0), p + BPoint(2.0, 1.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_COLOR);
478 target->AddLine(p + BPoint(0.0, 2.0), p + BPoint(2.0, 2.0), selected ? M_LIGHT_BLUE_COLOR : M_LIGHT_GRAY_COLOR);
479 target->AddLine(p + BPoint(3.0, 2.0), p + BPoint(3.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_COLOR);
480 target->AddLine(p + BPoint(0.0, 3.0), p + BPoint(2.0, 3.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_COLOR);
554 target->AddLine(p + BPoint(2.0, 1.0), p + BPoint(4.0, 1.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_COLOR);
555 target->AddLine(p + BPoint(1.0, 2.0), p + BPoint(1.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_COLOR);
556 target->AddLine(p + BPoint(2.0, 2.0), p + BPoint(4.0, 2.0), selected
[all...]
H A DMediaWire.h116 virtual void selected();
H A DMediaJack.h154 virtual void selected();
H A DMediaNodePanel.h110 virtual void selected();
/haiku-fatelf/src/apps/bootmanager/
H A DDrivesPage.cpp272 const char* selected = fSettings->FindString("disk"); local
283 if ((selected == NULL && item->IsBootDrive())
284 || (selected != NULL && !strcmp(item->Path(), selected))) {
/haiku-fatelf/src/apps/deskbar/
H A DTeamMenuItem.h65 void SetOverrideSelected(bool selected);
/haiku-fatelf/src/apps/switcher/
H A DWindowsView.cpp205 virtual void Draw(BView* owner, BRect frame, int32 index, bool selected) argument
235 virtual void Draw(BView* owner, BRect frame, int32 index, bool selected) argument
259 virtual void Draw(BView* owner, BRect frame, int32 index, bool selected) argument
263 StringItemRenderer::Draw(owner, frame, index, selected);
H A DGroupListView.h33 bool selected) = 0;
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.h33 void SetSelected(bool selected);
H A DRadioButton.h40 void SetSelected(bool selected);
H A DRadioButton.cpp80 LabeledRadioButton::SetSelected(bool selected) argument
82 fRadioButton->SetSelected(selected);
121 // deselect the button, if we do already have a selected one
151 // if it was the selected one, we don't have a selection anymore
216 // has not been selected one before has become selected.
226 // deselect the old selected button
242 message.AddPointer("selected button", fSelected);
243 message.AddInt32("selected index", SelectedIndex());
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp278 int32 selected = m_pMenuOutlineView->CurrentSelection(); local
279 if (selected < 0)
283 (m_pMenuOutlineView->ItemAt(selected));
322 // Remove selected item and all subitems from
337 // Delete the selected item and all subitems
369 int32 selected = m_pMenuOutlineView->CurrentSelection(); local
370 if (selected >= 0) {
371 BListItem* pSelItem = m_pMenuOutlineView->ItemAt(selected);
482 // See if an item in the outline list is selected
486 // If an item is selected, se
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp179 PropertyItemView::SetSelected(bool selected) argument
181 fSelected = selected;
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp142 Selectable* selected = fSelection->SelectableAt(0); local
143 _SetObject(dynamic_cast<IconObject*>(selected));
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dip2k-desc.c901 /* MAX_HW is only an upper bound on the number of selected entries.
904 const CGEN_HW_ENTRY **selected = local
909 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
914 selected[init[i].type] = &init[i];
915 cd->hw_table.entries = selected;
937 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
940 const CGEN_OPERAND **selected = local
945 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
950 selected[init[i].type] = &init[i];
951 cd->operand_table.entries = selected;
[all...]
H A Dopenrisc-desc.c742 /* MAX_HW is only an upper bound on the number of selected entries.
745 const CGEN_HW_ENTRY **selected = local
750 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
755 selected[init[i].type] = &init[i];
756 cd->hw_table.entries = selected;
778 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
781 const CGEN_OPERAND **selected = local
786 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
791 selected[init[i].type] = &init[i];
792 cd->operand_table.entries = selected;
[all...]
/haiku-fatelf/src/tests/servers/app/event_mask/
H A DEventMask.cpp230 bool selected = message->FindInt32("be:value") != 0; local
233 fViews[i]->SetPermanent(selected);
/haiku-fatelf/src/apps/showimage/
H A DPrintOptionsWindow.h68 uint32 what, bool selected);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DTreeControl.cpp87 bool selected = IsSelected(); local
89 if (selected)
97 if (selected || complete)
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dcompat.c537 driver_t *selected = NULL; local
549 if (selected == NULL || result < selectedResult) {
550 selected = drivers[i];
552 device_printf(dev, "Found MII: %s\n", selected->name);
558 return selected;
/haiku-fatelf/src/kits/tracker/
H A DTextWidget.cpp506 BView* drawView, bool selected, uint32 clipboardMode, BPoint offset,
513 // draw selection box if selected
514 if (selected) {
519 if (view->WidgetTextOutline() || selected) {
531 if (selected)
535 } else if (selected && view->Window()->IsActive()) {
540 if (clipboardMode == kMoveSelectionTo && !selected) {
560 if (!selected && view == drawView && view->WidgetTextOutline()) {
505 Draw(BRect eraseRect, BRect textRect, float, BPoseView* view, BView* drawView, bool selected, uint32 clipboardMode, BPoint offset, bool direct) argument

Completed in 214 milliseconds

1234