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

Method Skin

src/core/gui/ControlPanel.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42public:
43 explicit Skin(const std::string &path)
44 : directory(path)
45 , layout(directory.getChildFile("layout.ini").getFullPathName().toStdString())
46 {}
47
48 juce::File directory;
49 LayoutDescription layout;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected