appendMergedShape2d(Shape2d *appendTo) const | cinder::svg::Group | |
calcBoundingBox() const | cinder::svg::Group | protectedvirtual |
calcInheritedStyle() const | cinder::svg::Node | |
containsPoint(const vec2 &pt) const | cinder::svg::Node | virtual |
create(const fs::path &filePath) | cinder::svg::Doc | static |
create(DataSourceRef dataSource, const fs::path &filePath=fs::path()) | cinder::svg::Doc | static |
createFromSvgz(DataSourceRef dataSource, const fs::path &filePath=fs::path()) | cinder::svg::Doc | static |
Doc() | cinder::svg::Doc | |
Doc(const fs::path &filePath) | cinder::svg::Doc | |
Doc(DataSourceRef dataSource, const fs::path &filePath=fs::path()) | cinder::svg::Doc | |
find(const std::string &id) | cinder::svg::Group | |
findByIdContains(const std::string &idPartial) const | cinder::svg::Group | |
findInAncestors(const std::string &elementId) const | cinder::svg::Group | virtual |
findNode(const std::string &id, bool recurse=true) const | cinder::svg::Group | |
findNodeByIdContains(const std::string &idPartial, bool recurse=true) const | cinder::svg::Group | |
findPaintInAncestors(const std::string &paintName) const | cinder::svg::Node | |
findStyleValue(const std::string &styleString, const std::string &key) | cinder::svg::Node | protectedstatic |
finishRender(Renderer &renderer, const Style &style) const | cinder::svg::Node | protected |
getAspectRatio() const | cinder::svg::Doc | |
getBoundingBox() const | cinder::svg::Node | |
getBoundingBoxAbsolute() const | cinder::svg::Node | |
getBounds() const | cinder::svg::Doc | |
getChild(const std::string &id) const | cinder::svg::Group | |
getChildren() const | cinder::svg::Group | |
getChildren() | cinder::svg::Group | |
getDoc() const | cinder::svg::Node | |
getDomPath() const | cinder::svg::Node | |
getDpi() const | cinder::svg::Doc | |
getFill() const | cinder::svg::Node | |
getFillOpacity() const | cinder::svg::Node | |
getFillRule() const | cinder::svg::Node | |
getFontFamilies() const | cinder::svg::Node | |
getFontSize() const | cinder::svg::Node | |
getHeight() const | cinder::svg::Doc | |
getId() const | cinder::svg::Node | |
getLineCap() const | cinder::svg::Node | |
getLineJoin() const | cinder::svg::Node | |
getMergedShape2d() const | cinder::svg::Group | protected |
getOpacity() const | cinder::svg::Node | |
getParent() const | cinder::svg::Node | |
getShape() const | cinder::svg::Group | virtual |
getShapeAbsolute() const | cinder::svg::Node | |
getSize() const | cinder::svg::Doc | |
getStroke() const | cinder::svg::Node | |
getStrokeOpacity() const | cinder::svg::Node | |
getStrokeWidth() const | cinder::svg::Node | |
getStyle() const | cinder::svg::Node | |
getTransform() const | cinder::svg::Node | |
getTransformAbsolute() const | cinder::svg::Node | |
getTransformAbsoluteInverse() const | cinder::svg::Node | |
getTransformInverse() const | cinder::svg::Node | |
getWidth() const | cinder::svg::Doc | |
Group(const Node *parent) | cinder::svg::Group | |
Group(const Node *parent, const XmlTree &xml) | cinder::svg::Group | |
isDisplayNone() const | cinder::svg::Node | |
isDrawable() const | cinder::svg::Group | protectedvirtual |
isVisible() const | cinder::svg::Node | |
loadImage(fs::path relativePath) | cinder::svg::Doc | |
mBoundingBox | cinder::svg::Node | mutableprotected |
mBoundingBoxCached | cinder::svg::Node | mutableprotected |
mChildren | cinder::svg::Group | protected |
mDefs | cinder::svg::Group | protected |
mId | cinder::svg::Node | protected |
mParent | cinder::svg::Node | protected |
mSpecifiesTransform | cinder::svg::Node | protected |
mStyle | cinder::svg::Node | protected |
mTransform | cinder::svg::Node | protected |
Node(const Node *parent) | cinder::svg::Node | |
Node(const Node *parent, const XmlTree &xml) | cinder::svg::Node | protected |
nodeUnderPoint(const vec2 &pt) | cinder::svg::Doc | |
cinder::svg::Group::nodeUnderPoint(const vec2 &absolutePoint, const mat3 &parentInverseMatrix) const | cinder::svg::Group | protected |
operator/(const std::string &id) const | cinder::svg::Group | |
parse(const XmlTree &xml) | cinder::svg::Group | protected |
parsePaint(const char *value, bool *specified, const Node *parentNode) | cinder::svg::Node | protectedstatic |
parseStyle(const std::string &value) | cinder::svg::Node | protected |
parseTransform(const std::string &value) | cinder::svg::Node | protectedstatic |
parseTransformComponent(const char **c, mat3 *result) | cinder::svg::Node | protectedstatic |
render(Renderer &renderer) const | cinder::svg::Node | |
setStyle(const Style &style) | cinder::svg::Node | |
setTransform(const mat3 &transform) | cinder::svg::Node | |
specifiesTransform() const | cinder::svg::Node | |
startRender(Renderer &renderer, const Style &style) const | cinder::svg::Node | protected |
unspecifyTransform() | cinder::svg::Node | |
~Group() | cinder::svg::Group | |
~Node() | cinder::svg::Node | virtual |