Searched refs:Select (Results 101 - 125 of 151) sorted by relevance

1234567

/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1195 fSoundList->Select(fSoundList->IndexOf(listItem));
1206 fSoundList->Select(index);
1329 fSoundList->Select(fSoundList->CountItems() - 1);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp246 // Select
248 Volume::Select(void* node, void* cookie, uint8 event, selectsync* sync) function in class:Volume
/haiku/src/preferences/locale/
H A DLanguageListView.cpp321 Select(dragIndex);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h116 status_t Select(void* node, void* cookie, uint8 event,
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp69 item->Select();
/haiku/src/preferences/printers/
H A DPrinterListView.cpp108 // Select active printer
113 Select(i);
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp369 FileDevice::Select(void* _cookie, uint8 event, selectsync* sync) function in class:FileDevice
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp278 // Select default keymap by language
470 // Select this item if it is the first preferred language
481 fLanguagesListView->Select(fLanguagesListView->IndexOf(currentItem));
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp466 tabView->Select(1);
604 B_TRANSLATE("Select"));
/haiku/src/kits/tracker/
H A DPoseView.cpp2288 // Select widget if there is an active one
3289 pose->Select(false);
3312 pose->Select(false);
3972 pose->Select(true);
4076 pose->Select(true);
4105 pose->Select(false);
6480 pose->Select(true);
6527 pose->Select(false);
6533 pose->Select(true);
6687 // Select firs
[all...]
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp993 fTypeListView->Select(i);
1004 fTypeListView->Select(insertAt);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp434 fTabView->Select(TAB_LOGIN);
439 fTabView->Select(TAB_CREATE_ACCOUNT);
/haiku/src/apps/terminal/
H A DTermWindow.cpp375 // Only one pending process. Select the alert text depending on whether
523 .AddItem(B_TRANSLATE("Select all"), B_SELECT_ALL, 'A')
1094 fTabView->Select(index);
1411 fTabView->Select(tabIndex);
1469 fTabView->Select(newIndex);
H A DThemeView.cpp250 fAttrList->Select(0);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp248 // Select
250 BeOSKernelVolume::Select(void* node, void* cookie, uint8 event, function in class:BeOSKernelVolume
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp412 ATADevice::Select() function in class:ATADevice
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp433 fUnicodeBlockView->Select(0);
/haiku/headers/os/drivers/
H A Dfs_interface.h13 #include <Select.h>
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp453 fListView->Select(i);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp168 fListView->Select(0);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp434 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) function in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp729 return device->Select(event, ref, sync);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp325 fSelectM = new BMenu(B_TRANSLATE("Select"));
513 // Select
515 PropertyListView::Select(PropertyItemView* item) function in class:PropertyListView
/haiku/src/kits/interface/
H A DMenuItem.cpp658 BMenuItem::Select(bool selected) function in class:BMenuItem
/haiku/headers/os/interface/
H A DTextView.h130 virtual void Select(int32 startOffset, int32 endOffset);

Completed in 189 milliseconds

1234567