A connection between a Processor's data (anything) and a juce::ComboBox. More...
Additional Inherited Members | |
Public Member Functions inherited from ControlledObject | |
| ControlledObject (MainController *m) | |
| Creates a new ControlledObject. More... | |
| const MainController * | getMainController () const noexcept |
| Provides read-only access to the main controller. More... | |
| MainController * | getMainController () 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... | |
A connection between a Processor's data (anything) and a juce::ComboBox.