Searched refs:BPose (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/kits/tracker/
H A DPose.h56 class BPose { class in namespace:BPrivate
58 BPose(Model* adopt, BPoseView*, uint32 clipboardMode,
60 virtual ~BPose();
137 static bool _PeriodicUpdateCallback(BPose* pose, void* cookie);
161 BPose::TargetModel() const
168 BPose::ResolvedModel() const
176 BPose::IsSelected() const
183 BPose::Select(bool on)
192 BPose::SelectionTime() const
199 BPose
[all...]
H A DPoseList.h38 // PoseList is a commonly used instance of BObjectList<BPose>
53 class PoseList : public BObjectList<BPose> {
56 : BObjectList<BPose>(itemsPerBlock, owning)
60 : BObjectList<BPose>(list)
63 BPose* FindPose(const node_ref* node, int32* index = NULL) const;
64 BPose* FindPose(const entry_ref* entry, int32* index = NULL) const;
65 BPose* FindPose(const Model* model, int32* index = NULL) const;
66 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
78 void (*eachFunction)(BPose*, Model*, EachParam1),
82 BPose* pos
[all...]
H A DPoseView.h191 void UpdateIcon(BPose* pose);
216 void CheckPoseSortOrder(BPose*, int32 index);
266 int32 IndexOfPose(const BPose*) const;
267 BPose* PoseAtIndex(int32 index) const;
269 BPose* FindPose(BPoint where, int32* index = NULL) const;
273 BPose* FindPose(const Model*, int32* index = NULL) const;
274 BPose* FindPose(const node_ref*, int32* index = NULL) const;
275 BPose* FindPose(const entry_ref*, int32* index = NULL) const;
276 BPose* FindPose(const entry_ref*, int32 specifierForm,
280 BPose* DeepFindPos
[all...]
H A DPendingNodeMonitorCache.h55 class BPose;
80 void PoseCreatedOrMoved(BPoseView*, const BPose*);
H A DPoseList.cpp44 BPose*
49 BPose* pose = ItemAt(index);
62 BPose*
67 BPose* pose = ItemAt(index);
80 BPose*
87 BPose*
92 BPose* pose = ItemAt(index);
123 BPose *pose = ItemAt(index);
H A DTextWidget.h43 class BPose;
49 BPose* pose;
68 void MouseUp(BRect bounds, BPoseView*, BPose*, BPoint mouseLoc);
83 void StartEdit(BRect bounds, BPoseView*, BPose*);
84 void StopEdit(bool saveChanges, BPoint loc, BPoseView*, BPose*,
H A DPose.cpp74 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, function in class:BPose
115 BPose::~BPose()
129 BPose::CreateWidgets(BPoseView* poseView)
141 BPose::AddWidget(BPoseView* poseView, BColumn* column)
154 BPose::AddWidget(BPoseView* poseView, BColumn* column,
168 BPose::RemoveWidget(BPoseView*, BColumn* column)
178 BPose::Commit(bool saveChanges, BPoint loc, BPoseView* poseView,
193 OneMouseUp(BTextWidget* widget, BPose* pos
[all...]
H A DPoseView.cpp195 static BPose*
196 BSearch(PoseList* table, const BPose* key, BPoseView* view,
197 int (*cmp)(const BPose*, const BPose*, BPoseView*),
201 PoseCompareAddWidget(const BPose* p1, const BPose* p2, BPoseView* view);
753 BPose* pose = fPoseList->ItemAt(index);
1072 BPoseView::SetActivePose(BPose* pose)
1093 BPose *pose = fActivePose;
1536 BPose* pos
9030 BSearch(PoseList* table, const BPose* key, BPoseView* view, int (*cmp)(const BPose*, const BPose*, BPoseView*), bool returnClosest) argument
[all...]
H A DPoseViewScripting.cpp315 BPose* pose = PoseAtIndex(specifyingIndex);
371 BPose* pose = FindPose(&ref, form, &poseIndex);
388 BPose* pose = PoseAtIndex(specifyingIndex);
431 BPose* pose = FindPose(&ref, form, &poseIndex);
447 BPose* pose = PoseAtIndex(specifyingIndex);
479 BPose* pose = PoseAtIndex(specifyingIndex);
579 BPose* pose = FindPose(&ref, &poseIndex);
648 BPose* pose = FindPose(&ref, form, &tmp);
717 BPose* pose = FindPose(&ref, form, &poseIndex);
774 BPose*
[all...]
H A DPendingNodeMonitorCache.cpp127 const BPose* pose)
H A DUtilities.h70 class BPose;
106 typedef bool (*PeriodicUpdateCallback)(BPose* pose, void* cookie);
108 void AddPose(BPose* pose, BPoseView* poseView,
110 bool RemovePose(BPose* pose, void** cookie);
116 BPose* pose;
H A DOpenWithWindow.h204 virtual void OpenSelection(BPose*, int32*);
249 int32 count, BPose** resultingPoses, bool insertionSort = true,
H A DFSClipboard.cpp226 BPose* pose = (BPose*)list->ItemAt(index);
333 BPose* pose = (BPose*)list->ItemAt(index);
H A DTextWidget.cpp255 BTextWidget::MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint)
335 BTextWidget::StartEdit(BRect bounds, BPoseView* view, BPose* pose)
436 BPose* pose, int32 poseIndex)
H A DQueryPoseView.cpp213 BPose* pose = oldPoseList->FindPose(model);
230 BPose* pose = oldPoseList->ItemAt(index);
H A DFilePanelPriv.cpp512 BObjectList<BPose>* selectionList = fPoseView->SelectionList();
583 BPose* pose = fPoseView->SelectionList()->ItemAt(fSelectionIterator++);
1279 BObjectList<BPose>* list = PoseView()->SelectionList();
1382 BPose* pose = PoseView()->FindPose(child, &index);
1524 BObjectList<BPose>* selection = PoseView()->SelectionList();
H A DOpenWithWindow.cpp291 BPose* selectedAppPose = PoseView()->SelectionList()->FirstItem();
658 OpenWithPoseView::OpenSelection(BPose* pose, int32*)
801 BPose** resultingPoses, bool insertionSort, int32* lastPoseIndexPtr,
H A DUtilities.cpp178 PeriodicUpdatePoses::AddPose(BPose* pose, BPoseView* poseView,
191 PeriodicUpdatePoses::RemovePose(BPose* pose, void** cookie)
H A DContainerWindow.cpp2274 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
2343 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
3042 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
3241 BObjectList<BPose>* list = PoseView()->SelectionList();
3244 BPose* pose;
3258 BPose* pose;
H A DTracker.cpp1533 BPose* pose = view->FindPose(child, &index);
/haiku-fatelf/src/add-ons/tracker/iconvader/
H A DIconVader.cpp99 BPose *pose;

Completed in 234 milliseconds