Loading...
Searching...
No Matches
WebToggleButtonParameterAttachment Class Reference

An object of this class maintains a connection between a WebToggleButtonRelay and a plug-in parameter. More...

#include <juce_ParameterAttachments.h>

Inheritance diagram for WebToggleButtonParameterAttachment:

Public Member Functions

 WebToggleButtonParameterAttachment (RangedAudioParameter &parameterIn, WebToggleButtonRelay &button, UndoManager *undoManager=nullptr)
 Creates a connection between a plug-in parameter and a WebToggleButtonRelay.
 
 ~WebToggleButtonParameterAttachment () override
 Destructor.
 
void sendInitialUpdate ()
 Call this after setting up your button in the case where you need to do extra setup after constructing this attachment.
 

Detailed Description

An object of this class maintains a connection between a WebToggleButtonRelay and a plug-in parameter.

During the lifetime of this object it keeps the two things in sync, making it easy to connect a WebToggleButtonRelay to a parameter. When this object is deleted, the connection is broken. Make sure that your parameter and WebToggleButtonRelay are not deleted before this object!

Constructor & Destructor Documentation

◆ WebToggleButtonParameterAttachment()

WebToggleButtonParameterAttachment::WebToggleButtonParameterAttachment ( RangedAudioParameter & parameterIn,
WebToggleButtonRelay & button,
UndoManager * undoManager = nullptr )

Creates a connection between a plug-in parameter and a WebToggleButtonRelay.

Parameters
parameterInThe parameter to use
buttonThe WebToggleButtonRelay to use
undoManagerAn optional UndoManager

◆ ~WebToggleButtonParameterAttachment()

WebToggleButtonParameterAttachment::~WebToggleButtonParameterAttachment ( )
override

Destructor.

Member Function Documentation

◆ sendInitialUpdate()

void WebToggleButtonParameterAttachment::sendInitialUpdate ( )

Call this after setting up your button in the case where you need to do extra setup after constructing this attachment.


The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram