20 void setSvg(std::shared_ptr<window::Svg> svg);
#define DEPRECATED
Attribute for deprecated functions and symbols.
Definition common.hpp:26
DEPRECATED typedef SvgPort SVGPort
Definition SvgPort.hpp:27
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition CircularShadow.hpp:10
Definition SvgPort.hpp:14
widget::SvgWidget * sw
Definition SvgPort.hpp:17
CircularShadow * shadow
Definition SvgPort.hpp:16
widget::FramebufferWidget * fb
Definition SvgPort.hpp:15
void setSvg(std::shared_ptr< window::Svg > svg)
DEPRECATED void setSVG(std::shared_ptr< window::Svg > svg)
Definition SvgPort.hpp:21
Definition SvgPort.hpp:30
void step() override
Advances the module by one frame.
Definition SvgPort.hpp:40
void setSvg(std::shared_ptr< window::Svg > lightSvg, std::shared_ptr< window::Svg > darkSvg)
Definition SvgPort.hpp:34
std::shared_ptr< window::Svg > lightSvg
Definition SvgPort.hpp:31
std::shared_ptr< window::Svg > darkSvg
Definition SvgPort.hpp:32