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

1234567891011>>

/haiku/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.h19 FileSaver(const entry_ref& ref);
22 void SetRef(const entry_ref& ref);
23 const entry_ref* Ref() const
27 entry_ref fRef;
/haiku/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/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.h13 struct entry_ref;
21 const entry_ref* ref);
/haiku/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; }
56 bool GetNextFile(const entry_ref& ref,
57 entry_ref& nextRef);
58 bool GetPreviousFile(const entry_ref& ref,
59 entry_ref& previousRef);
66 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/src/apps/packageinstaller/
H A DPackageWindow.h15 struct entry_ref;
20 PackageWindow(const entry_ref* ref);
/haiku/src/add-ons/tracker/filetype/
H A DFileType.cpp14 process_refs(entry_ref dir, BMessage* refs, void* /*reserved*/)
/haiku/src/apps/text_search/
H A DGrepListView.h15 ResultItem(const entry_ref& ref);
17 entry_ref ref;
25 ResultItem* FindItem(const entry_ref& ref,
28 ResultItem* RemoveResults(const entry_ref& ref,
/haiku/src/apps/diskprobe/
H A DProbeWindow.h15 ProbeWindow(BRect rect, entry_ref* ref);
21 virtual bool Contains(const entry_ref& ref,
25 const entry_ref& Ref() const { return fRef; }
28 entry_ref fRef;
/haiku/src/preferences/keymap/
H A DKeymapListItem.h25 KeymapListItem(entry_ref& keymap,
28 entry_ref& EntryRef() { return fKeymap; };
31 entry_ref fKeymap;
H A DKeymapListItem.cpp14 KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name)
/haiku/src/kits/media/
H A DAddOnManager.h39 status_t GetDecoderForFormat(entry_ref* _ref,
42 status_t GetEncoderForFormat(entry_ref* _ref,
45 status_t GetReaders(entry_ref* _ref,
48 status_t GetStreamers(entry_ref* _ref,
51 status_t GetEncoder(entry_ref* _ref, int32 id);
53 status_t GetWriter(entry_ref* _ref,
67 status_t _RegisterAddOn(const entry_ref& ref);
68 status_t _UnregisterAddOn(const entry_ref& ref);
71 const entry_ref& ref);
73 const entry_ref
[all...]
/haiku/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/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.h17 struct entry_ref;
28 virtual void AppendToPlaylist(const entry_ref& ref,
30 static PlaylistFileReader* GenerateReader(const entry_ref& ref);
40 static PlaylistFileType _IdentifyType(const entry_ref& ref);
46 virtual void AppendToPlaylist(const entry_ref& ref, Playlist* playlist);
52 virtual void AppendToPlaylist(const entry_ref& ref,
/haiku/headers/private/storage/mime/
H A DDatabaseDirectory.h32 virtual bool ShallPreferFirstEntry(const entry_ref& entry1,
33 int32 index1, const entry_ref& entry2,
37 bool _IsValidMimeTypeEntry(const entry_ref& entry);
/haiku/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/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/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/src/kits/mail/
H A DMailFilter.cpp25 BMailFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes)
32 BMailFilter::BodyFetched(const entry_ref& ref, BFile& file,
45 BMailFilter::MessageReadyToSend(const entry_ref& ref, BFile& file)
51 BMailFilter::MessageSent(const entry_ref& ref, BFile& file)
/haiku/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/src/kits/tracker/
H A DDesktopPoseView.h53 const entry_ref*);
60 virtual bool AddPosesThreadValid(const entry_ref*) const;
64 virtual EntryListBase* InitDirentIterator(const entry_ref*);
70 virtual bool Represents(const entry_ref*) const;
/haiku/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/src/apps/resedit/
H A DResWindow.h13 struct entry_ref;
19 const entry_ref* ref = NULL);

Completed in 233 milliseconds

1234567891011>>