Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
ProcessorEditorChildComponent Class Reference

a base class for all components that can be put in a ProcessorEditor. More...

Inheritance diagram for ProcessorEditorChildComponent:
ProcessorEditorBody ProcessorEditorHeader EmptyProcessorEditorBody

Public Member Functions

ProcessorgetProcessor ()
 Returns a pointer to the processor. More...
 
const ProcessorgetProcessor () 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...
 

Detailed Description

a base class for all components that can be put in a ProcessorEditor.

Constructor & Destructor Documentation

ProcessorEditorChildComponent ( ProcessorEditor *  editor)

Creates a new child component.

Member Function Documentation

const ProcessorEditor* getEditor ( ) const
inlineprotected

Returns a const pointer to the editor if the component is initialized.

ProcessorEditor* getEditor ( )
inlineprotected

Returns a pointer to the editor.

Processor* getProcessor ( )
inline

Returns a pointer to the processor.

const Processor* getProcessor ( ) const
inline

Returns a const pointer to the processor.

static bool toggleButton ( Button *  b)
inlinestaticprotected

Small helper function, that toggles a button and returns the new toggle value.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.