Searched refs:selected (Results 1 - 25 of 87) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp29 Selectable::SetSelected(bool selected, bool exclusive) argument
33 if (selected == fSelected)
37 if (selected)
57 Selectable::_SetSelected(bool selected) argument
60 if (fSelected != selected) {
61 fSelected = selected;
H A DSelectable.h27 void SetSelected(bool selected,
33 void _SetSelected(bool selected);
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp90 bool selected = item->IsSelected(); local
96 console_color background = selected
98 console_color foreground = selected
137 console_set_color(selected ? DARK_GRAY : WHITE, background);
148 if (!selected)
317 make_item_visible(Menu *menu, int32 selected) argument
319 if (sMenuOffset > selected
320 || sMenuOffset + menu_height() <= selected) {
321 if (sMenuOffset > selected)
322 sMenuOffset = selected;
335 select_previous_valid_item(Menu *menu, int32 selected) argument
353 select_next_valid_item(Menu *menu, int32 selected) argument
371 invoke_item(Menu* menu, MenuItem* item, int32& selected, char key) argument
420 int32 selected; local
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp41 AbstractButton::SetSelected(bool selected) argument
43 if (selected != fSelected) {
44 fSelected = selected;
68 message.AddBool("selected", IsSelected());
105 // update selected state according to policy
106 bool selected = fSelected; local
109 selected = !fSelected;
112 selected = true;
115 selected = false;
119 SetSelected(selected);
[all...]
H A DCheckBox.h37 void SetSelected(bool selected);
H A DCheckBox.cpp81 LabeledCheckBox::SetSelected(bool selected) argument
83 fCheckBox->SetSelected(selected);
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp90 int32 selected = -1; local
91 menu->FindSelected(&selected);
92 printf("\n[%ld]? ", selected);
152 // Get selected entry, or select the last one, if there is none
153 int32 selected; local
154 MenuItem *item = menu->FindSelected(&selected);
156 selected = menu->CountItems() - 1;
157 item = menu->ItemAt(selected);
170 selected = atoi(buffer);
172 item = menu->ItemAt(selected);
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.cpp26 const int32* selected,
33 if (fOldSelectionCount > 0 && selected) {
35 memcpy(fOldSelection, selected, fOldSelectionCount * sizeof(int32));
24 AddPointCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
H A DChangePointCommand.cpp29 const int32* selected,
38 if (fOldSelectionCount > 0 && selected) {
40 memcpy(fOldSelection, selected, fOldSelectionCount * sizeof(int32));
27 ChangePointCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
H A DAddPointCommand.h21 const int32* selected,
H A DChangePointCommand.h20 const int32* selected,
H A DInsertPointCommand.h20 const int32* selected,
H A DRemovePointsCommand.cpp28 // * when clicking a point in Remove mode, with other points selected
31 const int32* selected,
43 _Init(&index, 1, selected, count);
47 // * when hitting the Delete key, so the selected points are the
50 const int32* selected,
62 _Init(selected, count, selected, count);
29 RemovePointsCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
49 RemovePointsCommand(VectorPath* path, const int32* selected, int32 count) argument
H A DInsertPointCommand.cpp29 const int32* selected,
41 if (fOldSelectionCount > 0 && selected) {
43 memcpy(fOldSelection, selected, count * sizeof(int32));
27 InsertPointCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp56 bool selected = IsSelected(); local
69 if (selected)
90 if (selected)
105 if (selected)
116 if (selected)
129 if (selected) {
H A DNoiseBarMenuItem.cpp38 bool selected = IsSelected(); local
54 if (selected)
73 if (selected)
98 if (selected)
H A DThreadBarMenuItem.cpp43 bool selected = IsSelected(); local
59 if (selected)
80 if (selected)
101 if (selected) {
113 if (selected)
H A DMemoryBarMenuItem.cpp72 bool selected = IsSelected();
89 if (selected)
110 if (selected)
128 if (selected)
142 if (selected)
161 if (selected)
173 if (selected)
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp48 BMenuItem* selected = fMenu->Go(parent->ConvertToScreen(point)); local
49 if (selected) {
50 msg->SetString("text", selected->Label());
/haiku/src/kits/tracker/
H A DTextWidget.h63 bool selected, uint32 clipboardMode);
65 BView* drawView, bool selected, uint32 clipboardMode, BPoint offset,
185 BPoseView* view, bool selected, uint32 clipboardMode)
187 Draw(widgetRect, widgetTextRect, width, view, (BView*)view, selected,
184 Draw(BRect widgetRect, BRect widgetTextRect, float width, BPoseView* view, bool selected, uint32 clipboardMode) argument
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.cpp83 selected();
95 selected();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp83 PropertyEditorView::SetSelected(bool selected) argument
85 fSelected = selected;
H A DPropertyEditorView.h33 void SetSelected(bool selected);
H A DPropertyItemView.h41 void SetSelected(bool selected);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp166 back to this and other views that a package has been selected. This
400 bool selected)
402 if (selected) {
409 _DrawPackageIcon(updateRect, pkg, y, selected);
410 _DrawPackageTitle(updateRect, pkg, y, selected);
411 _DrawPackagePublisher(updateRect, pkg, y, selected);
412 _DrawPackageCronologicalInfo(updateRect, pkg, y, selected);
413 _DrawPackageRating(updateRect, pkg, y, selected);
414 _DrawPackageSummary(updateRect, pkg, y, selected);
419 bool selected)
399 _DrawPackage(BRect updateRect, PackageInfoRef pkg, int index, float y, bool selected) argument
418 _DrawPackageIcon(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
442 _DrawPackageTitle(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
480 _DrawPackageGenericTextSlug(BRect updateRect, PackageInfoRef pkg, const BString& text, float y, float yProportion, bool selected) argument
508 _DrawPackagePublisher(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
516 _DrawPackageCronologicalInfo(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
528 _DrawPackageRating(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
539 _DrawPackageSummary(BRect updateRect, PackageInfoRef pkg, float y, bool selected) argument
[all...]

Completed in 133 milliseconds

1234