22 #ifndef _RESOURCE_FINDER_H_ 23 #define _RESOURCE_FINDER_H_ virtual ~ResourceFinder()
QString getResourceSaveDir(QString resourceCat)
Return the true file path for the location in which resource files in the given resource category sho...
QStringList getResourcePrefixList()
Return all root paths for resource installations for this application, in the order in which they wil...
QString getResourcePath(QString resourceCat, QString fileName)
Return the location (as a true file path, or a Qt4 ":"-prefixed resource path) of the file best match...
QStringList getResourceFiles(QString resourceCat, QString fileExt)
Return a list of full file paths for files with the given file extension, found in the given resource...
QStringList getSystemResourcePrefixList()
Return the root paths for systemwide resource installations for this application.
QString getUserResourcePrefix()
Return the root path for user-specific resource installation for this application (i....
bool unbundleResource(QString resourceCat, QString fileName)
If the named resource file in the given resource category is available only as a bundled resource,...
QString getResourceSavePath(QString resourceCat, QString fileName)
Return the true file path for the location in which the named resource file in the given resource cat...
QString getResourceDir(QString resourceCat)
Return the true file path for installed resource files in the given resource category.