|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::ComponentBuilderHelpers |
Functions | |
| static String | juce::ComponentBuilderHelpers::getStateId (const ValueTree &state) |
| static Component * | juce::ComponentBuilderHelpers::removeComponentWithID (OwnedArray< Component > &components, const String &compId) |
| static Component * | juce::ComponentBuilderHelpers::findComponentWithID (Component &c, const String &compId) |
| static Component * | juce::ComponentBuilderHelpers::createNewComponent (ComponentBuilder::TypeHandler &type, const ValueTree &state, Component *parent) |
| static void | juce::ComponentBuilderHelpers::updateComponent (ComponentBuilder &builder, const ValueTree &state) |