Home
last modified time | relevance | path

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

/dports/graphics/photoqt/photoqt-1.6/cplusplus/testing/
H A Dgetanddostufftest.h30 void removeFilenameFromPath() { in removeFilenameFromPath() function
32 QCOMPARE(file.removeFilenameFromPath("/the/path/file"), "/the/path"); in removeFilenameFromPath()
33 QCOMPARE(file.removeFilenameFromPath("file://the/path/file"), "/the/path"); in removeFilenameFromPath()
34 QCOMPARE(file.removeFilenameFromPath("file:///the/path/file"), "/the/path"); in removeFilenameFromPath()
35 QCOMPARE(file.removeFilenameFromPath("image://full//the/path/file"), "/the/path"); in removeFilenameFromPath()
36 QCOMPARE(file.removeFilenameFromPath(""), ""); in removeFilenameFromPath()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/getanddostuff/
H A Dfile.h42 QString removeFilenameFromPath(QString file);
H A Dfile.cpp117 QString GetAndDoStuffFile::removeFilenameFromPath(QString file) { in removeFilenameFromPath() function in GetAndDoStuffFile
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/
H A Dgetanddostuff.h82 …Q_INVOKABLE QString removeFilenameFromPath(QString file) { return this->file->removeFilenameFromPa… in removeFilenameFromPath() function
/dports/graphics/photoqt/photoqt-1.6/qml/filemanagement/
H A DCopy.qml66 if(getanddostuff.removeFilenameFromPath(file) === variables.currentDir) {
H A DMove.qml67 if(getanddostuff.removeFilenameFromPath(file) === variables.currentDir) {
/dports/graphics/photoqt/photoqt-1.6/qml/other/
H A DScale.qml320 … if(variables.currentDir === getanddostuff.removeFilenameFromPath(fname))