Searched refs:selection (Results 1 - 25 of 43) sorted by last modified time

12

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp182 printf("FilePanel: Save console selection\n");
485 PoorManWindow::SaveConsole(BMessage* message, bool selection) argument
512 if (!selection) {
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp364 // delay the initial selection try
619 // go through selection list looking at content
627 // selection mode then we don't disable button ever
641 // No selection, but the current directory could be opened.
1046 item = new BMenuItem(B_TRANSLATE("Invert selection"),
1681 BObjectList<BPose>* selection = PoseView()->SelectionList(); local
1685 && selection->CountItems() == 1) {
1686 Model* model = selection->FirstItem()->TargetModel();
1699 if (selection->CountItems()) {
1703 // go through selection an
[all...]
H A DPoseView.h297 // selection
317 // pose selection
611 // selection
780 selection(NULL)
789 BList* selection; member in struct:BPrivate::BPoseView::SelectionRectInfo
H A DPoseView.cpp992 // Escape + SHIFT will remove current selection from clipboard,
3954 // clear selection list
3997 // Extend selection
4006 // TODO: shrink selection depending on anchor
4074 // TODO: need to check if pose is member of selection list
4944 // launch items from the current selection with <appModel>; only pass
5185 // Moves selection from srcWindow into this window, copying if necessary.
6077 // create entry_ref list from selection
6117 // first move selection to trash,
6266 // create entry_ref list from selection
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h96 // selection
97 void SetSelection(Selection* selection);
H A DListViews.cpp568 DragSortableListView::SetSelection(Selection* selection) argument
570 if (fSelection == selection)
576 fSelection = selection;
/haiku/src/kits/interface/
H A DTextView.cpp191 "selection",
194 "Returns the current selection.", 0,
198 "selection",
201 "Sets the current selection.", 0,
1148 // hide the caret/unhighlight the selection
1279 // hide the caret/unhighlight the selection
1511 // a negative selection?
1515 // is the new selection any different from the current selection?
1525 // unhilite the selection
[all...]
H A DTabView.cpp650 int32 selection; local
651 if (message->FindInt32("data", &selection) == B_OK) {
652 Select(selection);
683 int32 selection = Selection();
685 if (deltaY > 0 && selection < numTabs - 1) {
688 } else if (deltaY < 0 && selection > 0 && numTabs > 1) {
690 Select(selection - 1);
749 int32 selection = Selection(); local
753 if (selection > 0 && numTabs > 1)
757 if (selection < numTab
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp1038 ShowImageView::_GetMergeRects(BBitmap* merge, BRect selection, BRect& srcRect, argument
1044 dstRect = selection;
1068 ShowImageView::_MergeWithBitmap(BBitmap* merge, BRect selection) argument
1083 _GetMergeRects(merge, selection, srcRect, dstRect);
1130 // begin new selection
1165 // selection must be at least 2 pixels wide or 2 pixels tall
1698 // remove selection
1747 // remove selection
H A DShowImageView.h125 BRect selection, BRect& srcRect,
132 BRect selection);
203 // first point in image space of selection
209 // the portion of the background bitmap the selection is made
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp612 // change the selection
752 // Change the selection to the current point if it isn't currently
1101 // reverse selection along with path
1319 // NOTE: copy selection since removing points will
1321 // selection
1322 Selection selection = *fSelection; local
1323 int32 count = selection.CountItems();
1325 if (!fPath->RemovePoint(selection.IndexAt(i) - i))
1409 // merge old and new selection
1621 // selection mod
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp181 // menuItem = new BMenuItem(B_TRANSLATE("Save selection"),
2078 short selection = fParent->Selection(); local
2084 if (selection == 0) {
2108 if (selection == 1) {
2130 if (selection == 2) {
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp154 // restore selection
173 const int32* selection, int32 selectionCount)
202 if (selectionCount > 0 && selection) {
205 memcpy(fOldSelection, selection, selectionCount * sizeof(int32));
172 _Init(const int32* indices, int32 count, const int32* selection, int32 selectionCount) argument
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp162 IconObjectListView::SetSelection(Selection* selection) argument
164 if (fSelection == selection)
170 fSelection = selection;
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp237 // property selection
332 fInvertSelectionMI = new BMenuItem(B_TRANSLATE("Invert selection"),
402 // remember scroll pos, selection and focused item
404 BList selection(20);
408 selection.AddItem((void*)(long)i);
429 // restore scroll pos, selection and focus
432 if (selection.HasItem((void*)(long)i))
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp1077 int32 selection; local
1086 selection = warning->Go();
1088 if (selection == 1) {
H A DPackageView.cpp134 int32 selection = text->Go(); local
137 if (selection == 0)
/haiku/src/preferences/time/
H A DZoneView.cpp492 int32 selection = fZoneList->CurrentSelection(); local
494 = selection < 0
496 : static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
532 int32 selection = fZoneList->CurrentSelection(); local
533 if (selection < 0)
537 = static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c4573 static BOOL feedsecurityattr(const char *attr, u32 selection, argument
4602 if (phead->dacl && (selection & DACL_SECURITY_INFORMATION)) {
4613 if (offowner && (selection & OWNER_SECURITY_INFORMATION)) {
4624 if (offgroup && (selection & GROUP_SECURITY_INFORMATION)) {
4634 if (phead->sacl && (selection & SACL_SECURITY_INFORMATION)) {
4654 if (selection & OWNER_SECURITY_INFORMATION)
4656 if (selection & GROUP_SECURITY_INFORMATION)
4658 if (selection & DACL_SECURITY_INFORMATION)
4664 if (selection & SACL_SECURITY_INFORMATION)
4679 if (selection
4725 mergesecurityattr(ntfs_volume *vol, const char *oldattr, const char *newattr, u32 selection, ntfs_inode *ni) argument
4901 ntfs_get_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, char *buf, u32 buflen, u32 *psize) argument
4954 ntfs_set_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, const char *attr) argument
[all...]
H A Dacls.c706 unsigned int selection; local
729 selection = (fordir ? CONTAINER_INHERIT_ACE : OBJECT_INHERIT_ACE);
763 if ((poldace->flags & selection)
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp133 TextEditor::SetSelection(TextSelection selection) argument
135 _SetSelection(selection.Caret(), selection.Anchor(), true, true);
148 // TODO: Apply style to selection range
/haiku/src/apps/bootmanager/
H A Dbootman.S174 selection resw 1
370 mov [bp + selection], ax
456 mov ax, [bp + selection]
462 mov [bp + selection], ax
468 mov [bp + selection], ax
472 mov ax, [bp + selection]
478 mov [bp + selection], ax
483 mov [bp + selection], ax
511 cmp cx, [bp + selection]
531 cmp cx, [bp + selection]
[all...]
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp21 #include <solv/selection.h>
257 SolvQueue selection; local
265 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
274 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
283 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
292 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
301 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
304 return _GetFoundPackages(selection, flags, _packages);
1204 BString selection; local
1206 selection
1286 _GetFoundPackages(SolvQueue& selection, uint32 flags, BObjectList<BSolverPackage>& _packages) argument
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.cpp95 int32 selection = CurrentSelection(); local
96 if (selection >= 0) {
97 delete RemoveItem(selection);
100 if (selection >= count)
101 selection = count - 1;
102 Select(selection);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp346 int32 selection = -1; local
347 message->FindInt32("which", &selection);
348 if (selection != 0)

Completed in 214 milliseconds

12