A ProcessorEditorHeader is a bar that resides on top of every ProcessorEditor. More...
Public Member Functions | |
| void | enableChainHeader () |
| If a header of a Chain, this disables the header (and only enables the add button) if the chain is empty. More... | |
| int | getModulatorMode () const |
| Returns the Modulation::Mode of the ModulatorChain. More... | |
| bool | isHeaderOfChain () const |
| Checks if the header is a header of a EditorChain subclasse. More... | |
| bool | isHeaderOfEmptyChain () const |
| returns false if the header is a chain editor and the chain is empty. More... | |
| void | setLookAndFeel () |
| This sets the ProcessorEditorLookAndFeel for different ProcessorEditorTypes. More... | |
Public Member Functions inherited from ProcessorEditorChildComponent | |
| Processor * | getProcessor () |
| Returns a pointer to the processor. More... | |
| const Processor * | getProcessor () const |
| Returns a const pointer to the processor. More... | |
| ProcessorEditorChildComponent (ProcessorEditor *editor) | |
| Creates a new child component. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ProcessorEditorChildComponent | |
| const ProcessorEditor * | getEditor () const |
| Returns a const pointer to the editor if the component is initialized. More... | |
| ProcessorEditor * | getEditor () |
| Returns a pointer to the editor. More... | |
Static Protected Member Functions inherited from ProcessorEditorChildComponent | |
| static bool | toggleButton (Button *b) |
| Small helper function, that toggles a button and returns the new toggle value. More... | |
A ProcessorEditorHeader is a bar that resides on top of every ProcessorEditor.
| void enableChainHeader | ( | ) |
If a header of a Chain, this disables the header (and only enables the add button) if the chain is empty.
| int getModulatorMode | ( | ) | const |
Returns the Modulation::Mode of the ModulatorChain.
| bool isHeaderOfChain | ( | ) | const |
Checks if the header is a header of a EditorChain subclasse.
| bool isHeaderOfEmptyChain | ( | ) | const |
returns false if the header is a chain editor and the chain is empty.
| void setLookAndFeel | ( | ) |
This sets the ProcessorEditorLookAndFeel for different ProcessorEditorTypes.
The type is detected automatically