KHTML
Go to the documentation of this file.
36 class SVGAElement :
public SVGStyledTransformableElement,
37 public SVGURIReference,
40 public SVGExternalResourcesRequired {
42 SVGAElement(
const QualifiedName&, Document*);
43 virtual ~SVGAElement();
45 virtual bool isValid()
const {
return SVGTests::isValid(); }
47 virtual String title()
const;
49 virtual void parseMappedAttribute(MappedAttribute*);
50 virtual void svgAttributeChanged(
const QualifiedName&);
52 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
54 virtual void defaultEventHandler(Event*);
56 virtual bool supportsFocus()
const;
57 virtual bool isFocusableImpl(FocusType ft)
const;
59 virtual bool childShouldCreateRenderer(Node*)
const;
65 virtual const SVGElement* contextElement()
const {
return this; }
68 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGURIReference,
String, Href, href)
69 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
71 ANIMATED_PROPERTY_DECLARATIONS(SVGAElement,
String, String, Target, target)
77 #endif // SVGAElement_h
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
KDE's Doxygen guidelines are available online.