| 41 | { |
| 42 | public: |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected