Public Member Functions | Protected Member Functions

AudioProcessorEditor Class Reference

Base class for the component that acts as the GUI for an AudioProcessor. More...

Inherits Component.

Inherited by GenericAudioProcessorEditor.

List of all members.

Public Member Functions

 ~AudioProcessorEditor ()
 Destructor.
AudioProcessorgetAudioProcessor () 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.

Detailed Description

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.

See also:
AudioProcessor, GenericAudioProcessorEditor

Constructor & Destructor Documentation

AudioProcessorEditor::AudioProcessorEditor ( AudioProcessor owner ) [protected]

Creates an editor for the specified processor.

AudioProcessorEditor::~AudioProcessorEditor (  )

Destructor.


Member Function Documentation

AudioProcessor* AudioProcessorEditor::getAudioProcessor (  ) const

Returns a pointer to the processor that this editor represents.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines