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

Method compoundStyle

src/css/sheet.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105CompoundStyle Sheet::compoundStyle(const std::string& name)
106{
107 return CompoundStyle(this, name);
108}
109
110} // namespace css

Callers 2

TESTFunction · 0.80
StyleMethod · 0.80

Calls 1

CompoundStyleClass · 0.70

Tested by 1

TESTFunction · 0.64