MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / CSVGIconEngine

Method CSVGIconEngine

src/theme/QtAdvancedStylesheet.cpp:73–79  ·  view source on GitHub ↗

* Creates an icon engine with the given SVG content an assigned * AndvancedStylesheet object */

Source from the content-addressed store, hash-verified

71 * AndvancedStylesheet object
72 */
73 explicit CSVGIconEngine(const QByteArray &SvgContent, QtAdvancedStylesheet* Styleeheet)
74 : m_SvgTemplate(SvgContent),
75 m_AdvancedStyleheet(Styleeheet)
76 {
77 update();
78 IconEngineInstances->insert(this);
79 }
80
81 /**
82 * Removes itself from the set of instances

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected