Lines Matching refs:entry_ref

44 	virtual	bool				FindNextImage(const entry_ref& currentRef,
45 entry_ref& ref, bool next, bool rewind) = 0;
46 virtual void UpdateSelection(const entry_ref& ref) = 0;
49 bool IsImage(const entry_ref& ref);
66 virtual bool FindNextImage(const entry_ref& currentRef,
67 entry_ref& ref, bool next, bool rewind);
68 virtual void UpdateSelection(const entry_ref& ref);
80 FolderNavigator(entry_ref& ref);
83 virtual bool FindNextImage(const entry_ref& currentRef,
84 entry_ref& ref, bool next, bool rewind);
85 virtual void UpdateSelection(const entry_ref& ref);
89 static int _CompareRefs(const entry_ref* refA,
90 const entry_ref* refB);
94 BObjectList<entry_ref> fEntries;
102 AutoAdjustingNavigator(entry_ref& ref,
106 virtual bool FindNextImage(const entry_ref& currentRef,
107 entry_ref& ref, bool next, bool rewind);
108 virtual void UpdateSelection(const entry_ref& ref);
111 bool _CheckForTracker(const entry_ref& ref);
126 entry_ref_is_file(const entry_ref& ref)
150 Navigator::IsImage(const entry_ref& ref)
186 TrackerNavigator::FindNextImage(const entry_ref& currentRef, entry_ref& ref,
196 entry_ref nextRef = currentRef;
235 TrackerNavigator::UpdateSelection(const entry_ref& ref)
254 FolderNavigator::FolderNavigator(entry_ref& ref)
284 FolderNavigator::FindNextImage(const entry_ref& currentRef, entry_ref& nextRef,
301 const entry_ref& ref = *fEntries.ItemAt(index);
318 FolderNavigator::UpdateSelection(const entry_ref& ref)
331 entry_ref* ref = new entry_ref();
346 FolderNavigator::_CompareRefs(const entry_ref* refA, const entry_ref* refB)
355 AutoAdjustingNavigator::AutoAdjustingNavigator(entry_ref& ref,
377 AutoAdjustingNavigator::FindNextImage(const entry_ref& currentRef,
378 entry_ref& nextRef, bool next, bool rewind)
393 AutoAdjustingNavigator::UpdateSelection(const entry_ref& ref)
406 AutoAdjustingNavigator::_CheckForTracker(const entry_ref& ref)
417 entry_ref currentRef = ref;
429 ImageFileNavigator::ImageFileNavigator(const entry_ref& ref,
447 ImageFileNavigator::SetTo(const entry_ref& ref, int32 page, int32 pageCount)
527 entry_ref ref;
541 entry_ref ref;
555 entry_ref ref;
569 entry_ref ref;
577 entry_ref ref;
583 ImageFileNavigator::GetNextFile(const entry_ref& ref, entry_ref& nextRef)
590 ImageFileNavigator::GetPreviousFile(const entry_ref& ref,
591 entry_ref& previousRef)
603 entry_ref nextRef;