Searched refs:CurrentRef (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/showimage/
H A DImageFileNavigator.h35 const entry_ref& CurrentRef() const { return fCurrentRef; } function in class:ImageFileNavigator
H A DShowImageWindow.cpp626 if (!first && ref != fNavigator.CurrentRef()) {
664 && ref == fNavigator.CurrentRef()) {
1003 BFile file(&fNavigator.CurrentRef(), B_WRITE_ONLY);
1097 fStatusView->Update(fNavigator.CurrentRef(), status);
1238 fNavigator.CurrentRef(), fNavigator.CurrentPage(), &us);
1247 entry_ref nextRef = fNavigator.CurrentRef();
1251 entry_ref previousRef = fNavigator.CurrentRef();
1501 BFile file(&fNavigator.CurrentRef(), B_READ_ONLY);

Completed in 89 milliseconds