JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::AudioProcessorValueTreeState::ButtonAttachment Class Reference

An object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState. More...

#include "juce_AudioProcessorValueTreeState.h"

Public Member Functions

 ButtonAttachment (AudioProcessorValueTreeState &stateToUse, const String &parameterID, Button &button)
 

Detailed Description

An object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState.

During the lifetime of this ButtonAttachment object, it keeps the two things in sync, making it easy to connect a button to a parameter. When this object is deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState and Button aren't deleted before this object!

Definition at line 587 of file juce_AudioProcessorValueTreeState.h.

Constructor & Destructor Documentation

◆ ButtonAttachment()

juce::AudioProcessorValueTreeState::ButtonAttachment::ButtonAttachment ( AudioProcessorValueTreeState stateToUse,
const String parameterID,
Button button 
)

Definition at line 498 of file juce_AudioProcessorValueTreeState.cpp.


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