16#ifndef AEONGUI_SVGANIMATEDNUMBERLIST_HPP
17#define AEONGUI_SVGANIMATEDNUMBERLIST_HPP
19#include "SVGNumberList.hpp"
SVGNumberList & baseVal()
Get the base value (mutable).
Definition SVGAnimatedNumberList.cpp:25
~SVGAnimatedNumberList()
Destructor.
SVGAnimatedNumberList()
Default constructor.
const SVGNumberList & animVal() const
Get the animated value (const).
Definition SVGAnimatedNumberList.cpp:35
Ordered list of floating-point numbers (SVG).
Definition SVGNumberList.hpp:32