Searched refs:entry_ref (Results 276 - 300 of 720) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/kits/storage/
H A DResourceStrings.cpp43 file referred to by the supplied entry_ref.
44 \param ref the entry_ref referring to the resource file
46 BResourceStrings::BResourceStrings(const entry_ref &ref)
126 by the supplied entry_ref.
127 If the supplied entry_ref is \c NULL, the object is initialized to the
129 \param ref the entry_ref referring to the resource file
132 BResourceStrings::SetStringFile(const entry_ref *ref)
139 entry_ref fileRef;
202 /*! \brief Returns an entry_ref referring to the resource file, the object is
204 \param outRef a pointer to an entry_ref variabl
[all...]
/haiku-fatelf/src/kits/tracker/
H A DFilePanel.cpp80 const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection,
256 BFilePanel::GetPanelDirectory(entry_ref* ref) const
278 BFilePanel::SetPanelDirectory(const entry_ref* ref)
291 entry_ref ref;
307 entry_ref ref;
343 BFilePanel::GetNextSelectedRef(entry_ref* ref)
H A DTracker.cpp122 void (*function)(const entry_ref*, const BMessage*, bool);
125 entry_ref appRef;
308 const entry_ref* ref = window->TargetModel()->EntryRef();
568 entry_ref ref;
601 BObjectList<entry_ref>* srcList = new BObjectList<entry_ref>(count, true);
605 entry_ref ref;
618 srcList->AddItem(new entry_ref(ref));
631 const entry_ref* child, const node_ref* parent,
653 entry_ref fEntr
[all...]
H A DOpenWithWindow.cpp149 entry_ref ref;
213 static const entry_ref*
214 AddOneUniqueDocumentType(const entry_ref* ref, void* castToList)
244 const entry_ref* appRef = (const entry_ref*)castToEntryRef;
367 OpenWithContainerWindow::ShowContextMenu(BPoint, const entry_ref*, BView*) argument
501 OpenWithContainerWindow::IsShowing(const entry_ref*) const
581 static const entry_ref*
582 AddOneRefSignatures(const entry_ref* ref, void* castToIterator)
600 entry_ref preferredRe
629 InitDirentIterator(const entry_ref*) argument
[all...]
H A DFindPanel.h121 FindWindow(const entry_ref* ref = NULL,
141 static BFile* TryOpening(const entry_ref* ref);
152 void SwitchToTemplate(const entry_ref*);
163 entry_ref fRef;
263 void SaveAsQueryOrTemplate(const entry_ref*, const char*, bool queryTemplate);
H A DModel.h81 Model(const entry_ref*, bool traverse = false, bool open = false,
93 status_t SetTo(const entry_ref*, bool traverse = false,
113 const entry_ref* EntryRef() const;
245 entry_ref fEntryRef;
327 inline const entry_ref*
H A DFavoritesMenu.cpp156 entry_ref ref;
208 entry_ref ref;
252 entry_ref ref;
258 bind2nd(std::equal_to<entry_ref>(), ref))
416 entry_ref ref;
H A DPoseViewScripting.cpp72 // Specifying an index/entry_ref that no longer exists will be handled well.
305 // move all poses specified by entry_ref to Trash
306 entry_ref ref;
365 entry_ref ref;
425 entry_ref ref;
464 BObjectList<entry_ref>* entryList = new BObjectList<entry_ref>();
468 // move all poses specified by entry_ref to Trash
469 entry_ref ref;
472 entryList->AddItem(new entry_ref(re
[all...]
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.h32 void SetTo(const entry_ref& ref,
39 status_t CopyTo(const entry_ref& ref,
101 void SetTo(const entry_ref& file,
118 status_t GetRef(entry_ref& ref) const;
139 void _SetIcon(entry_ref* ref);
153 entry_ref fRef;
/haiku-fatelf/src/servers/registrar/
H A DRecentEntries.cpp48 recent_entry::recent_entry(const entry_ref *ref, const char *appSig,
51 ref(ref ? *ref : entry_ref()),
108 RecentEntries::Add(const entry_ref *ref, const char *appSig)
275 std::map<entry_ref, std::list<recent_entry*> > map;
295 for (std::map<entry_ref, std::list<recent_entry*> >::iterator mapItem = map.begin();
325 "failed on the entry_ref (%ld, %lld, '%s') with error 0x%lx\n",
343 RecentEntries::GetTypeForRef(const entry_ref *ref, char *result)
H A DRecentApps.cpp120 RecentApps::Add(const entry_ref *ref, int32 appFlags)
168 entry_ref ref;
225 /*! \brief Fetches an \c entry_ref for the application with the
233 RecentApps::GetRefForApp(const char *appSig, entry_ref *result)
/haiku-fatelf/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp49 entry_ref ref;
136 status_t GetAppInfo(entry_ref *ref, app_info *info) const
143 entry_ref ref;
146 CHK(roster.GetAppInfo((entry_ref*)NULL, NULL) == B_BAD_VALUE);
147 CHK(roster.GetAppInfo((entry_ref*)NULL, &info) == B_BAD_VALUE);
155 status_t GetAppInfo(entry_ref *ref, app_info *info) const
162 entry_ref ref;
169 status_t GetAppInfo(entry_ref *ref, app_info *info) const
183 entry_ref ref;
H A DRosterWatchingTester.cpp61 entry_ref
64 entry_ref ref;
73 entry_ref
140 entry_ref ref;
177 SimpleAppLauncher(const entry_ref &ref) : fRef(ref) {}
185 virtual const entry_ref *Ref() const { return &fRef; }
193 entry_ref fRef;
234 entry_ref ref1(create_app(appFile1, appType1));
249 entry_ref ref2(create_app(appFile2, appType2, false, true,
268 entry_ref ref
[all...]
/haiku-fatelf/src/servers/index/
H A DVolumeWatcher.cpp39 entry_ref ref(device, directory, name);
49 entry_ref ref(device, directory, name);
60 entry_ref ref(device, to_directory, name);
61 entry_ref refFrom(device, from_directory, fromName);
86 entry_ref ref;
147 AnalyserDispatcher::AnalyseEntry(const entry_ref& ref)
155 AnalyserDispatcher::DeleteEntry(const entry_ref& ref)
163 AnalyserDispatcher::MoveEntry(const entry_ref& oldRef, const entry_ref& newRef)
533 VolumeWatcher::FindEntryRef(ino_t node, dev_t device, entry_ref
[all...]
/haiku-fatelf/src/kits/app/
H A DRoster.cpp124 \param ref An entry_ref referring to the application executable.
134 can_app_be_used(const entry_ref* ref)
206 \param app1 An entry_ref referring to the first application.
207 \param app2 An entry_ref referring to the second application.
213 compare_queried_apps(const entry_ref* app1, const entry_ref* app2)
295 \param appRef A pointer to a pre-allocated entry_ref to be filled with
305 query_for_app(const char* signature, entry_ref* appRef)
363 entry_ref ref;
424 const entry_ref* appRe
[all...]
/haiku-fatelf/src/apps/people/
H A DPersonWindow.cpp46 const entry_ref* ref)
104 _SetToRef(new entry_ref(*ref));
199 entry_ref dir;
213 _SetToRef(new entry_ref(dir));
253 fRef = new entry_ref(device, directory, name.String());
383 PersonWindow::RefersPersonFile(const entry_ref& ref) const
404 PersonWindow::_SetToRef(entry_ref* ref)
/haiku-fatelf/src/apps/resedit/
H A DResView.cpp46 const int32 &flags, const entry_ref *ref)
55 fRef = new entry_ref;
151 entry_ref saveDir;
177 entry_ref ref;
219 ResView::SetTo(const entry_ref &dir, const BString &name)
221 entry_ref fileRef;
230 fRef = new entry_ref();
240 ResView::OpenFile(const entry_ref &ref)
375 ResView::AddResource(const entry_ref &ref)
/haiku-fatelf/src/servers/bluetooth/
H A DDeviceManager.cpp35 entry_ref ref;
105 entry_ref ref;
133 entry_ref ref;
148 DeviceManager::AddDevice(entry_ref* ref)
240 entry_ref driverRef;
/haiku-fatelf/headers/os/locale/
H A DCatalog.h18 struct entry_ref;
24 BCatalog(const entry_ref& catalogOwner,
41 status_t SetTo(const entry_ref& catalogOwner,
/haiku-fatelf/headers/os/midi/
H A DMidiStore.h9 struct entry_ref;
54 status_t Import(const entry_ref* ref);
55 status_t Export(const entry_ref* ref, int32 format);
/haiku-fatelf/headers/private/app/
H A DMessageUtils.h13 status_t entry_ref_flatten(char* buffer, size_t* size, const entry_ref* ref);
14 status_t entry_ref_unflatten(entry_ref* ref, const char* buffer, size_t size);
181 byte_swap(entry_ref &data)
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.h70 entry_ref entryRef; // entry_ref to item tagged
110 const entry_ref* = NULL);
156 void MoveItem(entry_ref*, ino_t toDirectory);
/haiku-fatelf/src/apps/showimage/
H A DShowImageApp.cpp79 entry_ref ref;
162 entry_ref ref;
196 ShowImageApp::_Open(const entry_ref& ref, const BMessenger& trackerMessenger)
/haiku-fatelf/src/kits/opengl/
H A DGLRendererRoster.cpp141 entry_ref ref;
163 image_id image, const entry_ref* ref, ino_t node)
185 GLRendererRoster::CreateRenderer(const entry_ref& ref)
/haiku-fatelf/src/preferences/sounds/
H A DHEventList.cpp87 entry_ref ref;
117 entry_ref ref;
147 entry_ref ref;

Completed in 273 milliseconds

<<11121314151617181920>>