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 |
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 |
getBoundingBox() const | cinder::svg::Node | |
getBoundingBoxAbsolute() const | cinder::svg::Node | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 &absolutePoint, const mat3 &parentInverseMatrix) const | cinder::svg::Group | protected |
Noncopyable()=default | cinder::Noncopyable | private |
Noncopyable(const Noncopyable &)=delete | cinder::Noncopyable | private |
operator/(const std::string &id) const | cinder::svg::Group | |
operator=(const Noncopyable &)=delete | cinder::Noncopyable | private |
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 | |
renderSelf(Renderer &renderer) const | cinder::svg::Group | protectedvirtual |
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 |
~Noncopyable()=default | cinder::Noncopyable | private |