Home
last modified time | relevance | path

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

/dports/graphics/phototonic/phototonic-2.1/
H A DTrashcan.cpp94 const QStorageInfo filePathStorage(filePath); in moveToTrash() local
95 if (!filePathStorage.isValid()) { in moveToTrash()
106 …if (QStorageInfo(homeDataLocation) == filePathStorage || trashOptions == Trash::ForceDeletionToHom… in moveToTrash()
115 const QDir topdir = QDir(filePathStorage.rootPath()); in moveToTrash()
123 … return moveToTrashDir(filePath, QDir(topdirTrash.filePath(subdir)), error, filePathStorage); in moveToTrash()
130 return moveToTrashDir(filePath, topdirUserTrash, error, filePathStorage); in moveToTrash()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsproject.cpp671 QCOMPARE( p.filePathStorage(), Qgis::FilePathType::Absolute ); in testFilePathType()
674 QCOMPARE( p.filePathStorage(), Qgis::FilePathType::Relative ); in testFilePathType()
727 const Qgis::FilePathType p1Type = p1.filePathStorage(); in testDefaultRelativePaths()
732 const Qgis::FilePathType p2Type = p1.filePathStorage(); in testDefaultRelativePaths()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslayerdefinition.cpp206 …return exportLayerDefinition( path, selectedTreeNodes, QgsProject::instance()->filePathStorage(), … in exportLayerDefinition()
/dports/graphics/qgis/qgis-3.22.3/src/core/project/
H A Dqgsproject.h345 Qgis::FilePathType filePathStorage() const;
H A Dqgsproject.cpp723 Qgis::FilePathType QgsProject::filePathStorage() const in filePathStorage() function in QgsProject
2768 switch ( filePathStorage() ) in pathResolver()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/project/
H A Dqgsproject.sip.in268 Qgis::FilePathType filePathStorage() const;
281 .. seealso:: :py:func:`filePathStorage`
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsprojectproperties.cpp336 …ex( cbxAbsolutePath->findData( static_cast< int >( QgsProject::instance()->filePathStorage() ) ) ); in QgsProjectProperties()