Public Member Functions | List of all members
EmptyProcessorEditorBody Class Reference

A empty ProcessorEditorBody that is used by a ProcessorEditor if no ProcessorEditorBody is supplied. More...

Inheritance diagram for EmptyProcessorEditorBody:
ProcessorEditorBody ProcessorEditorChildComponent

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
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...
 

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...
 

Detailed Description

A empty ProcessorEditorBody that is used by a ProcessorEditor if no ProcessorEditorBody is supplied.

Member Function Documentation

int getBodyHeight ( ) const
inlineoverridevirtual

returns 0.

Implements ProcessorEditorBody.

void updateGui ( )
inlineoverridevirtual

does nothing.

Implements ProcessorEditorBody.

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