16#ifndef AEONGUI_SVGANIMATEDSTRING_HPP
17#define AEONGUI_SVGANIMATEDSTRING_HPP
19#include "DOMString.hpp"
43 DLL
const DOMString&
baseVal()
const;
49 DLL
const DOMString&
animVal()
const;
~SVGAnimatedString()
Destructor.
DOMString & baseVal()
Get the base value (mutable).
Definition SVGAnimatedString.cpp:25
SVGAnimatedString()
Default constructor.
DOMString & animVal()
Get the animated value (mutable).
Definition SVGAnimatedString.cpp:35