KHTML
SVGTextElement.cpp
Go to the documentation of this file.
50ANIMATED_PROPERTY_DEFINITIONS(SVGTextElement, SVGTransformList*, TransformList, transformList, Transform, transform, SVGNames::transformAttr, m_transform.get())
98 return m_supplementalTransform ? transform()->concatenate().matrix() * *m_supplementalTransform : transform()->concatenate().matrix();
121 || child->hasTagName(SVGNames::tspanTag) || child->hasTagName(SVGNames::trefTag) || child->hasTagName(SVGNames::aTag) || child->hasTagName(SVGNames::textPathTag))
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
Definition SVGNames.cpp:20
Definition CSSHelper.h:7
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.