Home
last modified time | relevance | path

Searched refs:pose (Results 1 – 24 of 24) sorted by relevance

/haiku/src/kits/tracker/
H A DPoseList.cpp48 BPose* pose = ItemAt(index); in FindPose() local
49 ASSERT(pose->TargetModel()); in FindPose()
50 if (*pose->TargetModel()->NodeRef() == *node) { in FindPose()
54 return pose; in FindPose()
67 BPose* pose = ItemAt(index); in FindPose() local
68 ASSERT(pose->TargetModel()); in FindPose()
69 if (*pose->TargetModel()->EntryRef() == *entry) { in FindPose()
73 return pose; in FindPose()
92 BPose* pose = ItemAt(index); in DeepFindPose() local
93 Model* model = pose->TargetModel(); in DeepFindPose()
[all …]
H A DPoseList.h90 BPose* pose = list->ItemAt(index); in EachPoseAndModel() local
91 Model* model = pose->TargetModel(); in EachPoseAndModel()
93 (eachFunction)(pose, model, eachParam1); in EachPoseAndModel()
105 BPose* pose = list->ItemAt(index); in EachPoseAndModel() local
106 Model* model = pose->TargetModel(); in EachPoseAndModel()
108 (eachFunction)(pose, model, index, eachParam1); in EachPoseAndModel()
120 BPose* pose = list->ItemAt(index); in EachPoseAndModel() local
121 Model* model = pose->TargetModel(); in EachPoseAndModel()
123 (eachFunction)(pose, model, eachParam1, eachParam2); in EachPoseAndModel()
135 BPose* pose = list->ItemAt(index); in EachPoseAndModel() local
[all …]
H A DPoseView.cpp195 OneMatches(BPose* pose, BPoseView*, void* castToPose) in OneMatches() argument
197 return pose == (const BPose*)castToPose; in OneMatches()
766 BPose* pose = fPoseList->ItemAt(index); in SavePoseLocations() local
767 if (pose->NeedsSaveLocation() && pose->HasLocation()) { in SavePoseLocations()
768 Model* model = pose->TargetModel(); in SavePoseLocations()
776 poseInfo.fLocation = pose->Location(this); in SavePoseLocations()
802 extendedPoseInfo->SetLocationForFrame(pose->Location(this), in SavePoseLocations()
1140 BPoseView::SetActivePose(BPose* pose) in SetActivePose() argument
1142 if (pose != ActivePose()) { in SetActivePose()
1144 fActivePose = pose; in SetActivePose()
[all …]
H A DPoseViewScripting.cpp288 BPose* pose = PoseAtIndex(specifyingIndex); in ExecuteProperty() local
290 if (pose == NULL) { in ExecuteProperty()
295 launchMessage.AddRef("refs", pose->TargetModel()->EntryRef()); in ExecuteProperty()
338 BPose* pose = FindPose(&ref, form, &poseIndex); in CreateProperty() local
340 if (pose == NULL) { in CreateProperty()
346 AddPoseToSelection(pose, poseIndex); in CreateProperty()
354 BPose* pose = PoseAtIndex(specifyingIndex); in CreateProperty() local
355 if (pose == NULL) { in CreateProperty()
361 AddPoseToSelection(pose, specifyingIndex); in CreateProperty()
391 BPose* pose = FindPose(&ref, form, &poseIndex); in DeleteProperty() local
[all …]
H A DVirtualDirectoryPoseView.cpp254 BPose* pose = fPoseList->FindPoseByFileName(entryRef.name); in _EntryCreated() local
255 if (pose != NULL) { in _EntryCreated()
256 if (nodeRef == *pose->TargetModel()->NodeRef()) { in _EntryCreated()
264 manager->DirectoryRemoved(*pose->TargetModel()->NodeRef()); in _EntryCreated()
270 *pose->TargetModel()->NodeRef(), *pose->TargetModel()->EntryRef()); in _EntryCreated()
307 for (int32 i = 0; BPose* pose = fPoseList->ItemAt(i); i++) { in _EntryRemoved()
308 NotOwningEntryRef poseEntryRef = *pose->TargetModel()->EntryRef(); in _EntryRemoved()
310 poses.AddItem(pose); in _EntryRemoved()
313 for (int32 i = 0; BPose* pose = poses.ItemAt(i); i++) { in _EntryRemoved()
315 *pose->TargetModel()->NodeRef(), in _EntryRemoved()
[all …]
H A DPoseView.h166 void UpdateIcon(BPose* pose);
307 void AddRemovePoseFromSelection(BPose* pose, int32 index,
329 void ScrollIntoView(BPose* pose, int32 index);
473 bool insertionSort, BPose* pose, BRect&viewBounds,
506 virtual bool DeletePose(const node_ref*, BPose* pose = NULL,
509 BPose* pose, int32 index);
512 static void PoseHandleDeviceUnmounted(BPose* pose, Model* model,
523 bool IsValidLocation(const BPose* pose);
547 void InsertPoseAfter(BPose* pose, int32* index, int32 orientation,
616 BPose* pose);
[all …]
H A DTextWidget.cpp114 BTextWidget::TextWidth(const BPoseView* pose) const in TextWidth()
116 return fText->Width(pose); in TextWidth()
121 BTextWidget::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
123 return fText->PreferredWidth(pose); in PreferredWidth()
246 if (IsEditable() && fParams.pose->IsSelected() && fLastClickedTime) { in CheckExpiration()
256 StartEdit(fParams.bounds, fParams.poseView, fParams.pose); in CheckExpiration()
274 BTextWidget::MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint) in MouseUp() argument
282 if (IsEditable() && pose->IsSelected()) { in MouseUp()
288 if (fLastClickedTime - doubleClickSpeed < pose->SelectionTime()) in MouseUp()
298 fParams.pose = pose; in MouseUp()
[all …]
H A DPendingNodeMonitorCache.cpp129 const BPose* pose) in PoseCreatedOrMoved() argument
137 } else if (item->Match(pose->TargetModel()->NodeRef())) { in PoseCreatedOrMoved()
141 pose->TargetModel()->PrintToStream(); in PoseCreatedOrMoved()
H A DFSClipboard.cpp231 BPose* pose = (BPose*)list->ItemAt(index); in FSClipboardAddPoses() local
232 Model* model = pose->TargetModel(); in FSClipboardAddPoses()
249 pose->SetClipboardMode(moveMode); in FSClipboardAddPoses()
264 pose->SetClipboardMode(moveMode); in FSClipboardAddPoses()
287 pose->SetClipboardMode(moveMode); in FSClipboardAddPoses()
338 BPose* pose = (BPose*)list->ItemAt(index); in FSClipboardRemovePoses() local
340 clipNode.node = *pose->TargetModel()->NodeRef(); in FSClipboardRemovePoses()
H A DWidgetAttributeText.cpp365 WidgetAttributeText::Width(const BPoseView* pose) in Width() argument
367 FittingText(pose); in Width()
522 StringAttributeText::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
524 return pose->StringWidth(fFullValueText.String()); in PreferredWidth()
610 ScalarAttributeText::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
614 return pose->StringWidth(widthString.String()); in PreferredWidth()
1057 TimeAttributeText::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
1060 TruncTimeBase(&widthString, fValue, pose, 100000); in PreferredWidth()
1061 return pose->StringWidth(widthString.String()); in PreferredWidth()
1155 GenericAttributeText::PreferredWidth(const BPoseView* pose) const in PreferredWidth()
[all …]
H A DUtilities.h100 typedef bool (*PeriodicUpdateCallback)(BPose* pose, void* cookie);
102 void AddPose(BPose* pose, BPoseView* poseView,
104 bool RemovePose(BPose* pose, void** cookie);
110 BPose* pose; member
H A DOpenWithWindow.cpp716 OpenWithPoseView::OpenSelection(BPose* pose, int32*) in OpenSelection() argument
724 if (pose == NULL) in OpenSelection()
725 pose = SelectionList()->FirstItem(); in OpenSelection()
727 ASSERT(pose != NULL); in OpenSelection()
729 BEntry entry(pose->TargetModel()->EntryRef()); in OpenSelection()
733 errorString.ReplaceFirst("%appname", pose->TargetModel()->Name()); in OpenSelection()
742 if (OpenWithRelation(pose->TargetModel()) == kNoRelation) { in OpenSelection()
751 warning.ReplaceFirst("%appname", pose->TargetModel()->Name()); in OpenSelection()
768 message.AddRef("handler", pose->TargetModel()->EntryRef()); in OpenSelection()
H A DUtilities.cpp217 PeriodicUpdatePoses::AddPose(BPose* pose, BPoseView* poseView, in AddPose() argument
221 periodic->pose = pose; in AddPose()
230 PeriodicUpdatePoses::RemovePose(BPose* pose, void** cookie) in RemovePose() argument
234 if (fPoseList.ItemAt(index)->pose == pose) { in RemovePose()
260 if ((periodic->callback(periodic->pose, periodic->cookie) in DoPeriodicUpdate()
262 periodic->pose_view->UpdateIcon(periodic->pose); in DoPeriodicUpdate()
H A DTextWidget.h51 BPose* pose; member
H A DPose.cpp199 OneMouseUp(BTextWidget* widget, BPose* pose, BPoseView* poseView, in OneMouseUp() argument
206 rect = widget->CalcClickRect(pose->Location(poseView), NULL, poseView); in OneMouseUp()
209 widget->MouseUp(rect, poseView, pose, where); in OneMouseUp()
308 BPose::_PeriodicUpdateCallback(BPose* pose, void* cookie) in _PeriodicUpdateCallback() argument
310 return pose->UpdateVolumeSpaceBar((BVolume*)cookie); in _PeriodicUpdateCallback()
H A DContainerWindow.cpp2233 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in SetupEditQueryItem() local
2234 Model model(pose->TargetModel()->EntryRef(), true); in SetupEditQueryItem()
2299 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in SetupOpenWithMenu() local
2300 message.AddRef("refs", pose->TargetModel()->EntryRef()); in SetupOpenWithMenu()
2987 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in BuildMimeTypeList() local
2988 AddMimeTypeString(mimeTypes, pose->TargetModel()); in BuildMimeTypeList()
2990 if (pose->TargetModel()->IsSymLink()) { in BuildMimeTypeList()
2992 pose->TargetModel()->EntryRef(), true, true); in BuildMimeTypeList()
3160 BPose* pose; in AddOnMessage() local
3161 while ((pose = selectionList->ItemAt(index++)) != NULL) in AddOnMessage()
[all …]
H A DTracker.cpp645 BPose* pose = poseView->FindPose(&noderef); in MessageReceived() local
646 if (pose != NULL) { in MessageReceived()
647 poseView->UpdateIcon(pose); in MessageReceived()
1721 BPose* pose = view->FindPose(child, &index); in SelectChildInParent() local
1722 if (pose != NULL) { in SelectChildInParent()
1723 view->SelectPose(pose, index); in SelectChildInParent()
H A DPose.h136 static bool _PeriodicUpdateCallback(BPose* pose, void* cookie);
H A DFilePanelPriv.cpp665 BPose* pose = fPoseView->SelectionList()->ItemAt(fSelectionIterator++); in GetNextEntryRef() local
666 if (!pose) in GetNextEntryRef()
669 *ref = *pose->TargetModel()->EntryRef(); in GetNextEntryRef()
1537 BPose* pose = PoseView()->FindPose(child, &index); in SelectChildInParent() local
1538 if (!pose) in SelectChildInParent()
1544 PoseView()->SelectPose(pose, index, true); in SelectChildInParent()
H A DQueryPoseView.cpp243 BPose* pose = oldPoseList->ItemAt(index); in AddPosesCompleted() local
244 DeletePose(pose->TargetModel()->NodeRef()); in AddPosesCompleted()
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp90 BPose *pose; in process_refs() local
91 for (int32 i = 0; (pose = view->PoseAtIndex(i)); i++) { in process_refs()
92 if (pose->IsSelected()) { in process_refs()
93 if (pose->TargetModel()->IsFile()) in process_refs()
95 if (pose->TargetModel()->IsDirectory()) in process_refs()
97 if (pose->TargetModel()->IsSymLink()) in process_refs()
99 pose->Select(false); in process_refs()
101 BPoint location = pose->Location(view); in process_refs()
104 pose->SetLocation(location, view); in process_refs()
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A Dlicense.txt59 Finally, software patents pose a constant threat to the existence of
/haiku/data/system/data/licenses/
H A DGNU LGPL v2.159 Finally, software patents pose a constant threat to the existence of
/haiku/src/apps/mail/
H A Dwords20565 pose/DGRSZ