Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DPoseList.h54 class PoseList : public BObjectList<BPose> {
58 BObjectList<BPose>(itemsPerBlock, owning)
64 BObjectList<BPose>(list) in PoseList()
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*, Model*, EachParam1), in EachPoseAndModel() argument
90 BPose* pose = list->ItemAt(index); in EachPoseAndModel()
[all …]
H A DPose.h56 class BPose {
58 BPose(Model* adopt, BPoseView*, uint32 clipboardMode,
60 virtual ~BPose();
136 static bool _PeriodicUpdateCallback(BPose* pose, void* cookie);
162 BPose::TargetModel() const in TargetModel()
169 BPose::ResolvedModel() const in ResolvedModel()
179 BPose::IsSelected() const in IsSelected()
186 BPose::Select(bool on) in Select()
195 BPose::SelectionTime() const in SelectionTime()
202 BPose::NeedsSaveLocation() const in NeedsSaveLocation()
[all …]
H A DPoseView.h166 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;
[all …]
H A DPoseList.cpp43 BPose*
48 BPose* pose = ItemAt(index); in FindPose()
62 BPose*
67 BPose* pose = ItemAt(index); in FindPose()
80 BPose*
87 BPose*
92 BPose* pose = ItemAt(index); in DeepFindPose()
123 BPose *pose = ItemAt(index); in FindAllPoses()
150 BPose*
155 BPose* pose = ItemAt(index); in FindPoseByFileName()
H A DPose.cpp73 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, in BPose() function in BPose
115 BPose::~BPose() in ~BPose()
132 BPose::CreateWidgets(BPoseView* poseView) in CreateWidgets()
145 BPose::AddWidget(BPoseView* poseView, BColumn* column) in AddWidget()
159 BPose::AddWidget(BPoseView* poseView, BColumn* column, in AddWidget()
174 BPose::RemoveWidget(BPoseView*, BColumn* column) in RemoveWidget()
184 BPose::Commit(bool saveChanges, BPoint loc, BPoseView* poseView, in Commit()
199 OneMouseUp(BTextWidget* widget, BPose* pose, BPoseView* poseView, in OneMouseUp()
218 BPose::MouseUp(BPoint poseLoc, BPoseView* poseView, BPoint where, int32) in MouseUp()
225 OneCheckAndUpdate(BTextWidget* widget, BPose*, BPoseView* poseView, in OneCheckAndUpdate() argument
[all …]
H A DTextWidget.h45 class BPose; variable
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 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) in OneMatches()
197 return pose == (const BPose*)castToPose; in OneMatches()
766 BPose* pose = fPoseList->ItemAt(index); in SavePoseLocations()
1140 BPoseView::SetActivePose(BPose* pose) in SetActivePose()
1152 BPose* activePose = ActivePose(); in CommitActivePose()
1163 BPose* pose = fActivePose; in CommitActivePose()
[all …]
H A DPendingNodeMonitorCache.h54 class BPose; variable
78 void PoseCreatedOrMoved(BPoseView*, const BPose*);
H A DPoseViewScripting.cpp288 BPose* pose = PoseAtIndex(specifyingIndex); in ExecuteProperty()
338 BPose* pose = FindPose(&ref, form, &poseIndex); in CreateProperty()
354 BPose* pose = PoseAtIndex(specifyingIndex); in CreateProperty()
391 BPose* pose = FindPose(&ref, form, &poseIndex); in DeleteProperty()
407 BPose* pose = PoseAtIndex(specifyingIndex); in DeleteProperty()
439 BPose* pose = PoseAtIndex(specifyingIndex); in DeleteProperty()
531 BPose* pose = FindPose(&ref, &poseIndex); in GetProperty()
600 BPose* pose = FindPose(&ref, form, &tmp); in GetProperty()
662 BPose* pose = FindPose(&ref, form, &poseIndex); in SetProperty()
711 BPose*
[all …]
H A DUtilities.h68 class BPose; variable
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); in _EntryCreated()
307 for (int32 i = 0; BPose* pose = fPoseList->ItemAt(i); i++) { in _EntryRemoved()
313 for (int32 i = 0; BPose* pose = poses.ItemAt(i); i++) { in _EntryRemoved()
340 BPose* pose = fPoseList->FindPoseByFileName(actualEntryRef->name); in _EntryRemoved()
H A DPendingNodeMonitorCache.cpp129 const BPose* pose) in PoseCreatedOrMoved()
H A DOpenWithWindow.h205 virtual void OpenSelection(BPose*, int32*);
253 int32 count, BPose** resultingPoses, bool insertionSort = true,
H A DFSClipboard.cpp231 BPose* pose = (BPose*)list->ItemAt(index); in FSClipboardAddPoses()
338 BPose* pose = (BPose*)list->ItemAt(index); in FSClipboardRemovePoses()
H A DTextWidget.cpp274 BTextWidget::MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint) in MouseUp()
438 BTextWidget::StartEdit(BRect bounds, BPoseView* view, BPose* pose) in StartEdit()
539 BPose* pose, int32 poseIndex) in StopEdit()
H A DFilePanelPriv.cpp591 BObjectList<BPose>* selectionList = fPoseView->SelectionList(); in AdjustButton()
665 BPose* pose = fPoseView->SelectionList()->ItemAt(fSelectionIterator++); in GetNextEntryRef()
1434 BObjectList<BPose>* list = PoseView()->SelectionList(); in OpenDirectory()
1537 BPose* pose = PoseView()->FindPose(child, &index); in SelectChildInParent()
1679 BObjectList<BPose>* selection = PoseView()->SelectionList(); in HandleOpenButton()
H A DOpenWithWindow.cpp276 BPose* selectedAppPose = PoseView()->SelectionList()->FirstItem(); in MakeDefaultAndOpen()
716 OpenWithPoseView::OpenSelection(BPose* pose, int32*) in OpenSelection()
860 int32 count, BPose** resultingPoses, bool insertionSort, in CreatePoses()
H A DQueryPoseView.cpp243 BPose* pose = oldPoseList->ItemAt(index); in AddPosesCompleted()
H A DContainerWindow.cpp2233 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in SetupEditQueryItem()
2299 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in SetupOpenWithMenu()
2987 BPose* pose = PoseView()->SelectionList()->ItemAt(index); in BuildMimeTypeList()
3157 BObjectList<BPose>* selectionList = PoseView()->SelectionList(); in AddOnMessage()
3160 BPose* pose; in AddOnMessage()
3204 BPose* pose; in _UpdateSelectionMIMEInfo()
H A DTracker.cpp645 BPose* pose = poseView->FindPose(&noderef); in MessageReceived()
1721 BPose* pose = view->FindPose(child, &index); in SelectChildInParent()
H A DUtilities.cpp217 PeriodicUpdatePoses::AddPose(BPose* pose, BPoseView* poseView, in AddPose()
230 PeriodicUpdatePoses::RemovePose(BPose* pose, void** cookie) in RemovePose()
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp90 BPose *pose; in process_refs()