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

1234567

/haiku/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp112 fDeviceList->Select(0);
/haiku/headers/os/drivers/
H A DDrivers.h13 #include <Select.h>
/haiku/src/apps/mail/
H A DEnclosures.cpp191 fList->Select(0, fList->CountItems() - 1, true);
212 fList->Select(loop);
220 fList->Select(fList->CountItems() - 1);
381 Select(IndexOf(point));
H A DAddressTextControl.cpp815 textView->Select(0, textView->TextLength());
903 AddressTextControl::Select(int32 start, int32 end) function in class:AddressTextControl
905 fTextView->Select(start, end);
912 fTextView->Select(0, TextLength());
928 fTextView->Select(last, last);
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp135 fSettingsTypeListView->Select(0);
207 fSettingsTypeListView->Select(page);
H A DPose.h86 void Select(bool selected);
186 BPose::Select(bool on) function in class:BPrivate::BPose
/haiku/headers/os/interface/
H A DTabView.h37 virtual void Select(BView* owner);
132 virtual void Select(int32 index);
H A DListView.h116 void Select(int32 index, bool extend = false);
117 void Select(int32 from, int32 to,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp261 Select(index, true);
372 Select(i, true);
502 Select(index, true);
530 Select(index, true);
600 Select(0, CountItems() - 1);
642 fSelection->Select(selectable, i > 0);
811 Select(index);
/haiku/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/src/preferences/filetypes/
H A DMimeTypeListView.cpp580 Select(-1);
591 // Select it, and make it visible
594 Select(index);
631 Select(index);
H A DAttributeListView.cpp368 Select(i);
382 Select(i);
/haiku/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/headers/private/kernel/boot/
H A Dmenu.h41 void Select(bool selected);
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp99 pose->Select(false);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h65 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp84 fProtocolClassList->Select(index);
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp148 int Select(bigtime_t timeout = -1) function in class:SelectSet
612 int result = selectSet.Select();
684 int result = selectSet.Select();
797 int result = selectSet.Select();
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h56 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku/src/system/kernel/events/
H A Devent_queue.cpp100 status_t Select(int32 object, uint16 type, uint32 events, void* userData);
212 EventQueue::Select(int32 object, uint16 type, uint32 events, void* userData) function in class:EventQueue
453 status = Select(tmp.object, tmp.type,
673 error = eventQueue->Select(infos[i].object, infos[i].type,
/haiku/src/system/boot/loader/
H A Dmenu.cpp118 MenuItem::Select(bool selected) function in class:MenuItem
127 selectedItem->Select(false);
939 bootItem->Select(true);
979 volumeItem->Select(true);
1199 subMenu = new(std::nothrow) Menu(CHOICE_MENU, "Select package activation state");
1213 stateItem->Select(true);
1233 item->Select(true);
1241 Menu* menu = new(std::nothrow) Menu(CHOICE_MENU, "Select Boot Volume/State");
1277 item->Select(true);
1599 menu->AddItem(item = new(std::nothrow) MenuItem("Select boo
[all...]
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp150 Select(start, finish);
190 Select(lastPos, lastPos);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp229 Select( index );
442 Select(clickedIndex, true);
657 Select(index, true);
687 Select(toIndex, true);
736 Select(index);
769 Select(0, CountItems() - 1);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp834 fScreenSaversListView->Select(fScreenSaversListView->IndexOf(selectedItem));
947 fScreenSaversListView->Select(fScreenSaversListView->IndexOf(
964 fScreenSaversListView->Select(0);
983 fScreenSaversListView->Select(oldSelected);
1075 fTabView->Select(fSettings.WindowTab());
/haiku/src/preferences/media/
H A DMediaWindow.cpp528 fListView->Select(fListView->IndexOf(mixer));
530 fListView->Select(fListView->IndexOf(video));
532 fListView->Select(fListView->IndexOf(audio));

Completed in 165 milliseconds

1234567