Searched refs:poseView (Results 1 - 15 of 15) sorted by relevance

/haiku/src/kits/tracker/
H A DPose.cpp132 BPose::CreateWidgets(BPoseView* poseView) argument
135 BColumn* column = poseView->ColumnAt(index);
139 fWidgetList.AddItem(new BTextWidget(fModel, column, poseView));
145 BPose::AddWidget(BPoseView* poseView, BColumn* column) argument
151 BTextWidget* widget = new BTextWidget(fModel, column, poseView);
159 BPose::AddWidget(BPoseView* poseView, BColumn* column, argument
166 BTextWidget* widget = new BTextWidget(fModel, column, poseView);
184 BPose::Commit(bool saveChanges, BPoint loc, BPoseView* poseView, argument
191 widget->StopEdit(saveChanges, loc, poseView, this, poseIndex);
199 OneMouseUp(BTextWidget* widget, BPose* pose, BPoseView* poseView, argument
218 MouseUp(BPoint poseLoc, BPoseView* poseView, BPoint where, int32) argument
225 OneCheckAndUpdate(BTextWidget* widget, BPose*, BPoseView* poseView, BColumn* column, BPoint poseLoc) argument
233 UpdateAllWidgets(int32, BPoint poseLoc, BPoseView* poseView) argument
244 UpdateWidgetAndModel(Model* resolvedModel, const char* attrName, uint32 attrType, int32, BPoint poseLoc, BPoseView* poseView, bool visible) argument
341 UpdateIcon(BPoint poseLoc, BPoseView* poseView) argument
366 UpdateBrokenSymLink(BPoint poseLoc, BPoseView* poseView) argument
378 UpdateWasBrokenSymlink(BPoint poseLoc, BPoseView* poseView) argument
401 EditFirstWidget(BPoint poseLoc, BPoseView* poseView) argument
425 EditPreviousNextWidgetCommon(BPoseView* poseView, bool next) argument
466 EditNextWidget(BPoseView* poseView) argument
473 EditPreviousWidget(BPoseView* poseView) argument
480 PointInPose(const BPoseView* poseView, BPoint where) const argument
523 PointInPose(BPoint where, const BPoseView* poseView, BPoint point, BTextWidget** hitWidget) const argument
554 Draw(BRect rect, const BRect& updateRect, BPoseView* poseView, BView* drawView, bool fullDraw, BPoint offset, bool selected) argument
693 DeselectWithoutErasingBackground(BRect, BPoseView* poseView) argument
720 MoveTo(BPoint point, BPoseView* poseView, bool invalidate) argument
794 WidgetFor(BColumn* column, BPoseView* poseView, ModelNodeLazyOpener &opener, int32* index) argument
903 SetLocation(BPoint point, const BPoseView* poseView) argument
918 CalcRect(BPoint loc, const BPoseView* poseView, bool minimalRect) const argument
982 _IconRect(const BPoseView* poseView, BPoint location) const argument
[all...]
H A DBackgroundImage.cpp178 BPoseView* poseView = dynamic_cast<BPoseView*>(fView); local
179 if (poseView != NULL)
180 poseView->SetWidgetTextOutline(info->fTextWidgetOutline);
190 BPoseView* poseView = dynamic_cast<BPoseView*>(view); local
191 if (poseView != NULL)
192 poseView->SetWidgetTextOutline(info->fTextWidgetOutline);
287 BPoseView* poseView = dynamic_cast<BPoseView*>(fView); local
290 if (poseView != NULL)
291 poseView->SetWidgetTextOutline(true);
343 BPoseView* poseView local
378 Refresh(BackgroundImage* oldBackgroundImage, const BNode* fromNode, bool desktop, BPoseView* poseView) argument
[all...]
H A DPendingNodeMonitorCache.cpp128 PendingNodeMonitorCache::PoseCreatedOrMoved(BPoseView* poseView, argument
145 poseView->FSNotification(item->NodeMonitor());
H A DPose.h74 BPoseView* poseView);
93 BTextWidget* WidgetFor(BColumn* column, BPoseView* poseView,
112 void UpdateWasBrokenSymlink(BPoint poseLoc, BPoseView* poseView);
119 BPoint Location(const BPoseView* poseView) const;
137 void EditPreviousNextWidgetCommon(BPoseView* poseView, bool next);
140 BRect _IconRect(const BPoseView* poseView,
H A DTitleView.cpp641 BPoseView* poseView = fTitleView->PoseView(); local
646 poseView->ResizeColumn(fTitle->fColumn, newWidth, &fLastLineDrawPos,
674 BPoseView* poseView = fTitleView->PoseView(); local
675 ASSERT(!poseView->IsDesktopWindow());
677 BRect poseViewBounds(poseView->Bounds());
683 _DrawLine(poseView, poseViewBounds.LeftTop(),
815 BPoseView* poseView = fTitleView->PoseView(); local
817 uint32 primarySort = poseView->PrimarySort();
818 uint32 secondarySort = poseView->SecondarySort();
826 poseView
[all...]
H A DBackgroundImage.h107 const BNode* fromNode, bool desktop, BPoseView* poseView);
H A DPoseView.h511 int32 index, BPoseView* poseView, dev_t device);
513 BPoseView* poseView, dev_t);
574 bool (*)(BPose*, BPoseView*, void*), BPoseView* poseView,
589 static status_t CreateClippingFile(BPoseView* poseView, BFile&result,
1340 EachTextWidget(BPose* pose, BPoseView* poseView, argument
1344 BColumn* column = poseView->ColumnAt(index);
1350 (func)(widget, pose, poseView, column, p1);
1357 EachTextWidget(BPose* pose, BPoseView* poseView, argument
1362 BColumn* column = poseView->ColumnAt(index);
1368 (func)(widget, pose, poseView, colum
1375 WhileEachTextWidget(BPose* pose, BPoseView* poseView, Result (*func)(BTextWidget*, BPose*, BPoseView*, BColumn*, Param1, Param2), Param1 p1, Param2 p2) argument
[all...]
H A DTextWidget.h53 BPoseView* poseView; member in struct:BPrivate::MouseUpParams
H A DTextWidget.cpp88 fParams.poseView->SetTextWidgetToCheck(NULL, this);
255 StartEdit(fParams.bounds, fParams.poseView, fParams.pose);
259 fParams.poseView->SetTextWidgetToCheck(NULL);
268 fParams.poseView->SetTextWidgetToCheck(NULL);
299 fParams.poseView = view;
H A DWidgetAttributeText.cpp1016 SizeAttributeText::FitValue(BString* outString, const BPoseView* poseView) argument
1024 fTruncatedWidth = poseView->StringWidth("-");
1026 fTruncatedWidth = TruncFileSize(outString, fValue, poseView, fOldWidth);
1032 SizeAttributeText::PreferredWidth(const BPoseView* poseView) const
1035 return poseView->StringWidth("-");
1038 TruncFileSize(&widthString, fValue, poseView, 100000);
1040 return poseView->StringWidth(widthString.String());
H A DPoseView.cpp1458 // OK to call when poseView is not locked
4129 bool (*func)(BPose*, BPoseView*, void*), BPoseView* poseView,
4145 if (func(pose, poseView, passThru))
4350 BPoseView::CreateClippingFile(BPoseView* poseView, BFile &result, argument
4369 if (setLocation && poseView != NULL)
4370 poseView->TrySettingPoseLocation(&result, dropPoint);
4501 BPoseView* poseView = dynamic_cast<BPoseView*>(view); local
4502 if (poseView != NULL)
4503 window = poseView->ContainerWindow();
4511 if (targetModel == NULL && poseView !
4128 EachItemInDraggedSelection(const BMessage* message, bool (*func)(BPose*, BPoseView*, void*), BPoseView* poseView, void* passThru) argument
5206 UpdateWasBrokenSymlinkBinder(BPose* pose, Model* model, int32 index, BPoseView* poseView, BObjectList<Model>* fBrokenLinks) argument
5242 PoseHandleDeviceUnmounted(BPose* pose, Model* model, int32 index, BPoseView* poseView, dev_t device) argument
5256 OneMetaMimeChanged(BPose* pose, Model* model, int32 index, BPoseView* poseView, const char* type) argument
9576 PoseComparator(BPoseView* poseView) argument
[all...]
H A DTracker.cpp642 BPoseView* poseView = window->PoseView(); local
643 if (poseView == NULL)
646 BPose* pose = poseView->FindPose(&noderef);
648 poseView->UpdateIcon(pose);
H A DUtilities.h102 void AddPose(BPose* pose, BPoseView* poseView,
H A DUtilities.cpp196 PeriodicUpdatePoses::AddPose(BPose* pose, BPoseView* poseView, argument
201 periodic->pose_view = poseView;
H A DContainerWindow.cpp2603 BPoseView* poseView = PoseView(); local
2604 if (poseView != NULL) {
2605 BMessenger target(poseView);

Completed in 191 milliseconds