* Creates an icon engine with the given SVG content an assigned * AndvancedStylesheet object */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected