Searched refs:Select (Results 26 - 50 of 151) sorted by relevance

1234567

/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp215 BatteryTab::Select(BView* owner) function in class:BatteryTab
217 BTab::Select(owner);
218 fBatteryView->Select();
303 ExtPowerStatusView::Select(bool select) function in class:ExtPowerStatusView
376 fSelectedView->Select();
/haiku/src/kits/interface/
H A DListView.cpp54 "Select and invoke the specified items, first removing any existing "
79 "Select or deselect all items in the selection. Boolean field \"data\" "
333 Select(index, false);
355 Select(beg, end - 1, false);
405 Select(index,
430 Select(beg, end - 1, fListType
449 Select(0, CountItems() - 1, true);
477 Select(0, CountItems() - 1, false);
498 Select(i);
512 // Select th
1258 BListView::Select(int32 index, bool extend) function in class:BListView
1268 BListView::Select(int32 start, int32 finish, bool extend) function in class:BListView
[all...]
H A DTabView.cpp152 BTab::Select(BView* owner) function in class:BTab
226 Select(fTabView->ContainerView());
570 Select(fSelection);
600 Select(0);
652 Select(selection);
687 Select(Selection() + 1);
690 Select(selection - 1);
730 Select(FocusTab());
754 Select(Selection() - 1);
758 Select(Selectio
796 BTabView::Select(int32 index) function in class:BTabView
[all...]
H A DListItem.cpp106 BListItem::Select() function in class:BListItem
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h97 virtual bool Select(int32 index) = 0;
138 bool Select(int32 index);
H A DAutoCompleterDefaultImpl.h34 virtual bool Select(int32 index);
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp159 item->Select(true);
178 item->Select(true);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp82 Select(0);
154 tabView->Select(1);
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp69 fTabView->Select(0L);
111 fTabView->Select(2);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp85 StyledEditView::Select(int32 start, int32 finish) function in class:StyledEditView
88 BTextView::Select(start, finish);
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp134 AbstractModuleDevice::Select(void* cookie, uint8 event, selectsync* sync) function in class:AbstractModuleDevice
137 return BaseDevice::Select(cookie, event, sync);
/haiku/src/apps/terminal/
H A DSmartTabView.h48 virtual void Select(int32 tab);
H A DSmartTabView.cpp130 SmartTabView::Select(int32 index) function in class:SmartTabView
132 BTabView::Select(index);
158 Select(0);
/haiku/src/apps/diskusage/
H A DControlsView.cpp285 Select(j);
311 Select(i);
346 Select(1);
348 Select(i - 1);
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp51 Menu* menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
56 item->Select(true);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h76 void Select(PropertyItemView* item);
/haiku/src/apps/mail/
H A DContent.cpp649 // Select the text if it worked
653 fTextView->Select(found, found + strlen(str));
748 fTextView->Select(length, length);
753 fTextView->Select(length, length);
755 fTextView->Select(length, length + bytesRead);
759 fTextView->Select(length - 2 , length - 2);
906 Select(0, 0);
919 Select(length, length);
935 Select(start, start);
956 Select(star
[all...]
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp239 fConventionsListView->Select(fConventionsListView->IndexOf(
310 fConventionsListView->Select(fConventionsListView->IndexOf(
342 fPreferredListView->Select(dropIndex - i, dropIndex - 1);
380 fPreferredListView->Select(dropIndex - i, dropIndex - 1);
401 fPreferredListView->Select(
645 fConventionsListView->Select(fConventionsListView->IndexOf(
/haiku/src/apps/people/
H A DPersonView.cpp155 text->Select(0, text->TextLength());
406 text->Select(end, end);
409 text->Select(text->TextLength(), text->TextLength());
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp86 fShadeList->Select(fParent->Config.ShadeID);
/haiku/src/preferences/time/
H A DTimeWindow.cpp108 fTabView->Select(fTabView->CountTabs() - 1);
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp41 Menu *menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
46 item->Select(true);
/haiku/headers/os/interface/
H A DMenuItem.h74 void Select(bool select);
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp159 Select(blockIndex);
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp51 Menu *menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
56 item->Select(true);

Completed in 154 milliseconds

1234567