19 void setSvg(std::shared_ptr<window::Svg> svg);
#define DEPRECATED
Attribute for deprecated functions and symbols.
Definition common.hpp:26
DEPRECATED typedef SvgScrew SVGScrew
Definition SvgScrew.hpp:23
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
If you don't add these to your ModuleWidget, they will fall out of the rack...
Definition SvgScrew.hpp:14
void setSvg(std::shared_ptr< window::Svg > svg)
widget::SvgWidget * sw
Definition SvgScrew.hpp:16
widget::FramebufferWidget * fb
Definition SvgScrew.hpp:15
Definition SvgScrew.hpp:26
std::shared_ptr< window::Svg > darkSvg
Definition SvgScrew.hpp:28
std::shared_ptr< window::Svg > lightSvg
Definition SvgScrew.hpp:27
void step() override
Advances the module by one frame.
Definition SvgScrew.hpp:36
void setSvg(std::shared_ptr< window::Svg > lightSvg, std::shared_ptr< window::Svg > darkSvg)
Definition SvgScrew.hpp:30