Searched refs:entry_ref (Results 76 - 100 of 761) sorted by relevance

1234567891011>>

/haiku/headers/os/storage/
H A DResourceStrings.h25 BResourceStrings(const entry_ref& ref);
32 virtual status_t SetStringFile(const entry_ref* ref);
33 status_t GetStringFile(entry_ref* outRef);
75 entry_ref fFileRef;
H A DFilePanel.h25 virtual bool Filter(const entry_ref* ref, BNode* node,
44 BMessenger* target = NULL, const entry_ref* directory = NULL,
74 void SetPanelDirectory(const entry_ref* newDirectory);
76 void GetPanelDirectory(entry_ref* ref) const;
83 status_t GetNextSelectedRef(entry_ref* ref);
/haiku/headers/private/shared/
H A DQueryFile.h17 BQueryFile(const entry_ref& ref);
25 status_t SetTo(const entry_ref& ref);
39 status_t WriteTo(const entry_ref& ref);
46 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.h15 void AnalyseEntry(const entry_ref& ref);
/haiku/src/apps/icon-o-matic/document/savers/
H A DAttributeSaver.cpp17 AttributeSaver::AttributeSaver(const entry_ref& ref, const char* attrName)
H A DSimpleFileSaver.cpp13 const entry_ref& ref)
H A DSimpleFileSaver.h18 const entry_ref& ref);
/haiku/src/apps/switcher/
H A DLaunchButton.h44 void SetTo(const entry_ref* ref);
45 entry_ref* Ref() const;
65 void _UpdateIcon(const entry_ref* ref);
72 entry_ref* fRef;
/haiku/src/kits/locale/
H A DCatalogData.cpp108 BCatalogData::ReadFromAttribute(const entry_ref& appOrAddOnRef)
115 BCatalogData::ReadFromResource(const entry_ref& appOrAddOnRef)
129 BCatalogData::WriteToAttribute(const entry_ref& appOrAddOnRef)
136 BCatalogData::WriteToResource(const entry_ref& appOrAddOnRef)
/haiku/src/servers/media/
H A DMediaFilesManager.h36 entry_ref** _ref);
40 const entry_ref& ref);
55 entry_ref ref;
63 const entry_ref* ref = NULL,
/haiku/src/servers/registrar/
H A DRosterAppInfo.h26 const entry_ref *ref, const char *signature);
/haiku/headers/private/storage/mime/
H A DAppMetaMimeCreator.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
H A DMimeInfoUpdater.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
/haiku/src/apps/deskbar/
H A DDeskbarUtils.h50 void AddRefsToDeskbarMenu(const BMessage* m, entry_ref* subdirectory);
/haiku/src/preferences/mail/
H A DFilterList.h22 entry_ref ref;
41 int32 InfoIndexFor(const entry_ref& ref) const;
45 BString SimpleName(const entry_ref& ref,
50 BString DescriptiveName(const entry_ref& ref,
/haiku/src/apps/launchbox/
H A DLaunchButton.h45 void SetTo(const entry_ref* ref);
46 entry_ref* Ref() const;
66 void _UpdateIcon(const entry_ref* ref);
75 entry_ref* fRef;
/haiku/src/kits/media/
H A DPlaySound.cpp14 sound_handle play_sound(const entry_ref *soundRef,
/haiku/src/preferences/notifications/
H A DAppRefFilter.h15 virtual bool Filter(const entry_ref *ref,
/haiku/src/apps/mail/
H A DQueryList.h26 const entry_ref& ref, ino_t node) = 0;
32 typedef std::map<node_ref, entry_ref> RefMap;
52 void _AddEntry(const entry_ref& ref, ino_t node);
54 void _NotifyEntryCreated(const entry_ref& ref,
/haiku/src/tools/locale/
H A DCatalogData.cpp115 BCatalogData::ReadFromAttribute(const entry_ref &appOrAddOnRef)
122 BCatalogData::ReadFromResource(const entry_ref &appOrAddOnRef)
136 BCatalogData::WriteToAttribute(const entry_ref &appOrAddOnRef)
143 BCatalogData::WriteToResource(const entry_ref &appOrAddOnRef)
/haiku/src/build/libbe/app/
H A DAppMisc.cpp21 /*! \brief Returns an entry_ref referring to the application's executable.
22 \param ref A pointer to a pre-allocated entry_ref to be initialized
23 to an entry_ref referring to the application's executable.
31 get_app_ref(entry_ref *ref, bool traverse)
35 // an entry_ref for the argv[0] at initialization time. Now it could be too
/haiku/src/bin/
H A Dinstallsound.cpp52 entry_ref ref;
60 entry_ref ref;
68 entry_ref ref;
81 entry_ref ref;
/haiku/src/apps/people/
H A DPersonView.h38 const entry_ref* ref);
50 void CreateFile(const entry_ref* ref);
60 void UpdatePicture(const entry_ref* ref);
65 const entry_ref* fRef;
/haiku/src/kits/tracker/
H A DNodeWalker.h60 virtual status_t GetNextRef(entry_ref*) = 0;
74 TNodeWalker(const entry_ref* ref, bool includeTopDirectory);
82 TNodeWalker(const entry_ref* ref);
86 virtual status_t GetNextRef(entry_ref*);
93 void PushDirCommon(const entry_ref*);
123 virtual status_t GetNextRef(entry_ref*);
154 virtual status_t GetNextRef(entry_ref*);
H A DTracker.h99 bool InTrashNode(const entry_ref* ref) const;
101 void CloseParentWaitingForChildSoon(const entry_ref* child,
105 void SelectChildInParentSoon(const entry_ref* child,
118 bool EntryHasWindowOpen(const entry_ref*);
144 BContainerWindow* FindContainerWindow(const entry_ref*,
146 BContainerWindow* FindParentContainerWindow(const entry_ref*) const;
173 bool CloseParentWaitingForChild(const entry_ref* child,
175 bool LaunchAndCloseParentIfOK(const entry_ref* launchThis,
177 bool SelectChildInParent(const entry_ref* child,
219 status_t OpenRef(const entry_ref*, cons
[all...]

Completed in 114 milliseconds

1234567891011>>