Public Member Functions | List of all members
ProcessorEditorHeader Class Reference

A ProcessorEditorHeader is a bar that resides on top of every ProcessorEditor. More...

Inheritance diagram for ProcessorEditorHeader:
ProcessorEditorChildComponent

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
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 ProcessorEditorHeader is a bar that resides on top of every ProcessorEditor.

Member Function Documentation

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

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