Searched refs:Select (Results 1 - 25 of 151) sorted by relevance

1234567

/haiku/src/apps/haikudepot/ui/
H A DTabView.h24 virtual void Select(int32 tabIndex) function in class:TabView
26 BTabView::Select(tabIndex);
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp76 fTextView->Select(fStart, fStart);
78 fTextView->Select(fStart, fStart);
107 fTextView->Select(fStart, fStart);
152 fTextView->Select(fStart, fStart);
155 fTextView->Select(fStart, fEnd);
162 fTextView->Select(fStart, fStart);
165 fTextView->Select(fStart + fPasteTextLength, fStart + fPasteTextLength);
186 fTextView->Select(fStart, fStart);
226 fTextView->Select(fDropLocation, fDropLocation);
229 fTextView->Select(fStar
[all...]
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp38 fSelection->Select(this, !exclusive);
H A DSelection.h24 bool Select(Selectable* object,
H A DSelection.cpp28 // Select
30 Selection::Select(Selectable* object, bool extend) function in class:Selection
43 debugger("Selection::Select() - "
53 fprintf(stderr, "Selection::Select() - out of memory\n");
59 debugger("Selection::Select() - "
/haiku/src/preferences/notifications/
H A DPrefletView.h25 virtual void Select(int32 index);
H A DPrefletView.cpp62 PrefletView::Select(int32 index) function in class:PrefletView
67 BTabView::Select(index);
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp26 Select(uint16_t selector) function in namespace:FwCfg
93 Select(dir);
131 Select(file.select);
142 Select(fwCfgSelectSignature);
144 Select(fwCfgSelectId);
146 Select(fwCfgSelectFileDir);
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp49 fTextView->Select(caretPos, caretPos + selectionLength);
131 Select(index);
139 Select(index);
H A DAutoCompleter.cpp122 BAutoCompleter::Select(int32 index) function in class:BAutoCompleter
125 return fCompletionStyle->Select(index);
H A DAutoCompleterDefaultImpl.cpp55 BDefaultCompletionStyle::Select(int32 index) function in class:BDefaultCompletionStyle
81 return Select(newIndex);
98 return Select(newIndex);
136 Select(-1);
154 Select(-1);
184 Select(-1);
224 fCompleter->Select(CurrentSelection(0));
349 fListView->Select(index);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.h40 virtual void Select(int32 start, int32 finish);
H A DNummericalTextView.cpp137 // Select
139 NummericalTextView::Select(int32 start, int32 finish) function in class:NummericalTextView
141 InputTextView::Select(start, finish);
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp103 BaseDevice::Select(void* cookie, uint8 event, selectsync* sync) function in class:BaseDevice
H A DBaseDevice.h43 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
H A DFileDevice.h42 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
H A DAbstractModuleDevice.h41 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
/haiku/src/apps/stylededit/
H A DStyledEditView.h34 virtual void Select(int32 start, int32 finish);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h56 virtual void Select(bool select = true);
79 virtual void Select(BView* owner);
/haiku/headers/os/interface/
H A DListItem.h33 void Select();
/haiku/src/apps/mail/
H A DAddressTextControl.h40 void Select(int32 start, int32 end);
H A DSignature.cpp103 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Select all"),
236 textView->Select(0, textView->TextLength());
285 textView->Select(0, textView->TextLength());
472 TextView()->Select(0, TextView()->TextLength());
519 Select(0, 0);
524 Select(TextLength(), TextLength());
573 Select(start, start + size);
584 Select(0, TextLength());
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp111 fListView->Select(0);
117 fListView->Select(i);
225 fListView->Select(0);
232 fListView->Select(i);
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.cpp102 Select(selection);
/haiku/headers/os/drivers/tty/
H A Dtty_module.h11 #include <Select.h>

Completed in 254 milliseconds

1234567