This is the complete list of members for uicore::FilePath, including all inherited members.
absolute_path(std::string path) | uicore::FilePath | static |
add_trailing_slash(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
basepath(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
combine(const std::string &part1, const std::string &part2, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
extension(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
filename(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
filename_without_extension(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
has_extension(const std::string &path, const std::string &extension, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
is_absolute(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
is_relative(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
location(const std::string &path) | uicore::FilePath | static |
make_absolute(const std::string &base_path, const std::string &relative_path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
make_relative(const std::string &base_path, const std::string &absolute_path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
normalize(const std::string &path, FilePathType path_type=FilePathType::file_system) | uicore::FilePath | static |
remove_trailing_slash(const std::string &path) | uicore::FilePath | static |