LMMS
Loading...
Searching...
No Matches
juce::ComponentBuilderHelpers Namespace Reference

Functions

static String getStateId (const ValueTree &state)
static ComponentremoveComponentWithID (OwnedArray< Component > &components, const String &compId)
static ComponentfindComponentWithID (Component &c, const String &compId)
static ComponentcreateNewComponent (ComponentBuilder::TypeHandler &type, const ValueTree &state, Component *parent)
static void updateComponent (ComponentBuilder &builder, const ValueTree &state)

Function Documentation

◆ createNewComponent()

Component * juce::ComponentBuilderHelpers::createNewComponent ( ComponentBuilder::TypeHandler & type,
const ValueTree & state,
Component * parent )
static

◆ findComponentWithID()

Component * juce::ComponentBuilderHelpers::findComponentWithID ( Component & c,
const String & compId )
static

◆ getStateId()

String juce::ComponentBuilderHelpers::getStateId ( const ValueTree & state)
static

◆ removeComponentWithID()

Component * juce::ComponentBuilderHelpers::removeComponentWithID ( OwnedArray< Component > & components,
const String & compId )
static

◆ updateComponent()

void juce::ComponentBuilderHelpers::updateComponent ( ComponentBuilder & builder,
const ValueTree & state )
static