List of all members
UIConnection::Button Class Reference

A connection between a Processor's parameter and a juce::Button. More...

Inheritance diagram for UIConnection::Button:
UIConnection::Base< juce::Button, bool > Data< bool > ControlledObject SafeChangeListener

Additional Inherited Members

- Public Member Functions inherited from ControlledObject
 ControlledObject (MainController *m)
 Creates a new ControlledObject. More...
 
const MainControllergetMainController () const noexcept
 Provides read-only access to the main controller. More...
 
MainControllergetMainController () noexcept
 Provides write access to the main controller. More...
 
- Protected Member Functions inherited from UIConnection::Base< juce::Button, bool >
juce::Button & getComponent ()
 Returns a reference to the component. More...
 
void parameterChangedFromUI (bool newValue)
 Call this method from your subclass's listener callback. More...
 

Detailed Description

A connection between a Processor's parameter and a juce::Button.

It assumes toggling mode (as it's the case with 99% of all HISE parameters connected to buttons)

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.