![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
This is the complete list of members for PString, including all inherited members.
add(const PString &other) | PString | |
add(const std::string &other) | PString | |
add(char ch) | PString | |
add(const char *str) | PString | |
concatenatePString(const PString &other) | PString | protected |
concatenatePString(const std::string &other) | PString | 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 | |
eraseChar(char ch) const | PString | |
eraseChar(const PString &vecChar) const | PString | |
eraseFirstChar(const PString &vecChar) const | PString | |
eraseFirstLastChar(const PString &vecChar) const | PString | |
eraseLastChar(const PString &vecChar) const | PString | |
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 | |
getCommonBegining(const PString &other) const | PString | |
initialisationPString() | PString | private |
isLowerCase() const | PString | |
isNumber() const | PString | |
isSameBegining(const PString &beginStr) const | PString | |
isUpperCase() const | PString | |
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 T &other) | PString | |
operator=(const PString &other) | PString | |
operator=(const std::string &other) | PString | |
operator=(const T &other) | PString | |
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 | |
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 | |
~PString() | PString | virtual |