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

/haiku/src/kits/tracker/
H A DPoseList.h35 // PoseList is a commonly used instance of BObjectList<BPose>
54 class PoseList : public BObjectList<BPose> {
58 BObjectList<BPose>(itemsPerBlock, owning)
64 BObjectList<BPose>(list)
68 BPose* FindPose(const node_ref* node, int32* index = NULL) const;
69 BPose* FindPose(const entry_ref* entry, int32* index = NULL) const;
70 BPose* FindPose(const Model* model, int32* index = NULL) const;
71 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
76 BPose* FindPoseByFileName(const char* name, int32* _index = NULL) const;
86 void (*eachFunction)(BPose*, Mode
[all...]
H A DPoseList.cpp43 BPose*
48 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);
150 BPose*
155 BPose* pos
[all...]
H A DPoseView.h166 void UpdateIcon(BPose* pose);
192 void CheckPoseSortOrder(BPose*, int32 index);
252 int32 IndexOfPose(const BPose*) const;
253 BPose* PoseAtIndex(int32 index) const;
255 BPose* FindPose(BPoint where, int32* index = NULL) const;
259 BPose* FindPose(const Model*, int32* index = NULL) const;
260 BPose* FindPose(const node_ref*, int32* index = NULL) const;
261 BPose* FindPose(const entry_ref*, int32* index = NULL) const;
262 BPose* FindPose(const entry_ref*, int32 specifierForm,
266 BPose* DeepFindPos
[all...]
H A DPendingNodeMonitorCache.h54 class BPose;
78 void PoseCreatedOrMoved(BPoseView*, const BPose*);
H A DPose.h56 class BPose { class in namespace:BPrivate
58 BPose(Model* adopt, BPoseView*, uint32 clipboardMode,
60 virtual ~BPose();
136 static bool _PeriodicUpdateCallback(BPose* pose, void* cookie);
162 BPose::TargetModel() const
169 BPose::ResolvedModel() const
179 BPose::IsSelected() const
186 BPose::Select(bool on)
195 BPose::SelectionTime() const
202 BPose
[all...]
H A DTextWidget.h45 class BPose;
51 BPose* pose;
70 void MouseUp(BRect bounds, BPoseView*, BPose*, BPoint mouseLoc);
85 void StartEdit(BRect bounds, BPoseView*, BPose*);
86 void StopEdit(bool saveChanges, BPoint loc, BPoseView*, BPose*,
H A DPose.cpp73 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, function in class:BPose
115 BPose::~BPose()
132 BPose::CreateWidgets(BPoseView* poseView)
145 BPose::AddWidget(BPoseView* poseView, BColumn* column)
159 BPose::AddWidget(BPoseView* poseView, BColumn* column,
174 BPose::RemoveWidget(BPoseView*, BColumn* column)
184 BPose::Commit(bool saveChanges, BPoint loc, BPoseView* poseView,
199 OneMouseUp(BTextWidget* widget, BPose* pos
[all...]
H A DPoseView.cpp185 static BPose*
186 BSearch(PoseList* table, const BPose* key, BPoseView* view,
187 int (*cmp)(const BPose*, const BPose*, BPoseView*),
191 PoseCompareAddWidget(const BPose* p1, const BPose* p2, BPoseView* view);
195 OneMatches(BPose* pose, BPoseView*, void* castToPose)
197 return pose == (const BPose*)castToPose;
776 BPose* pose = fPoseList->ItemAt(index);
1150 BPoseView::SetActivePose(BPose* pos
9453 BSearch(PoseList* table, const BPose* key, BPoseView* view, int (*cmp)(const BPose*, const BPose*, BPoseView*), bool returnClosest) argument
[all...]
H A DPoseViewScripting.cpp288 BPose* pose = PoseAtIndex(specifyingIndex);
338 BPose* pose = FindPose(&ref, form, &poseIndex);
354 BPose* pose = PoseAtIndex(specifyingIndex);
391 BPose* pose = FindPose(&ref, form, &poseIndex);
407 BPose* pose = PoseAtIndex(specifyingIndex);
439 BPose* pose = PoseAtIndex(specifyingIndex);
531 BPose* pose = FindPose(&ref, &poseIndex);
600 BPose* pose = FindPose(&ref, form, &tmp);
662 BPose* pose = FindPose(&ref, form, &poseIndex);
711 BPose*
[all...]
H A DPendingNodeMonitorCache.cpp129 const BPose* pose)
H A DUtilities.h68 class BPose;
100 typedef bool (*PeriodicUpdateCallback)(BPose* pose, void* cookie);
102 void AddPose(BPose* pose, BPoseView* poseView,
104 bool RemovePose(BPose* pose, void** cookie);
110 BPose* pose;
H A DVirtualDirectoryPoseView.cpp254 BPose* pose = fPoseList->FindPoseByFileName(entryRef.name);
307 for (int32 i = 0; BPose* pose = fPoseList->ItemAt(i); i++) {
313 for (int32 i = 0; BPose* pose = poses.ItemAt(i); i++) {
340 BPose* pose = fPoseList->FindPoseByFileName(actualEntryRef->name);
H A DOpenWithWindow.h205 virtual void OpenSelection(BPose*, int32*);
251 int32 count, BPose** resultingPoses, bool insertionSort = true,
H A DFSClipboard.cpp231 BPose* pose = (BPose*)list->ItemAt(index);
338 BPose* pose = (BPose*)list->ItemAt(index);
H A DTextWidget.cpp273 BTextWidget::MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint)
437 BTextWidget::StartEdit(BRect bounds, BPoseView* view, BPose* pose)
540 BPose* pose, int32 poseIndex)
623 // BPose::Draw before and after calling this function.
H A DFilePanelPriv.cpp593 BObjectList<BPose>* selectionList = fPoseView->SelectionList();
667 BPose* pose = fPoseView->SelectionList()->ItemAt(fSelectionIterator++);
1436 BObjectList<BPose>* list = PoseView()->SelectionList();
1539 BPose* pose = PoseView()->FindPose(child, &index);
1681 BObjectList<BPose>* selection = PoseView()->SelectionList();
H A DOpenWithWindow.cpp276 BPose* selectedAppPose = PoseView()->SelectionList()->FirstItem();
696 OpenWithPoseView::OpenSelection(BPose* pose, int32*)
840 int32 count, BPose** resultingPoses, bool insertionSort,
H A DQueryPoseView.cpp204 BPose* pose = oldPoseList->ItemAt(index);
H A DUtilities.cpp196 PeriodicUpdatePoses::AddPose(BPose* pose, BPoseView* poseView,
209 PeriodicUpdatePoses::RemovePose(BPose* pose, void** cookie)
H A DTracker.cpp646 BPose* pose = poseView->FindPose(&noderef);
1723 BPose* pose = view->FindPose(child, &index);
H A DContainerWindow.cpp2204 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
2270 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
2960 BPose* pose = PoseView()->SelectionList()->ItemAt(index);
3140 BObjectList<BPose>* selectionList = PoseView()->SelectionList();
3143 BPose* pose;
3187 BPose* pose;
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp90 BPose *pose;

Completed in 134 milliseconds