Searched refs:Select (Results 51 - 75 of 170) sorted by relevance

1234567

/haiku-fatelf/src/kits/interface/
H A DListItem.cpp105 BListItem::Select() function in class:BListItem
/haiku-fatelf/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp114 fDeviceList->Select(0);
/haiku-fatelf/headers/os/interface/
H A DListView.h115 void Select(int32 index, bool extend = false);
116 void Select(int32 from, int32 to,
H A DTabView.h35 virtual void Select(BView* owner);
115 virtual void Select(int32 tab);
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditView.cpp50 StyledEditView::Select(int32 start, int32 finish) function in class:StyledEditView
53 BTextView::Select(start, finish);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp228 Select(index);
429 Select(clickedIndex, true);
551 Select(i, true);
716 Select(index, true);
744 Select(index, true);
813 Select(0, CountItems() - 1);
855 fSelection->Select(selectable, i > 0);
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp578 Select(-1);
589 // Select it, and make it visible
592 Select(index);
629 Select(index);
H A DAttributeListView.cpp337 Select(i);
351 Select(i);
/haiku-fatelf/src/preferences/joysticks/
H A DJoyWin.cpp46 #define SELECTGAMEPORTFIRST "Select a game port first"
118 fGamePortL->Select(0);
187 fConControllerL->Select(id);
339 fConControllerL->Select(i);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h64 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h65 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku-fatelf/src/add-ons/tracker/iconvader/
H A DIconVader.cpp108 pose->Select(false);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp111 fParent->Select(this);
/haiku-fatelf/src/apps/mail/
H A DComboBox.h133 // Select changes the list selection to the specified index, and if the
136 virtual void Select(int32 index, bool changeTextSelection = false);
/haiku-fatelf/src/libs/print/libprint/
H A DAddPrinterDlg.cpp84 fProtocolClassList->Select(index);
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp96 Menu *menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
101 item->Select(true);
/haiku-fatelf/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp148 int Select(bigtime_t timeout = -1) function in class:SelectSet
608 int result = selectSet.Select();
680 int result = selectSet.Select();
792 int result = selectSet.Select();
/haiku-fatelf/src/preferences/time/
H A DTimeWindow.cpp99 fTabView->Select(fTabView->CountTabs() - 1);
H A DNetworkTimeView.cpp280 fServerListView->Select(fSettings.GetDefaultServer());
490 fServerListView->Select(fSettings.GetDefaultServer());
/haiku-fatelf/src/preferences/locale/
H A DLocaleWindow.cpp231 fConventionsListView->Select(fConventionsListView->IndexOf(
316 fConventionsListView->Select(fConventionsListView->IndexOf(
403 fPreferredListView->Select(
646 fConventionsListView->Select(fConventionsListView->IndexOf(
/haiku-fatelf/src/system/boot/loader/
H A Dmenu.cpp113 MenuItem::Select(bool selected) function in class:MenuItem
122 selectedItem->Select(false);
481 bootItem->Select(true);
668 Menu* menu = new(std::nothrow) Menu(CHOICE_MENU, "Select Boot Volume");
688 item->Select(true);
711 item->Select(true);
977 menu->AddItem(item = new(std::nothrow) MenuItem("Select boot volume",
981 menu->AddItem(item = new(std::nothrow) MenuItem("Select safe mode options",
985 menu->AddItem(item = new(std::nothrow) MenuItem("Select debug options",
1000 menu->ItemAt(0)->Select(tru
[all...]
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.cpp224 Select( index );
437 Select(clickedIndex, true);
652 Select(index, true);
682 Select(toIndex, true);
756 Select(0, CountItems() - 1);
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.cpp499 fListView->Select(fListView->IndexOf(mixer));
501 fListView->Select(fListView->IndexOf(video));
503 fListView->Select(fListView->IndexOf(audio));
/haiku-fatelf/src/bin/bash/
H A Dcopy_cmd.c379 new_command->value.Select =
380 (SELECT_COM *)copy_for_command ((FOR_COM *)command->value.Select);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h51 virtual status_t Select(void* node, void* cookie,

Completed in 239 milliseconds

1234567