Home
last modified time | relevance | path

Searched refs:canBeScaled (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photoqt/photoqt-1.6/cplusplus/testing/
H A Dgetanddostufftest.h51 void canBeScaled() { in canBeScaled() function
53 QCOMPARE(manip.canBeScaled("/the/path/file.jpg"), true); in canBeScaled()
54 QCOMPARE(manip.canBeScaled("/the/path/file.JPG"), true); in canBeScaled()
55 QCOMPARE(manip.canBeScaled("/the/path/file.JpG"), true); in canBeScaled()
56 QCOMPARE(manip.canBeScaled("/the/path/file.html"), false); in canBeScaled()
57 QCOMPARE(manip.canBeScaled(""), false); in canBeScaled()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/getanddostuff/
H A Dmanipulation.h51 bool canBeScaled(QString filename);
H A Dmanipulation.cpp28 bool GetAndDoStuffManipulation::canBeScaled(QString filename) { in canBeScaled() function in GetAndDoStuffManipulation
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/
H A Dgetanddostuff.h91 Q_INVOKABLE bool canBeScaled(QString filename) { return manipulation->canBeScaled(filename); } in canBeScaled() function
/dports/graphics/photoqt/photoqt-1.6/qml/other/
H A DScale.qml359 if(!getanddostuff.canBeScaled(variables.currentDir + "/" + variables.currentFile)) {