MCPcopy Create free account
hub / github.com/comaps/comaps / Skin

Method Skin

libs/drape_frontend/gui/skin.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236Skin::Skin(ReaderPtr<Reader> const & reader, float visualScale) : m_visualScale(visualScale)
237{
238 SkinLoader loader(m_resolvers);
239 ReaderSource<ReaderPtr<Reader>> source(reader);
240 if (!ParseXML(source, loader))
241 LOG(LERROR, ("Error parsing gui skin"));
242}
243
244Position Skin::ResolvePosition(EWidget name)
245{

Callers

nothing calls this directly

Calls 1

ParseXMLFunction · 0.85

Tested by

no test coverage detected