Searched refs:Select (Results 1 - 25 of 151) sorted by last modified time

1234567

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp681 Menu *menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
686 item->Select(true);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp21 #include <Select.h>
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp24 #include <Select.h>
/haiku/src/preferences/appearance/
H A DAPRView.cpp101 fAttrList->Select(0);
256 fAttrList->Select(0);
/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);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp434 fTabView->Select(TAB_LOGIN);
439 fTabView->Select(TAB_CREATE_ACCOUNT);
H A DPackageInfoView.cpp1184 Select(TAB_ABOUT);
1200 Select(TAB_ABOUT);
H A DMainWindow.cpp247 fListTabs->Select(TAB_PROMINENT_PACKAGES);
249 fListTabs->Select(TAB_ALL_PACKAGES);
934 fListTabs->Select(TAB_PROMINENT_PACKAGES);
936 fListTabs->Select(TAB_ALL_PACKAGES);
1122 fListTabs->Select(TAB_ALL_PACKAGES);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp150 Select(start, finish);
190 Select(lastPos, lastPos);
H A DCalcView.cpp1289 // Need to cast to BTextView because Select() is protected
1291 static_cast<BTextView*>(fExpressionTextView)->Select(
1298 // Need to cast to BTextView because Select() is protected
1300 static_cast<BTextView*>(fExpressionTextView)->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...]
H A DPose.h86 void Select(bool selected);
186 BPose::Select(bool on) function in class:BPrivate::BPose
H A DFindPanel.cpp2491 textControl->TextView()->Select(selStart, selEnd);
/haiku/src/kits/interface/
H A DMenu.cpp2901 item->Select(true);
2904 item->Select(false);
2907 item->Select(true);
2910 item->Select(false);
3063 fSelected->Select(false);
3071 fSelected->Select(true);
3079 fSelected->Select(false);
H A DOutlineListView.cpp203 Select(currentSel + 1);
219 Select(IndexOf(item));
912 Select(fFirstSelected, fLastSelected);
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...]
/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/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/apps/icon-o-matic/gui/
H A DStyleListView.cpp616 Select(index);
H A DPathListView.cpp694 Select(index);
H A DShapeListView.cpp591 Select(index);
/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/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp27 #include <Select.h>
/haiku/headers/os/interface/
H A DListView.h116 void Select(int32 index, bool extend = false);
117 void Select(int32 from, int32 to,
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1382 fURLInputGroup->TextView()->Select(

Completed in 262 milliseconds

1234567