Base class for the component that acts as the GUI for an AudioProcessor. More...
Inherits Component.
Inherited by GenericAudioProcessorEditor.
Public Member Functions | |
| ~AudioProcessorEditor () | |
| Destructor. | |
| AudioProcessor * | getAudioProcessor () const noexcept |
| Returns a pointer to the processor that this editor represents. | |
Protected Member Functions | |
| AudioProcessorEditor (AudioProcessor *owner) | |
| Creates an editor for the specified processor. | |
Base class for the component that acts as the GUI for an AudioProcessor.
Derive your editor component from this class, and create an instance of it by overriding the AudioProcessor::createEditor() method.
| AudioProcessorEditor::AudioProcessorEditor | ( | AudioProcessor * | owner ) | [protected] |
Creates an editor for the specified processor.
| AudioProcessorEditor::~AudioProcessorEditor | ( | ) |
Destructor.
| AudioProcessor* AudioProcessorEditor::getAudioProcessor | ( | ) | const |
Returns a pointer to the processor that this editor represents.