Gin
Public Member Functions | List of all members
Layout Class Reference

Layout components with json, supports hot reloading. More...

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)
 

Detailed Description

Layout components with json, supports hot reloading.

Constructor & Destructor Documentation

◆ Layout()

Layout::Layout ( juce::Component &  )

◆ ~Layout()

Layout::~Layout ( )

Member Function Documentation

◆ setLayout()

void Layout::setLayout ( const juce::String &  filename,
const juce::File &  source = {} 
)

◆ parseLayout()

bool Layout::parseLayout ( const juce::String &  content)

◆ setConstant()

void Layout::setConstant ( const juce::String &  name,
double  val 
)

The documentation for this class was generated from the following file: