WYSWYG editor for JUCE GUIs including Visualisers
Loading...
Searching...
No Matches
foleys_MagicGUIBuilder.h File Reference

Classes

class  MagicGUIBuilder
 The MagicGUIBuilder is responsible to recreate the GUI from a single ValueTree. More...
 
class  MagicGUIBuilder::Listener
 

Namespaces

namespace  foleys
 

Macros

#define FOLEYS_DECLARE_GUI_FACTORY(itemName)
 

Macro Definition Documentation

◆ FOLEYS_DECLARE_GUI_FACTORY

#define FOLEYS_DECLARE_GUI_FACTORY ( itemName)
Value:
static inline std::unique_ptr<GuiItem> factory (foleys::MagicGUIBuilder& builder, const juce::ValueTree& node) \
{ \
return std::make_unique<itemName> (builder, node); \
}
The MagicGUIBuilder is responsible to recreate the GUI from a single ValueTree.
Definition foleys_MagicGUIBuilder.h:56