Lines Matching refs:BPose

166 	void UpdateIcon(BPose* pose);
192 void CheckPoseSortOrder(BPose*, int32 index);
249 int32 IndexOfPose(const BPose*) const;
250 BPose* PoseAtIndex(int32 index) const;
252 BPose* FindPose(BPoint where, int32* index = NULL) const;
256 BPose* FindPose(const Model*, int32* index = NULL) const;
257 BPose* FindPose(const node_ref*, int32* index = NULL) const;
258 BPose* FindPose(const entry_ref*, int32* index = NULL) const;
259 BPose* FindPose(const entry_ref*, int32 specifierForm,
263 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
266 BPose* FirstVisiblePose(int32* _index = NULL) const;
267 BPose* LastVisiblePose(int32* _index = NULL) const;
281 virtual void OpenSelection(BPose* clicked_pose = NULL,
283 void OpenSelectionUsing(BPose* clicked_pose = NULL,
307 void AddRemovePoseFromSelection(BPose* pose, int32 index,
320 void SelectPose(BPose*, int32 index, bool scrollIntoView = true);
321 void AddPoseToSelection(BPose*, int32 index,
323 void RemovePoseFromSelection(BPose*);
329 void ScrollIntoView(BPose* pose, int32 index);
331 void SetActivePose(BPose*);
332 BPose* ActivePose() const;
335 bool FrameForPose(BPose* targetPose, bool convert, BRect* poseRect);
362 BPose*, BView* view, BPoint dropPoint);
366 virtual void DragSelectedPoses(const BPose* clickedPose, BPoint);
466 void _CheckPoseSortOrder(PoseList* list, BPose*, int32 index);
469 BPose* EntryCreated(const node_ref*, const node_ref*, const char*,
473 bool insertionSort, BPose* pose, BRect&viewBounds,
475 BPose* CreatePose(Model*, PoseInfo*, bool insertionSort = true,
478 int32 count, BPose** resultingPoses, bool insertionSort = true,
506 virtual bool DeletePose(const node_ref*, BPose* pose = NULL,
509 BPose* pose, int32 index);
512 static void PoseHandleDeviceUnmounted(BPose* pose, Model* model,
514 static void RemoveNonBootDesktopModels(BPose*, Model* model, int32,
520 void PlacePose(BPose*, BRect&);
523 bool IsValidLocation(const BPose* pose);
527 void NextSlot(BPose*, BRect&poseRect, BRect viewBounds);
533 BPose* ConvertZombieToPose(Model* zombie, int32 index);
536 BRect CalcPoseRect(const BPose*, int32 index,
538 BRect CalcPoseRectIcon(const BPose*) const;
539 BRect CalcPoseRectList(const BPose*, int32 index,
541 void DrawPose(BPose*, int32 index, bool fullDraw = true);
545 int32 BSearchList(PoseList* poseList, const BPose*, int32* index,
547 void InsertPoseAfter(BPose* pose, int32* index, int32 orientation,
553 void AddToVSList(BPose*);
554 int32 RemoveFromVSList(const BPose*);
555 BPose* FindNearbyPose(char arrow, int32* index);
556 BPose* FindBestMatch(int32* index);
557 BPose* FindNextMatch(int32* index, bool reverse = false);
576 bool (*)(BPose*, BPoseView*, void*), BPoseView* poseView,
589 static bool DragSelectionContains(const BPose* target,
597 void OpenSelectionCommon(BPose*, int32*, bool);
609 bool WasDoubleClick(const BPose*, BPoint point, int32 buttons);
610 bool WasClickInPath(const BPose*, int32 index,
616 BPose* pose);
641 void MapToNewIconMode(BPose*, BPoint oldGrid, BPoint oldOffset);
656 void EnsurePoseUnselected(BPose* pose);
657 void RemoveFilteredPose(BPose* pose, int32 index);
660 bool FilterPose(BPose* pose);
738 BPose* fActivePose;
756 BPose* fDropTarget;
757 BPose* fAlreadySelectedDropTarget;
760 const BPose* fLastClickedPose;
771 const BPose* fSelectionPivotPose;
772 const BPose* fRealPivotPose;
999 inline BPose*
1112 BPoseView::IndexOfPose(const BPose* pose) const in IndexOfPose()
1118 inline BPose*
1246 inline BPose*
1253 inline BPose*
1260 inline BPose*
1290 EachTextWidget(BPose* pose, BPoseView* poseView, in EachTextWidget() argument
1291 void (*func)(BTextWidget*, BPose*, BPoseView*, BColumn*, Param1), Param1 p1) in EachTextWidget()
1307 EachTextWidget(BPose* pose, BPoseView* poseView, in EachTextWidget() argument
1308 void (*func)(BTextWidget*, BPose*, BPoseView*, BColumn*, in EachTextWidget()
1325 WhileEachTextWidget(BPose* pose, BPoseView* poseView, in WhileEachTextWidget() argument
1326 Result (*func)(BTextWidget*, BPose*, BPoseView*, BColumn*, in WhileEachTextWidget()