|
LMMS
|
This is the complete list of members for juce::SVGState, including all inherited members.
| addGradientStopsIn(ColourGradient &cg, const XmlPath &fillXml) const | juce::SVGState | inlineprivate |
| addTransform(const XmlPath &xml) | juce::SVGState | inlineprivate |
| applyClipPath(Drawable &target, const XmlPath &xmlPath) | juce::SVGState | inlineprivate |
| cssStyleText | juce::SVGState | private |
| endpointToCentreParameters(double x1, double y1, double x2, double y2, double angle, bool largeArc, bool sweep, double &rx, double &ry, double ¢reX, double ¢reY, double &startAngle, double &deltaAngle) noexcept | juce::SVGState | inlineprivatestatic |
| findStyleItem(String::CharPointerType source, String::CharPointerType name) | juce::SVGState | inlineprivatestatic |
| getAttributeFromStyleList(const String &list, StringRef attributeName, const String &defaultValue) | juce::SVGState | inlineprivatestatic |
| getCoordLength(const String &s, const float sizeForProportions) const noexcept | juce::SVGState | inlineprivate |
| getCoordLength(const XmlPath &xml, const char *attName, const float sizeForProportions) const noexcept | juce::SVGState | inlineprivate |
| getCoordList(Array< float > &coords, const String &list, bool allowUnits, bool isX) const | juce::SVGState | inlineprivate |
| getEndCapStyle(const String &cap) noexcept | juce::SVGState | inlineprivatestatic |
| getFont(const XmlPath &xml) const | juce::SVGState | inlineprivate |
| getGradientFillType(const XmlPath &fillXml, const Path &path, const float opacity) const | juce::SVGState | inlineprivate |
| getInheritedAttribute(const XmlPath &xml, StringRef attributeName) const | juce::SVGState | inlineprivate |
| getJointStyle(const String &join) noexcept | juce::SVGState | inlineprivatestatic |
| getLinkedID(const XmlPath &xml) | juce::SVGState | inlineprivatestatic |
| getPathFillType(const Path &path, const XmlPath &xml, StringRef fillAttribute, const String &fillOpacity, const String &overallOpacity, const Colour defaultColour) const | juce::SVGState | inlineprivate |
| getStrokeFor(const XmlPath &xml) const | juce::SVGState | inlineprivate |
| getStrokeWidth(const String &strokeWidth) const noexcept | juce::SVGState | inlineprivate |
| getStyleAttribute(const XmlPath &xml, StringRef attributeName, const String &defaultValue=String()) const | juce::SVGState | inlineprivate |
| height | juce::SVGState | private |
| isIdentifierChar(juce_wchar c) | juce::SVGState | inlineprivatestatic |
| isNone(const String &s) noexcept | juce::SVGState | inlineprivatestatic |
| isStartOfNumber(juce_wchar c) noexcept | juce::SVGState | inlineprivatestatic |
| operator=(const SVGState &)=delete | juce::SVGState | private |
| originalFile | juce::SVGState | private |
| parseCircle(const XmlPath &xml, Path &circle) const | juce::SVGState | inlineprivate |
| parseClipPath(const XmlPath &xml, Drawable &d) | juce::SVGState | inlineprivate |
| parseColour(const XmlPath &xml, StringRef attributeName, const Colour defaultColour) const | juce::SVGState | inlineprivate |
| parseCoord(String::CharPointerType &s, float &value, bool allowUnits, bool isX) const | juce::SVGState | inlineprivate |
| parseCoords(String::CharPointerType &s, Point< float > &p, bool allowUnits) const | juce::SVGState | inlineprivate |
| parseCoordsOrSkip(String::CharPointerType &s, Point< float > &p, bool allowUnits) const | juce::SVGState | inlineprivate |
| parseCSSStyle(const XmlPath &xml) | juce::SVGState | inlineprivate |
| parseDashArray(const String &dashList, DrawablePath &dp) const | juce::SVGState | inlineprivate |
| parseDefs(const XmlPath &xml) | juce::SVGState | inlineprivate |
| parseEllipse(const XmlPath &xml, Path &ellipse) const | juce::SVGState | inlineprivate |
| parseGroupElement(const XmlPath &xml, bool shouldParseTransform) | juce::SVGState | inlineprivate |
| parseImage(const XmlPath &xml, bool shouldParseTransform, AffineTransform *additionalTransform=nullptr) const | juce::SVGState | inlineprivate |
| parseLine(const XmlPath &xml, Path &line) const | juce::SVGState | inlineprivate |
| parseLinkElement(const XmlPath &xml) | juce::SVGState | inlineprivate |
| parseNextFlag(String::CharPointerType &text, bool &value) | juce::SVGState | inlineprivatestatic |
| parseNextNumber(String::CharPointerType &text, String &value, bool allowUnits) | juce::SVGState | inlineprivatestatic |
| parsePath(const XmlPath &xml, Path &path) const | juce::SVGState | inlineprivate |
| parsePathElement(const XmlPath &xml, Path &path) const | juce::SVGState | inlineprivate |
| parsePathString(Path &path, const String &pathString) const | juce::SVGState | inline |
| parsePlacementFlags(const String &align) noexcept | juce::SVGState | inlineprivatestatic |
| parsePolygon(const XmlPath &xml, bool isPolyline, Path &path) const | juce::SVGState | inlineprivate |
| parseRect(const XmlPath &xml, Path &rect) const | juce::SVGState | inlineprivate |
| parseSafeFloat(const String &s) | juce::SVGState | inlineprivatestatic |
| parseShape(const XmlPath &xml, Path &path, bool shouldParseTransform=true, AffineTransform *additonalTransform=nullptr) const | juce::SVGState | inlineprivate |
| parseSubElement(const XmlPath &xml) | juce::SVGState | inlineprivate |
| parseSubElements(const XmlPath &xml, DrawableComposite &parentDrawable, bool shouldParseClip=true) | juce::SVGState | inlineprivate |
| parseSVGElement(const XmlPath &xml) | juce::SVGState | inline |
| parseSwitch(const XmlPath &xml) | juce::SVGState | inlineprivate |
| parseText(const XmlPath &xml, bool shouldParseTransform, AffineTransform *additonalTransform=nullptr) const | juce::SVGState | inlineprivate |
| parseTransform(String t) | juce::SVGState | inlineprivatestatic |
| parseURL(const String &str) | juce::SVGState | inlineprivatestatic |
| parseUseOther(const XmlPath &xml) const | juce::SVGState | inlineprivate |
| parseUsePath(const XmlPath &xml, Path &path) const | juce::SVGState | inlineprivate |
| pathContainsClosedSubPath(const Path &path) noexcept | juce::SVGState | inlineprivatestatic |
| setCommonAttributes(Drawable &d, const XmlPath &xml) | juce::SVGState | inlineprivatestatic |
| SVGState(const XmlElement *topLevel, const File &svgFile={}) | juce::SVGState | inlineexplicit |
| SVGState(const SVGState &)=default | juce::SVGState | private |
| topLevelXml | juce::SVGState | private |
| transform | juce::SVGState | private |
| useImage(const XmlPath &xml) const | juce::SVGState | inlineprivate |
| useText(const XmlPath &xml) const | juce::SVGState | inlineprivate |
| viewBoxH | juce::SVGState | private |
| viewBoxW | juce::SVGState | private |
| width | juce::SVGState | private |