Searched refs:entry_ref (Results 1 - 25 of 720) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/os/add-ons/tracker/
H A DTrackerAddOn.h8 struct entry_ref;
11 extern "C" void process_refs(entry_ref directory, BMessage* refs,
/haiku-fatelf/src/apps/icon-o-matic/document/savers/
H A DFileSaver.cpp12 FileSaver::FileSaver(const entry_ref& ref)
24 FileSaver::SetRef(const entry_ref& ref)
H A DFileSaver.h18 FileSaver(const entry_ref& ref);
21 void SetRef(const entry_ref& ref);
22 const entry_ref* Ref() const
26 entry_ref fRef;
H A DAttributeSaver.h19 AttributeSaver(const entry_ref& ref,
26 entry_ref fRef;
/haiku-fatelf/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.h30 void AnalyseEntry(const entry_ref& ref);
31 void DeleteEntry(const entry_ref& ref);
32 void MoveEntry(const entry_ref& oldRef,
33 const entry_ref& newRef);
37 inline bool _InterestingEntry(const entry_ref& ref);
38 inline bool _IsInIndexDirectory(const entry_ref& ref);
H A DCLuceneDataBase.h32 status_t AddDocument(const entry_ref& ref);
33 status_t RemoveDocument(const entry_ref& ref);
40 bool _RemoveDocuments(std::vector<entry_ref>& docs);
44 bool _IndexDocument(const entry_ref& ref);
50 std::vector<entry_ref> fAddQueue;
51 std::vector<entry_ref> fDeleteQueue;
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.h13 struct entry_ref;
21 const entry_ref* ref);
/haiku-fatelf/src/apps/showimage/
H A DImageFileNavigator.h29 ImageFileNavigator(const entry_ref& ref,
33 void SetTo(const entry_ref& ref, int32 page = 1,
35 const entry_ref& CurrentRef() const { return fCurrentRef; }
54 bool GetNextFile(const entry_ref& ref,
55 entry_ref& nextRef);
56 bool GetPreviousFile(const entry_ref& ref,
57 entry_ref& previousRef);
64 entry_ref fCurrentRef;
H A DImageFileNavigator.cpp44 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
[all...]
/haiku-fatelf/src/add-ons/tracker/filetype/
H A DFileType.cpp14 process_refs(entry_ref dir, BMessage* refs, void* /*reserved*/)
/haiku-fatelf/src/apps/diskprobe/
H A DProbeWindow.h15 ProbeWindow(BRect rect, entry_ref *ref);
21 virtual bool Contains(const entry_ref &ref, const char *attribute) = 0;
24 const entry_ref &Ref() const { return fRef; }
27 entry_ref fRef;
H A DFileWindow.h16 FileWindow(BRect rect, entry_ref *ref, const BMessage *settings = NULL);
19 virtual bool Contains(const entry_ref &ref, const char *attribute);
/haiku-fatelf/src/apps/text_search/
H A DGrepListView.h32 ResultItem(const entry_ref& ref);
34 entry_ref ref;
42 ResultItem* FindItem(const entry_ref& ref,
45 ResultItem* RemoveResults(const entry_ref& ref,
/haiku-fatelf/src/preferences/keymap/
H A DKeymapListItem.h22 KeymapListItem(entry_ref& keymap,
25 entry_ref& EntryRef() { return fKeymap; };
28 entry_ref fKeymap;
H A DKeymapListItem.cpp18 KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name)
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageRefItemTest.h25 static status_t Add(BMessage& msg, const char* name, entry_ref& val)
30 entry_ref* data, ssize_t size, bool);
32 entry_ref* val)
36 static status_t ShortFind(BMessage& msg, const char* name, entry_ref* val)
40 static entry_ref QuickFind(BMessage& msg, const char* name, int32 index);
46 entry_ref& val)
54 static entry_ref sRef;
57 entry_ref* data, ssize_t size, bool)
76 entry_ref TRefFuncPolicy::QuickFind(BMessage &msg, const char *name, int32 index)
82 entry_ref re
[all...]
/haiku-fatelf/headers/build/os/storage/
H A DEntry.h7 BEntry and entry_ref interface declarations.
25 struct entry_ref { struct in namespace:OpenBeOS
26 entry_ref();
27 entry_ref(dev_t dev, ino_t dir, const char *name);
28 entry_ref(const entry_ref &ref);
29 ~entry_ref();
33 bool operator==(const entry_ref &ref) const;
34 bool operator!=(const entry_ref &ref) const;
35 entry_ref
[all...]
/haiku-fatelf/headers/os/storage/
H A DEntry.h20 struct entry_ref { struct
21 entry_ref();
22 entry_ref(dev_t dev, ino_t dir,
24 entry_ref(const entry_ref& ref);
25 ~entry_ref();
29 bool operator==(const entry_ref& ref) const;
30 bool operator!=(const entry_ref& ref) const;
31 entry_ref& operator=(const entry_ref
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.h9 class EntryRef : public entry_ref {
14 EntryRef(const entry_ref& ref);
29 NoAllocEntryRef(const entry_ref& ref);
32 NoAllocEntryRef& operator=(const entry_ref& ref);
/haiku-fatelf/src/apps/deskbar/
H A DDeskbarUtils.h46 void AddRefsToDeskbarMenu(const BMessage* m, entry_ref* subdirectory);
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaFileListView.h14 struct entry_ref;
19 MediaFileListItem(BMediaFile* file, const entry_ref& ref);
22 entry_ref fRef;
38 const entry_ref& ref);
/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.h20 void HeaderFetched(const entry_ref& ref,
22 void BodyFetched(const entry_ref& ref, BFile* file);
24 void MessageSent(const entry_ref& ref,
27 status_t _SetFileName(const entry_ref& ref,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntryRef.h9 class EntryRef : public entry_ref {
14 EntryRef(const entry_ref& ref);
29 NoAllocEntryRef(const entry_ref& ref);
32 NoAllocEntryRef& operator=(const entry_ref& ref);
/haiku-fatelf/headers/private/index_server/
H A DTextDataBase.h21 virtual status_t AddDocument(const entry_ref& ref) = 0;
22 virtual status_t RemoveDocument(const entry_ref& ref) = 0;
/haiku-fatelf/headers/private/locale/
H A DDefaultCatalog.h27 DefaultCatalog(const entry_ref &catalogOwner, const char *language,
30 DefaultCatalog(entry_ref *appOrAddOnRef);
40 status_t ReadFromAttribute(const entry_ref &appOrAddOnRef);
41 status_t ReadFromResource(const entry_ref &appOrAddOnRef);
43 status_t WriteToAttribute(const entry_ref &appOrAddOnRef);
44 status_t WriteToResource(const entry_ref &appOrAddOnRef);
47 void SetSignature(const entry_ref &catalogOwner);
49 static BCatalogData *Instantiate(const entry_ref& catalogOwner,

Completed in 210 milliseconds

1234567891011>>