X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffiletools.h;h=92c6eb57e7ec8b50edac51e06051cfb282e40067;hb=3f59d7e2cc6a3f9a09631c804b49b6d28e05d857;hp=49dadf9a33d617fe827b212afe6e7d62519e9195;hpb=0e2828917b0e1987462a26e732ffba784b9991f1;p=lyx.git diff --git a/src/support/filetools.h b/src/support/filetools.h index 49dadf9a33..92c6eb57e7 100644 --- a/src/support/filetools.h +++ b/src/support/filetools.h @@ -98,6 +98,13 @@ i18nLibFileSearch(std::string const & dir, std::string const & name, std::string const & ext = std::string()); +/** Same as libFileSearch(), but tries first to find a preferred + version of the file by appending the icon set name to the dir + */ +FileName const +imageLibFileSearch(std::string & dir, std::string const & name, + std::string const & ext = std::string()); + /// How to quote a filename enum quote_style { /** Quote for the (OS dependant) shell. This is needed for command @@ -240,6 +247,18 @@ std::string const onlyFileName(std::string const & fname); */ std::string const replaceEnvironmentPath(std::string const & path); +/** + Return a string to be used as a prefix to a command for setting the + environment of the TeX engine with respect to the path \p path. + */ +std::string latexEnvCmdPrefix(std::string const & path); + +/** Replace all references to a current directory (a lonely '.' or + the prefix "./") in \c pathlist with \c path. Also prefixes + all non-absolute paths with \c path. +*/ +std::string const replaceCurdirPath(std::string const & path, std::string const & pathlist); + /** Set \c link to the path \c file points to as a symbolic link. \return true if successful. */ @@ -256,9 +275,6 @@ bool readLink(FileName const & file, FileName & link); FileName const findtexfile(std::string const & fil, std::string const & format); -/// read the BoundingBox entry from a ps/eps/pdf-file -std::string const readBB_from_PSFile(FileName const & file); - /** \param file1, file2 the two files to be compared. Must have absolute paths. * \returns 1 if \c file1 has a more recent timestamp than \c file2, * 0 if their timestamps are the same,