Gin
|
Layout components with json, supports hot reloading. More...
#include <gin_layout.h>
Public Member Functions | |
Layout (juce::Component &) | |
~Layout () | |
void | setLayout (const juce::String &filename, const juce::File &source={}) |
bool | parseLayout (const juce::String &content) |
void | setConstant (const juce::String &name, double val) |
Layout components with json, supports hot reloading.
Layout::Layout | ( | juce::Component & | ) |
Layout::~Layout | ( | ) |