a base class for all components that can be put in a ProcessorEditor. More...
Public Member Functions | |
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... | |
Protected Member Functions | |
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 | |
static bool | toggleButton (Button *b) |
Small helper function, that toggles a button and returns the new toggle value. More... | |
a base class for all components that can be put in a ProcessorEditor.
ProcessorEditorChildComponent | ( | ProcessorEditor * | editor | ) |
Creates a new child component.
|
inlineprotected |
Returns a const pointer to the editor if the component is initialized.
|
inlineprotected |
Returns a pointer to the editor.
|
inline |
Returns a pointer to the processor.
|
inline |
Returns a const pointer to the processor.
|
inlinestaticprotected |
Small helper function, that toggles a button and returns the new toggle value.