16#ifndef AEONGUI_SVGANIMATEDLENGTHLIST_HPP
17#define AEONGUI_SVGANIMATEDLENGTHLIST_HPP
19#include "SVGLengthList.hpp"
const SVGLengthList & animVal() const
Get the animated value (const).
Definition SVGAnimatedLengthList.cpp:35
~SVGAnimatedLengthList()
Destructor.
SVGLengthList & baseVal()
Get the base value (mutable).
Definition SVGAnimatedLengthList.cpp:25
SVGAnimatedLengthList()
Default constructor.
Ordered list of SVGLength values.
Definition SVGLengthList.hpp:33