xoreos
0.0.5
|
This is the complete list of members for Common::FileList, including all inherited members.
_files | Common::FileList | private |
addDirectory(const UString &directory, int recurseDepth=0) | Common::FileList | |
addSubDirectories(const UString &directory) | Common::FileList | |
begin() const | Common::FileList | |
clear() | Common::FileList | |
const_iterator typedef | Common::FileList | |
contains(const UString &str, bool caseInsensitive) const | Common::FileList | |
containsGlob(const UString &glob, bool caseInsensitive) const | Common::FileList | |
empty() const | Common::FileList | |
end() const | Common::FileList | |
FileList() | Common::FileList | |
FileList(const FileList &list) | Common::FileList | |
FileList(const UString &directory, int recurseDepth=0) | Common::FileList | |
Files typedef | Common::FileList | private |
findFirst(const UString &str, bool caseInsensitive) const | Common::FileList | |
findFirstGlob(const UString &glob, bool caseInsensitive) const | Common::FileList | |
getSubList(const UString &str, bool caseInsensitive, FileList &subList) const | Common::FileList | |
getSubListGlob(const UString &glob, bool caseInsensitive, FileList &subList) const | Common::FileList | |
operator+=(const FileList &list) | Common::FileList | |
operator=(const FileList &list) | Common::FileList | |
relativize(const Common::UString &basePath) | Common::FileList | |
size() const | Common::FileList | |
sort(bool caseInsensitive) | Common::FileList | |
~FileList() | Common::FileList |