KHTML
SVGStyledElement.cpp
Go to the documentation of this file.
65 ANIMATED_PROPERTY_DEFINITIONS(SVGStyledElement, String, String, string, ClassName, className, HTMLNames::classAttr, m_className)
80 static void mapAttributeToCSSProperty(HashMap<DOMStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName)
161 /*bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
173 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping
217 // TODO: Fix bug http://bugs.webkit.org/show_bug.cgi?id=15430 (SVGElementInstances should rebuild themselves lazily)
233 if (SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(element->isStyled() ? element : 0)) {
242 void SVGStyledElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
257 // TODO: Fix bug http://bugs.webkit.org/show_bug.cgi?id=15430 (SVGElementInstances should rebuild themselves lazily)
268 /*if (gElementsWithInstanceUpdatesBlocked && gElementsWithInstanceUpdatesBlocked->contains(this))
DOM::QualifiedName image_renderingAttr
Definition: SVGNames.cpp:191
DOM::QualifiedName text_renderingAttr
Definition: SVGNames.cpp:308
DOM::QualifiedName flood_opacityAttr
Definition: SVGNames.cpp:165
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
DOM::QualifiedName glyph_orientation_verticalAttr
Definition: SVGNames.cpp:181
Definition: QualifiedName.h:36
DOM::QualifiedName letter_spacingAttr
Definition: SVGNames.cpp:208
DOM::QualifiedName stroke_dasharrayAttr
Definition: SVGNames.cpp:292
DOM::QualifiedName baseline_shiftAttr
Definition: SVGNames.cpp:115
DOM::QualifiedName alignment_baselineAttr
Definition: SVGNames.cpp:105
DOM::QualifiedName stroke_dashoffsetAttr
Definition: SVGNames.cpp:293
DOM::QualifiedName stroke_opacityAttr
Definition: SVGNames.cpp:297
DOM::QualifiedName stroke_linejoinAttr
Definition: SVGNames.cpp:295
DOM::QualifiedName color_renderingAttr
Definition: SVGNames.cpp:131
DOM::QualifiedName enable_backgroundAttr
Definition: SVGNames.cpp:149
DOM::QualifiedName color_interpolation_filtersAttr
Definition: SVGNames.cpp:129
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
DOM::QualifiedName glyph_orientation_horizontalAttr
Definition: SVGNames.cpp:180
DOM::QualifiedName shape_renderingAttr
Definition: SVGNames.cpp:276
DOM::QualifiedName stroke_miterlimitAttr
Definition: SVGNames.cpp:296
DOM::QualifiedName dominant_baselineAttr
Definition: SVGNames.cpp:143
QByteArray toLatin1() const
DOM::QualifiedName lighting_colorAttr
Definition: SVGNames.cpp:209
DOM::QualifiedName color_profileAttr
Definition: SVGNames.cpp:130
int length() const
DOM::QualifiedName pointer_eventsAttr
Definition: SVGNames.cpp:252
DOM::QualifiedName text_decorationAttr
Definition: SVGNames.cpp:307
DOM::QualifiedName stroke_linecapAttr
Definition: SVGNames.cpp:294
DOM::QualifiedName color_interpolationAttr
Definition: SVGNames.cpp:128
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.