If you want your plugin editor to scale, just wrap it in this.
More...
Inherits juce::AudioProcessorEditor.
|
juce::Component | frame |
|
std::unique_ptr< juce::AudioProcessorEditor > | editor |
|
juce::ComponentBoundsConstrainer | constrainer |
|
juce::ValueTree | state |
|
If you want your plugin editor to scale, just wrap it in this.
◆ ScaledPluginEditor()
ScaledPluginEditor::ScaledPluginEditor |
( |
juce::AudioProcessorEditor * |
editor_, |
|
|
juce::ValueTree |
state_ = {} |
|
) |
| |
◆ ~ScaledPluginEditor()
ScaledPluginEditor::~ScaledPluginEditor |
( |
| ) |
|
|
override |
◆ setScale()
void ScaledPluginEditor::setScale |
( |
float |
scale | ) |
|
◆ paint()
void ScaledPluginEditor::paint |
( |
juce::Graphics & |
g | ) |
|
|
override |
◆ resized()
void ScaledPluginEditor::resized |
( |
| ) |
|
|
override |
◆ frame
juce::Component ScaledPluginEditor::frame |
◆ editor
std::unique_ptr<juce::AudioProcessorEditor> ScaledPluginEditor::editor |
◆ constrainer
juce::ComponentBoundsConstrainer ScaledPluginEditor::constrainer |
◆ state
juce::ValueTree ScaledPluginEditor::state |
The documentation for this class was generated from the following file: