![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
This is the complete list of members for PPath, including all inherited members.
add(const PString &other) | PString | |
add(const std::string &other) | PString | |
add(char ch) | PString | |
add(const char *str) | PString | |
changeMode(mode_t __mode=S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH) const | PPath | |
checkFileBegning(const PString &expectedBegining) const | PPath | |
concatenatePString(const PString &other) | PString | protected |
concatenatePString(const std::string &other) | PString | protected |
copyPPath(const PPath &other) | PPath | protected |
copyPString(const PString &other) | PString | protected |
copyPString(const std::string &other) | PString | protected |
count(char ch) const | PString | |
count(const PString &patern) const | PString | |
createDirectory(mode_t mode=0755) const | PPath | |
eraseChar(char ch) const | PString | |
eraseChar(const PString &vecChar) const | PString | |
eraseExtension() | PPath | |
eraseExtension() const | PPath | |
eraseFirstChar(const PString &vecChar) const | PString | |
eraseFirstLastChar(const PString &vecChar) const | PString | |
eraseLastChar(const PString &vecChar) const | PString | |
eraseLongestExtension() | PPath | |
eraseLongestExtension() const | PPath | |
escapeStr(const PString &strCharToEscape, const PString &escapeSeq) const | PString | |
find(char ch) const | PString | |
find(const PString &listChar) const | PString | |
firstToLower() const | PString | |
firstToUpper() const | PString | |
format(const PString &arg) const | PString | |
fromValue(const T &other) | PString | |
getAllDirectoryInDir() const | PPath | |
getAllElementInDir() const | PPath | |
getAllFileInDir() const | PPath | |
getCommonBegining(const PString &other) const | PString | |
getCurrentDirectory() | PPath | static |
getCurrentNodeName() | PPath | static |
getDirectoryName() const | PPath | |
getExtension() const | PPath | |
getFileModificationTime() const | PPath | |
getFileName() const | PPath | |
getFileSize() const | PPath | |
getHomeDir() | PPath | static |
getLongestExtension() const | PPath | |
getParentDirectory() const | PPath | |
getParentDirectory(const PPath &subDirName) const | PPath | |
getProgramDirectory() | PPath | static |
getProgramLocation() | PPath | static |
getProgramPrefix() | PPath | static |
getUnderPath(const PString &pathPart) const | PPath | |
initialisationPPath() | PPath | private |
initialisationPString() | PString | private |
isAbsolutePath() const | PPath | |
isDirectoryExist() const | PPath | |
isExist() const | PPath | |
isFileExist() const | PPath | |
isLowerCase() const | PString | |
isNumber() const | PString | |
isSameBegining(const PString &beginStr) const | PString | |
isUpperCase() const | PString | |
loadFileContent() const | PPath | |
makeAbsolute() const | PPath | |
merge(const std::vector< PString > &vecStr, const PString &separator="") | PString | |
operator+=(const PString &other) | PString | |
operator+=(const std::string &other) | PString | |
operator+=(char ch) | PString | |
operator+=(const T &other) | PString | |
operator/(const PPath &other1, const PPath &other2) | PPath | friend |
operator<<(const T &other) | PString | |
operator=(const PPath &other) | PPath | |
PString::operator=(const PString &other) | PString | |
PString::operator=(const std::string &other) | PString | |
PString::operator=(const T &other) | PString | |
PPath() | PPath | |
PPath(const PString &other) | PPath | |
PPath(const PPath &other) | PPath | |
PString() | PString | |
PString(const char *str) | PString | |
PString(const std::string &str) | PString | |
PString(const PString &other) | PString | |
replace(const PString &pattern, const PString &replaceStr) const | PString | |
replace(const PString &pattern, const PString &replaceStr, size_t maxNbReplace) const | PString | |
replaceChar(const PString &vecChar, const PString &replaceStr) const | PString | |
saveFileContent(const PString &content) const | PPath | |
simplify() const | PPath | |
split(char separator) const | PString | |
split(const PString &vecSeparator) const | PString | |
toLower() const | PString | |
toLowerUnderscore() const | PString | |
toString(const T &value) | PString | static |
toUpper() const | PString | |
toValue(const PString &other) | PString | static |
toValue() const | PString | |
~PPath() | PPath | virtual |
~PString() | PString | virtual |