List of all members
UIConnection::ComboBox Class Reference

A connection between a Processor's data (anything) and a juce::ComboBox. More...

Inheritance diagram for UIConnection::ComboBox:
UIConnection::Base< juce::ComboBox, var > Data< var > 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::ComboBox, var >
juce::ComboBox & getComponent ()
 Returns a reference to the component. More...
 
void parameterChangedFromUI (var newValue)
 Call this method from your subclass's listener callback. More...
 

Detailed Description

A connection between a Processor's data (anything) and a juce::ComboBox.

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