Home
last modified time | relevance | path

Searched refs:fileToURI (Results 1 – 7 of 7) sorted by relevance

/dports/x11-fm/xfe/xfe-1.44/src/
H A Dxfeutils.h590 FXString fileToURI(const FXString&);
H A Dxfeutils.cpp1091 FXString fileToURI(const FXString& file) in fileToURI() function
H A DDirList.cpp1001 dragfiles += FXURL::encode(::fileToURI(getItemPathname(item))); in onBeginDrag()
H A DFilePanel.cpp727 clipboard += FXURL::encode(::fileToURI(curdir+name))+"\n"; in onCmdCopyCut()
731 clipboard += FXURL::encode(::fileToURI(curdir+PATHSEPSTRING+name))+"\n"; in onCmdCopyCut()
H A DDirPanel.cpp1304 clipboard += FXURL::encode(::fileToURI(pathname)); in onCmdCopyCut()
H A DSearchPanel.cpp3552 clipboard += FXURL::encode(::fileToURI(pathname))+"\n"; in onCmdCopyCut()
H A DFileList.cpp889 dragfiles += FXURL::encode(::fileToURI(getItemFullPathname(i))); in onBeginDrag()