class VCL_DLLPUBLIC UserResourceScanner
{ protected: /** Scans the provided directory for the resource. * *ThereturnedstringswillcontaintheURLstotheresources.
*/
std::vector<OUString> readFilesFromPath(const OUString& dir);
/** Return true if the filename is a valid resource */ virtualbool isValidResource(const OUString& rFilename) = 0;
/** Adds the provided resource by path. */ virtualbool addResource(const OUString& /*path*/) = 0;
/** Provide a semicolon-separated list of paths to search for resource. * *Thereareseveralcaseswhenscanwillfail: *-Thedirectorydoesnotexist *-Therearenofileswhichhaveavalidresource
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.