MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / update

Method update

src/css/compound_style.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void CompoundStyle::update()
25{
26 deleteQueries();
27
28 const Style* style = m_sheet->getStyle(m_name);
29 if (style)
30 m_normal = m_sheet->query(*style);
31}
32
33CompoundStyle::~CompoundStyle()
34{

Callers

nothing calls this directly

Calls 2

queryMethod · 0.80
getStyleMethod · 0.45

Tested by

no test coverage detected