A empty ProcessorEditorBody that is used by a ProcessorEditor if no ProcessorEditorBody is supplied. More...
Public Member Functions | |
| int | getBodyHeight () const override |
| returns 0. More... | |
| void | updateGui () override |
| does nothing. More... | |
Public Member Functions inherited from ProcessorEditorBody | |
| void | refreshBodySize () |
| Call this whenever you want to resize the editor from eg. 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 empty ProcessorEditorBody that is used by a ProcessorEditor if no ProcessorEditorBody is supplied.
|
inlineoverridevirtual |
returns 0.
Implements ProcessorEditorBody.
|
inlineoverridevirtual |
does nothing.
Implements ProcessorEditorBody.