![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
This is the complete list of members for DicoValue, including all inherited members.
copyDicoValue(const DicoValue &other) | DicoValue | protected |
DicoValue() | DicoValue | |
DicoValue(const DicoValue &other) | DicoValue | |
errorAt(PFileParser &parser, bool &isRunning, const PString &errorMsg) | DicoValue | private |
fromString(const PString &content) | DicoValue | |
getKey() const | DicoValue | |
getKey() | DicoValue | |
getMap(const PString &key) const | DicoValue | |
getMap(const PString &key) | DicoValue | |
getMapChild() const | DicoValue | |
getMapChild() | DicoValue | |
getString() const | DicoValue | |
getValue() const | DicoValue | |
getValue() const | DicoValue | |
getValue() | DicoValue | |
getVecChild() const | DicoValue | |
getVecChild() | DicoValue | |
hasKey() const | DicoValue | |
hasMap() const | DicoValue | |
hasVec() const | DicoValue | |
isKeyExist(const PString &key) const | DicoValue | |
load(const PPath &fileName) | DicoValue | |
loadParser(PFileParser &parser) | DicoValue | private |
operator=(const DicoValue &other) | DicoValue | |
p_key | DicoValue | private |
p_mapChild | DicoValue | private |
p_value | DicoValue | private |
p_vecChild | DicoValue | private |
parseDicoValue(PFileParser &parser, bool &isRunning) | DicoValue | private |
parseListOrMap(PFileParser &parser, bool &isRunning) | DicoValue | private |
parseString(PFileParser &parser) | DicoValue | private |
print() const | DicoValue | |
save(const PPath &fileName, const PString &valueDecorator="", PString baseIndentation="\t", PString baseNewLine="\n") const | DicoValue | |
saveRecurse(const PString &indentation, const PString &valueDecorator, PString baseIndentation, PString baseNewLine) const | DicoValue | private |
setKey(const PString &key) | DicoValue | |
setMapChild(const std::map< PString, DicoValue > &mapChild) | DicoValue | |
setValue(const PString &value) | DicoValue | |
setVecChild(const std::vector< DicoValue > &vecChild) | DicoValue | |
toString(const PString &valueDecorator="", PString baseIndentation="\t", PString baseNewLine="\n") const | DicoValue | |
~DicoValue() | DicoValue | virtual |